@charset "UTF-8";

/*
Theme Name: PERFUMES
Theme URI: https://rinax.ir
Author: Amin Haghighati
Author URI: https://rinax.ir
Description: a professional theme with wordpress website
Version: 1.0.0
Text Domain: xiii 
*/
:root {
    --main-font-size: 15px;
    --main-color: #165E52;
    --second-color: #D4AF37;
    --main-text-color: #262626;
    --main-font-family: 'IRANSans';
}

@font-face {
    font-family: 'IRANSans';
    src: url('fonts/IRANSansWeb%28FaNum%29.eot');
    src: url('fonts/IRANSansWeb%28FaNum%29.eot?#iefix') format('embedded-opentype'),
        url('fonts/IRANSansWeb%28FaNum%29.otf') format('otf'),
        url('fonts/IRANSansWeb%28FaNum%29.svg#IRANSansWeb%28FaNum%29') format('svg'),
        url('fonts/IRANSansWeb%28FaNum%29.ttf') format('truetype'),
        url('fonts/IRANSansWeb%28FaNum%29.woff') format('woff'),
        url('fonts/IRANSansWeb%28FaNum%29.woff2') format('woff2');
}

@font-face {
    font-family: 'IRANSansBlack';
    src: url('fonts/IRANSansWeb-Black.eot');
    src: url('fonts/IRANSansWeb-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/IRANSansWeb-Black.woff2') format('woff2'),
        url('fonts/IRANSansWeb-Black.woff') format('woff'),
        url('fonts/IRANSansWeb-Black.ttf') format('truetype'),
        url('fonts/IRANSansWeb-Black.svg#IRANSansWeb-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan';
    src: url('fonts/IRANYekanWebFn-Medium.eot');
    src: url('fonts/IRANYekanWebFn-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/IRANYekanWebFn-Medium.woff2') format('woff2'),
        url('fonts/IRANYekanWebFn-Medium.woff') format('woff'),
        url('fonts/IRANYekanWebFn-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.safari-iphone-font {
    font-family: "IRANYekan", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--main-font-family);
    color: var(--main-text-color);
    font-size: var(--main-font-size);
    line-height: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 25px;
    line-height: 40px;
}

h2 {
    font-size: 21px;
    margin-bottom: 17px;
    margin-top: 23px;
    line-height: 35px;
}

h3 {
    font-size: 19px;
    margin-bottom: 15px;
    margin-top: 20px;
    line-height: 33px;
}

h4 {
    font-size: 17px;
    margin-bottom: 13px;
    margin-top: 26px;
    line-height: 30px;
}

h5,
h6 {
    font-size: 16px;
    margin-bottom: 13px;
    margin-top: 25px;
    line-height: 30px;
}

p {
    line-height: 27px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

ol {
    list-style: persian;
    list-style-position: inside;
}

.form-select:focus {
    border-color: unset;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    margin-left: unset !important;
}

.site-btn {
    background-color: var(--main-color);
    color: #fff;
    font-size: 15px;
    padding: 10px 30px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.site-btn:hover {
    background-color: var(--second-color);
    color: var(--main-text-color);
}

.site-read-more {
    background-color: var(--main-color);
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.site-read-more:hover {
    background-color: var(--second-color);
    color: var(--main-text-color);
}

.site-read-more i {
    margin-right: 5px;
    position: relative;
    font-size: 21px;
    top: 4px;
    font-style: normal;
}

.site-logo img {
    width: auto;
    height: 70px;
}

.site-title {
    position: relative;
    font-size: 28px;
    margin: 0;
    padding-right: 40px;
}

.site-title::before {
    content: "";
    background-image: url(img/site-title-before.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    background-size: contain;
    width: 32px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    rotate: 180deg;
}

.site-title-sec-right {
    text-align: right;
}

.site-title-sec-left {
    display: flex;
}

.site-tab-btn-sec .nav-link,
.site-tab-btn-sec .nav-pills .nav-link.active {
    background: transparent;
    font-size: 14px;
    border: none;
}

.site-tab-btn-sec .nav-pills .nav-link.active {
    color: var(--main-color);
    font-weight: bold;
}

#breadcrumbs {
    text-align: left;
    font-size: 13px;
    color: #777;
}

#breadcrumbs a {
    color: #111;
}

.breadcrumb-ind {
    display: inline-block;
    background: var(--second-color);
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin: 0 5px;
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    width: 13px;
}

::-webkit-scrollbar-thumb {
    background: var(--main-color);
}

/*------------------------
      Header Section
------------------------*/
.menu-icon {
    background-image: url(img/menu-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    width: 35px;
    height: 35px;
    border: none;
    position: fixed;
    right: 10px;
    top: 17px;
    display: none;
    z-index: 7;
}

#top-search-form {
    position: relative;
    width: 100%;
}

#top-search-form::before {
    content: "";
    background-color: var(--main-color);
    display: inline-block;
    height: 3px;
    width: 55%;
    margin: auto;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 9;
}

#top-search-form button {
    border: none;
    background: transparent;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 5;
}

#top-search-form input[type="search"] {
    background: #ececec;
    font-size: 14px;
    width: 100%;
    position: relative;
    padding: 10px;
    height: 38px;
}

