:root {
    --color-primary: #000000;
    --color-secondary: #FFFFFF;
    --color-tertiary: #FDF7EA;
    --color-border: #707070;
    --text-font-family: 'Helvetica', 'Arial', sans-serif
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.d-flex {
    display: flex
}

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

.container {
    max-width: 1560px
}

@media (max-width:1200px) {
    .container {
        max-width: 1140px
    }

}

@media (max-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (max-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (max-width:576px) {
    .container {
        max-width: 540px
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.daniel-josier-logo {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width:767px) {
    .stores {
        flex-direction: column
    }
}

@media (max-width:768px) {
    .daniel-josier-logo {
        top: 30%
    }
}

.product-img {
    max-height: 364px;
    max-width: 346px;
    object-fit: contain
}

@media (max-width:768px) {
    .product-img {
        min-height: 188px
    }
}

.linkable {
    text-align: center;
    background-color: #F4F8FC;
    padding-top: 83px;
    padding-bottom: 105px
}

.linkable .link-text {
    font-size: 28px;
    line-height: 37px;
    font-weight: 400;
    color: var(--color-primary);
    font-family: "Playfair Display", serif
}

.stores {
    padding-top: 50px;
    justify-content: center;
    gap: 90px
}

.stores .fragrance-outlet .link-title,
.stores .perfumania .link-title {
    font-size: 40px;
    font-weight: 300;
    color: var(--color-primary);
    font-weight: 500;
    text-align: center;
    padding-bottom: 14px;
    font-family: "Playfair Display", serif
}

.perf-buttons .btn {
    width: 206px;
    height: 47px;
    font-family: Helvetica, Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.perf-buttons .btn:focus,
.perf-buttons .btn:focus-visible {
    outline: 3px solid #000;
    outline-offset: 3px
}

.perf-buttons .primary {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    border: solid 1px var(--color-border);
    border-radius: 60px;
    outline: 0;
    transition: .5s
}

.perf-buttons .secondry {
    transition: .5s
}

.perf-buttons .primary:hover,
.perf-buttons .secondry:hover {
    box-shadow: -1px 3px 3px 0 #0000005e
}

.perf-buttons .secondry {
    background-color: transparent;
    color: #000;
    font-size: 16px;
    border-radius: 60px;
    border: solid 1px var(--color-primary);
    outline: 0
}

.perf-buttons {
    gap: 21px
}

.logo-img {
    text-align: center;
    margin-bottom: 14px
}

.logo-img a:focus {
    outline: 2px solid #000;
    outline-offset: 2px
}

.logo-img img {
    width: 159px;
    height: 37px;
    object-fit: contain
}

.logo-img.FO img {
    width: 193px
}

.notes {
    color: #000;
    font-family: var(--text-font-family)
}

@media (max-width:1024px) {
    .stores {
        justify-content: center
    }
    br{
        display: none;
    }
}

@media (max-width:992px) and (min-width:768px) {

    .stores .fragrance-outlet,
    .stores .perfumania {
        width: 50%
    }
}

@media (max-width:992px) {
    .stores {
        justify-content: center;
        gap: 35px
    }
}

@media (max-width:768px) {
    .linkable .link-text {
        font-size: 22px;
        line-height: 30px;
        padding: 0 20px
    }

    .linkable .link-text br {
        display: none
    }

    .stores .fragrance-outlet .link-title,
    .stores .perfumania .link-title {
        font-size: 32px;
        padding-bottom: 24px
    }

    .perf-buttons .primary {
        font-size: 14px
    }

    .perf-buttons .secondry {
        font-size: 14px
    }

    .perf-buttons .primary,
    .perf-buttons .secondry {
        padding: 10px 30px;
        border: solid 1px #000
    }

    .perf-buttons {
        display: flex;
        justify-content: center
    }

    .perf-buttons .btn {
        width: 162px;
        height: 40px
    }

    .perfumania:first-child .perf-buttons {
        padding-bottom: 20px
    }

    .stores {
        padding-top: 30px
    }

    .mbl {
        margin-right: 9px
    }
}

@media (min-width:1024px) and (max-width:1100px) {
    .perf-buttons .btn {
        width: 190px
    }
}

.top-seller-products .title {
    margin-top: 0;
    margin-bottom: 46px;
    padding-top: 0;
    text-align: center;
    font-family: ivypresto-display;
    font-style: normal;
    font-size: 40px;
    line-height: 59px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 1)
}

@media (max-width:768px) {
    .top-seller-products .title {
        font-family: ivypresto-display;
        font-style: normal;
        font-size: 28px;
        line-height: 41px;
        font-weight: 400;
        padding-top: 37px;
        margin-bottom: 0
    }
}

.copyright-section {
    background-color: #000;
    color: #fff;
    padding: 20px 0
}

.copyright-section p {
    text-align: left;
    font: normal normal normal 11px/14px Montserrat;
    letter-spacing: 0;
    color: #fff
}

.btn_link button:hover {
    box-shadow: 0 2px 4px 2px silver
}

@media (max-width:576px) {
    .btn_link {
        display: flex;
        gap: 6px;
        flex-grow: 1
    }
}

.three_column_grid {
    background: #fff;
    padding: 0 0;
    text-align: center;
    border-bottom: solid 1px #000
}

.three_column_grid .product_card {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: space-between
}

.three_column_grid h2 {
    text-align: center;
    font-family: ivypresto-display;
    font-size: 40px;
    font-weight: 400;
    padding-top: 40px;
    padding-bottom: 40px
}

.three_column_grid h3 {
    font-family: ivypresto-display;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.three_column_grid h4 {
    margin: 20px 0;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-weight: 600
}

.three_column_grid p {
    font: normal normal normal 20px/26px FreightTextProMedium;
    max-width: 420px;
    margin: 0 auto;
    color: #707070
}

.product_grid_row {
    display: flex;
    flex-wrap: wrap
}

.grid_column {
    width: 33.33%;
    border-top: solid 1px #000;
    padding: 50px 40px
}

.grid_column:nth-child(2) {
    border-left: solid 1px #000;
    border-right: solid 1px #000
}

.grid_column:nth-child(5) {
    border-left: solid 1px #000;
    border-right: solid 1px #000
}

.grid_column img {
    max-width: 200px;
    object-fit: cover;
    max-height: 280px;
    min-height: 280px
}

.daniel_Josier {
    display: flex;
    flex-wrap: wrap
}

.grid_column ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
    gap: 15px;
    min-height: 149px;

}



.three_column_grid ul li .notes_title {
    font-family: Manrope, sans-serif;
    padding-bottom: 2px;
    font-weight: 600;
    white-space: nowrap;

}

.three_column_grid ul li .notes_description {
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 300;

}

.three_column_grid ul li {
    width: 33.33%;
}

.bottom_content a {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 12px 10px;
    border: none;
    border-radius: 30px;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    min-width: 50%;
    margin-left: 4px;
    margin-right: 4px
}

.fotter_button a:nth-child(2) {
    background-color: transparent !important;
    color: #000;
    border: solid 1px #000
}

.bottom_content .fotter_button {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:1350px) {
    .three_column_grid h3 {
        font-size: 32px
    }

    .three_column_grid ul li .notes_description {
        font-size: 16px
    }
}

@media (max-width:1200px) {
    .grid_column {
        width: 50%;
        border-top: solid 1px #000
    }

    .product-bottom {
        text-align: left
    }

    .grid_column:nth-child(3) {
        border-right: solid 1px #000
    }

    .grid_column:nth-child(2) {
        border-right: none
    }

    .grid_column:nth-child(5) {
        border-left: none
    }
}

@media (max-width:1200px) {
    .logo_icon {
        top: 30px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .logo_icon {
        top: 10px
    }
}

@media (max-width:992px) {
    .grid_column {
        width: 50%;
        border-top: solid 1px #000;
        padding: 40px 20px
    }

    .logo_icon img {
        max-width: 320px
    }
}

@media (max-width:769px) {
    .grid_column {
        width: 50%;
        border-top: solid 1px #000;
        padding: 0px 20px 40px
    }
}

@media (max-width:765px) {
    .grid_column {
        width: 100%;
        border-top: solid 1px #000;
        border-left: none !important;
        border-right: none !important
    }

    .logo_icon {
        top: 30%
    }
}

@media (max-width:450px) {
    .three_column_grid h3 {
        font-size: 28px
    }

    .three_column_grid h2 {
        font-size: 28px
    }

    .grid_column {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:375px) {

    .perf-buttons .primary,
    .perf-buttons .secondry {
        padding: 10px 10px
    }
}





.description-container {
    max-width: 947px;
    width: 100%;
    margin: 0 auto;
    padding: calc(40px + 3vw) 0px calc(20px + 3vw);

}

.description-container p {
    text-align: center;
    font-weight: normal;
    font-size: 26px;
    line-height: 36px;
    font-family: Manrope, sans-serif;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 14px;
    font-weight: 300;
}

@media (max-width:768px) {
    .description-container {
        padding-inline: 30px;
        padding-block: 29px;
    }

    .description-container p {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 24px;
    }
    .linkable{
        padding-top: 57px;
        padding-bottom: 57px;
    }
}

.hero-banner {
    position: relative;
}

.banner-caption {
    position: absolute;
    top: 45%;
    left: 10%;
    transform: translateY(-50%);
}

.logo-image {
    max-width: 210px;
    position: relative;
    transform: translateY(-50px);
}

.banner-caption .banner-caption-title {
    font-size: 60px;
    font-family: ivypresto-display;
    font-weight: 500;
    line-height: 65px;
}

.banner-caption .banner-caption-title span {
    font-style: italic;
    font-weight: 100;
}

.size-msg {
    font-weight: 400;
}

.mobile-image {
    display: none;
}

.circle-area {
    margin-bottom: 14px;
}

.circle-area .dot-circle {
    height: 11px;
    width: 11px;
    display: block;
    border: solid 1px #000;
    border-radius: 11px;
    margin: 4px auto;
    box-sizing: border-box;
}

.grid_column ul li:nth-child(1) .circle-area .dot-circle:nth-child(1) {
    background-color: #000;
}

.grid_column ul li:nth-child(2) .circle-area .dot-circle:nth-child(2) {
    background-color: #000;
}

.grid_column ul li:nth-child(3) .circle-area .dot-circle:nth-child(3) {
    background-color: #000;
}

.grid_column-image {
    border: solid 1px #000;
    width: 66.66%;
}

.grid_column-image img {
    height: 100%;
}


@media(max-width:1440px) {
    .banner-caption {
        top: 40%;
    }

    .bottom_content a {
        font-size: 14px;
    }

    .grid_column {
        padding: 40px 20px;
    }

}

@media(max-width:1200px) {
    .grid_column-image {
        width: 50%;
    }

    .bottom_content a {
        font-size: 16px;
    }

    .banner-caption .banner-caption-title {
        font-size: 46px;
        line-height: 50px;
    }
}

@media(max-width:1050px) {
    #hide-content {
        display: none;
    }
      .bottom_content .fotter_button {
        position: relative;
        padding-top: 20px;
    }

    .bottom_content .fotter_button::after {
        content: 'Purchase On';
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translate(-50%, -20px);
        font-family: Manrope, sans-serif;
        font-size: 16px;
        font-weight: 600;
        display: block;min-height: 50px;
    }
    
}

@media(max-width:820px) {
    .logo-image {
        transform: translateY(-10px);
        max-width: 175px;
    }

    .banner-caption {
        top: 35%
    }

    .banner-caption .banner-caption-title {
        font-size: 36px;
        line-height: 42px;
    }
}

@media(max-width:765px) {
    .grid_column-image {
        width: 100%;
        min-height: 258px;
    }

    .grid_column ul {
        flex-direction: column;
        text-align: left;
    }

    .three_column_grid ul li {
        display: flex;
        gap: 15px;
        width: 100%;
    }

    .three_column_grid h3 {
        text-align: left;
    }

    .three_column_grid h4 {
        text-align: left;
    }

    .mobile-image {
        display: block;
    }

    .desktop-image {
        display: none;
    }

    .banner-caption {
        left: 0%;
        width: 100%;
        text-align: center;
        top: 20%;
    }

    .logo-image {
        transform: translateY(-20px);
        max-width: 160px;
    }
}


@media(max-width:420px) {
    .grid_column-image {
        width: 100%;
        min-height: 258px;
    }

    .banner-caption .banner-caption-title {
        font-size: 28px;
        line-height: 34px;
    }

    .logo-image {
        transform: translateY(-10px);
        max-width: 140px;
    }
}