#top-navigation {
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    position: relative;
}

#top-navigation::before {
    content: "";
    width: 2px;
    height: 22px;
    display: inline-block;
    background: #ECECEC;
    left: 0;
    top: 3px;
    position: relative;
}

#top-navigation a {
    color: #777;
    font-size: 15px;
    margin-right: 35px;
}

#top-navigation a:hover {
    color: var(--main-color);
}

#main-nav>div>ul {
    list-style: none;
    display: flex;
}

#main-nav>div>ul>li>a {
    color: #555;
    font-weight: 700;
    margin-right: 22px;
    padding: 23px 0;
    display: inline-flex;
    position: relative;
    font-size: 15px;
}

#main-nav>div>ul>li>a::before {
    content: "";
    background-image: url(img/menu-hover.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    height: 16.71px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
}

#main-nav>div>ul>li>a:hover::before,
#main-nav>div>ul>li.current-menu-item>a::before {
    opacity: 1;
    visibility: visible;
}

#main-navigation>li>ul {
    position: absolute;
    justify-content: center;
    background: #ffffffc7;
    backdrop-filter: blur(7px);
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    z-index: 9;
    width: 100%;
    right: 0;
    top: 73px;
    padding: 20px;
    border: 1px solid var(--main-color);
    outline: 1px solid var(--second-color);
    outline-offset: -5px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
}

#main-navigation>li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

#main-navigation>li>ul>li>a {
    font-size: 14px;
    background: #165e520d;
    display: inline-block;
    color: #181818;
    border: 1px solid #0000001c;
    backdrop-filter: blur(5px);
    padding: 7px 23px;
    margin: 5px;
    transition: all 0.3s ease-in-out;
}

#main-navigation>li.menu-item-has-children::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: transparent;
    border-top: 5px solid #d4af37;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

#main-navigation>li>ul>li>a:hover {
    background: var(--main-color);
    color: #fff;
}

.header-title {
    font-size: 16px;
}

.top-page-sec {
    background: #f9f9f9;
    border: 2px solid var(--main-color);
    outline: 2px solid var(--second-color);
    outline-offset: 3px;
    margin-top: 6px;
    margin-bottom: 50px;
    padding: 10px;
}

#page-top-left-sec {
    border-right: 1px solid var(--main-color);
}

/*------------------------
    Top Section
------------------------*/
.top-section .container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
}

.top-section h1 {
    font-family: 'IRANSansBlack';
    font-size: 51px;
}

/*------------------------
   Services Section
------------------------*/
.services-section {
    padding: 25px 0;
}

.service-items>div:last-child .service-items-sec {
    border-left: none !important;
}

.service-icon-sec img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.service-text-sec h3 {
    color: #555;
    font-size: 14px;
    margin: 0;
}

.service-text-sec span {
    font-size: 12px;
}

/*------------------------
   Home Perfumes Section
------------------------*/
.men-perfume-section::after {
    content: "";
    display: inline-block;
    background-image: url(img/men-perfume-section-after.svg);
    width: 458px;
    height: 484px;
    filter: grayscale(1);
    position: absolute;
    bottom: -204px;
    right: -45px;
    z-index: -1;
}

.perfume-items-sec::after {
    content: "";
    background-image: url(img/perfume-items-sec-after.svg);
    width: 10px;
    height: 17px;
    display: inline-block;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
}

.perfume-items-sec:hover::after {
    visibility: visible;
    opacity: 1;
}

.perfume-image-sec {
    position: relative;
}

.perfume-image-sec::after {
    content: "";
    background-color: var(--main-color);
    height: 2px;
    width: 70%;
    display: inline-block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
}

.perfume-image-sec img {
    height: 230px;
    object-fit: contain;
}

.men-perfume-items-title {
    font-size: 15px;
    line-height: 27px;
    margin: 20px 0 5px;
}

.perfume-options-title,
.perfume-options-detail {
    font-size: 14px;
}

.widget-footer-title {
    color: var(--second-color);
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 19px;
    position: relative;
    font-weight: bold;
    display: table;
}

.widget-footer-title::before {
    content: "";
    background-image: url(img/footer-title-before.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 15px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    top: 1px;
}

/*------------------------
   Blog Section
------------------------*/
.blog-item h3 {
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-item p {
    font-size: 14px;
    color: #777;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.blog-img-sec {
    width: 37%;
}

.blog-img-sec img {
    height: 125px;
}

.blog-text-sec {
    width: 60%;
    margin-right: 3%;
}

.blog-item a {
    background: transparent;
    color: var(--main-color);
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    padding-left: 10px;
    float: left;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination-wrapper .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.pagination-wrapper .page-numbers:hover {
    color: #fff;
    background: var(--main-color);
    border-color: var(--main-color);
    text-decoration: none;
}

.pagination-wrapper .current {
    color: #fff;
    background: var(--main-color);
    border-color: var(--main-color);
    pointer-events: none;
    cursor: default;
}

.pagination-wrapper .prev.page-numbers,
.pagination-wrapper .next.page-numbers {
    font-size: 18px;
    padding: 5px 15px;
}

.pagination-wrapper .prev.page-numbers:hover,
.pagination-wrapper .next.page-numbers:hover {
    color: #fff;
    background: var(--main-color);
    border-color: var(--main-color);
}

.pagination-wrapper .page-numbers:active {
    transform: scale(0.95);
}

.countries-section .site-btn {
    font-size: 13px;
}

.pagination-sec a,
.pagination-sec span {
    margin: 0 5px;
    display: inline-block;
    padding: 0 10px;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
}

.pagination-sec a {
    background: #cccccc57;
    color: var(--main-text-color);
}

.pagination-sec span,
.pagination-sec a:hover {
    background: var(--main-color);
    color: #fff;
}

#perfumers-btn {
    font-size: 13px;
}

.footer-section ul {
    display: block;
    list-style: none;
}

.footer-section ul li a {
    color: #fff;
    position: relative;
    padding: 0;
    font-size: 14px;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    padding-right: 13px;
}

.footer-section ul li a::before {
    content: "";
    margin: unset;
    display: inline-block;
    background-image: url(img/footer-list-before.svg);
    width: 8px;
    height: 8px;
    opacity: 1 !important;
    visibility: visible !important;
    right: 0;
    top: 9px;
    position: absolute;
}

.footer-section ul li a:hover::before {
    content: "";
    display: inline-block;
    background-image: url(img/footer-list-hover-before.svg);
    width: 8px;
    height: 8px;
}

.footer-section ul li a:hover {
    color: var(--second-color);
}

/*------------------------
   Footer Section
------------------------*/
.footer-section {
    background-color: var(--main-color);
    background-image: url(img/footer-bg.svg);
    background-repeat: no-repeat;
    background-position: left top 0;
    font-size: 14px;
    color: #fff;
    font-size: 13px;
}

#footer-one-sec {
    background: #3E5952;
    padding: 50px 0 25px 0;
    text-align: center;
}

#footer-logo-sec img {
    margin-bottom: 30px;
    filter: brightness(100);
}

#footer-socials-sec span {
    font-size: 14px;
    margin-bottom: 30px;
    display: block;
}

#footer-socials img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin: 0 10px 35px;
}

#newsletter-sec span {
    font-size: 14px;
    margin-bottom: 25px;
    display: block;
}

input[type="email"].mailpoet_text {
    background: transparent !important;
    color: #E9E7E7;
    border: 2px solid #9195A0 !important;
    width: 100% !important;
    font-size: 12px !important;
    padding: 10px !important;
    border-radius: 3px !important;
    position: relative;
    padding-left: 25px !important;
}

.mailpoet_form div.mailpoet_paragraph::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--second-color);
    position: absolute;
    left: 25px;
    border-radius: 10px;
    top: 17px;
}

.mailpoet_form div.last::before {
    display: none;
}

#mailpoet_form_1 form.mailpoet_form {
    padding: 0 15px !important;
    position: relative !important;
    margin-bottom: 75px;
}

#mailpoet_form_1 .mailpoet_paragraph.last {
    position: absolute !important;
    top: 6px !important;
    right: 17px !important;
    font-size: 12px !important;
}

#mailpoet_form_1 .mailpoet_paragraph.last .mailpoet_submit {
    background: transparent !important;
    color: var(--second-color) !important;
    padding: 5px !important;
    margin: 0 auto 0 0 !important;
    border-color: transparent !important;
}

.copyright span {
    font-size: 12px;
}

.menu-close-btn {
    display: none;
}

/*------------------------
   RESPONSIVE
------------------------*/

@media only screen and (max-width: 850px) {

    .container,
    .container-sm {
        max-width: 98%;
    }

    :root {
        --main-font-size: 14px;
    }

    h2 {
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: 20px;
        line-height: 30px;
    }

    h3 {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 20px;
        line-height: 30px;
    }

    h4 {
        font-size: 16px;
        margin-bottom: 13px;
        margin-top: 17px;
        line-height: 30px;
    }

    h5,
    h6 {
        font-size: 15px;
        margin-bottom: 11px;
        margin-top: 15px;
        line-height: 27px;
    }

    .menu-icon {
        display: inline-block;
    }

    .header-section {
        background: var(--main-color) !important;
        padding: 0;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 5;
    }

    .top-header {
        border-bottom: none !important;
    }

    .site-logo {
        text-align: left;
        padding: 10px;
    }

    .site-logo img {
        width: auto;
        height: 50px;
        filter: brightness(100);
        opacity: 0.9;
    }

    #top-search-form::before,
    #top-nav-wrap,
    #main-navigation>li.menu-item-has-children::after,
    #main-navigation>li>ul,
    #main-nav>div>ul>li>a::before,
    #footer-two-sec,
    .copyright,
    .men-perfume-section::after {
        display: none !important;
    }

    #top-search-form {
        width: 85%;
        float: left;
    }

    #top-search-form input[type="search"] {
        background: #fff;
        font-size: 13px;
        border-radius: 5px;
    }

    #main-menu-wrap {
        position: fixed !important;
        right: 0;
        top: 0;
        height: 100%;
        background: var(--main-color);
        z-index: 99;
        width: 320px;
        overflow: hidden;
        transition: all 0.3s;
        transform: translateX(101%);
        overflow: auto;
    }

    .response-menu-open {
        transform: translateX(0%) !important;
    }

    #main-nav>div>ul {
        list-style: none;
        display: block;
    }

    #main-nav>div>ul>li>a {
        color: #fff;
        margin-right: 0;
        padding: 10px 10px;
        display: block;
        position: relative;
        font-size: 15px;
        width: 100%;
        border-bottom: 1px solid #ffffff40;
    }

    .menu-close-btn {
        color: #fff;
        display: table;
        background: transparent;
        border: 1px solid #fff;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        border-radius: 100%;
        margin-top: 10px;
    }

    .site-title {
        font-size: 21px;
        padding-right: 27px;
    }

    .site-title::before {
        width: 20px;
        height: 34px;
    }

    .site-read-more {
        font-size: 13px;
        padding: 7px 15px;
    }

    .site-read-more i {
        font-size: 13px;
        top: 1px;
    }

    .bottom-footer {
        padding-bottom: 35px;
    }

    #footer-one-sec {
        padding: 25px 0 25px 0;
    }

    #footer-logo-sec img {
        height: 75px;
        margin-bottom: 15px;
    }

    #footer-socials img {
        margin: 0 10px 0;
    }

    #footer-socials-sec span {
        margin-bottom: 0;
    }

    .top-page-sec {
        margin-top: 80px;
        padding: 5px;
    }

    .perfume-image-sec img {
        height: 200px;
    }

}

@media only screen and (max-width: 500px) {
    h2 {
        font-size: 18px;
        margin-bottom: 12px;
        margin-top: 17px;
        line-height: 30px;
    }

    h3 {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 15px;
        line-height: 27px;
    }

    h4,
    h5,
    h6 {
        font-size: 15px;
        margin-bottom: 10px;
        margin-top: 15px;
        line-height: 27px;
    }

    h5,
    h6 {
        font-size: 15px;
        margin-bottom: 11px;
        margin-top: 15px;
        line-height: 27px;
    }

    #main-logo-sec {
        display: none;
    }

    .header-section {
        padding: 10px 0;
    }

    .menu-icon {
        top: 10px;
    }

    .blog-img-sec {
        width: 100%;
    }

    .blog-img-sec img {
        height: auto;
    }

    .blog-text-sec {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }

    .blog-item a {
        float: none;
    }

    .blog-item h3 {
        font-size: 15px;
        white-space: normal;
    }

    .blog-item p {
        font-size: 13px;
        white-space: normal;
    }

    .widget-footer-title {
        margin-top: 30px;
    }

    #footer-one-sec {
        padding: 20px 0 15px 0;
    }

    .top-page-sec {
        margin-top: 70px;
        text-align: center;
    }

    #breadcrumbs {
        text-align: center;
    }

    .header-title {
        font-size: 17px;
        line-height: 33px;
    }

    .top-page-sec {
        margin-bottom: 25px;
    }
}













#perfume-finder-app {
    max-width: 900px;
    margin: auto;
    padding: 2rem;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

#perfume-finder-app h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #0d6efd;
    text-align: center;
}

#perfume-finder-app p {
    text-align: center;
    color: #6c757d;
}

#perfume-search-input {
    background: #cccccc5c;
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--main-color);
    border-radius: 50px;
    margin: 1.5rem 0;
    font-size: 1rem;
    margin-bottom: 35px;
}

.note-level {
    margin-top: 2rem;
}

.note-level h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #198754;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0.5rem;
}

.perfume-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
}

.note-list .perfume-item,
.perfume-list .perfume-item {
    background-color: #e9ecef;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    font-size: 0.95rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.no-sub-suggestions {
    text-align: center;
    color: #adb5bd;
    font-size: 0.9rem;
    margin-top: 1rem;
}

@media (max-width: 576px) {
    #perfume-finder-app {
        padding: 1rem;
    }

    .note-level h2 {
        font-size: 1.1rem;
    }

    .perfume-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}