/* hermes retiler lp fdm26 styles */
/* import monserat or gli font family */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap'); */
/* @import url("https://use.typekit.net/nsn5scn.css"); */

@font-face {
    font-family:"gill-sans-nova";
    src:url("fonts/gill-sans-nova_300_normal.woff2") format("woff2"),url("fonts/gill-sans-nova_300_normal.woff") format("woff");
    font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;
}
@font-face {
    font-family:"gill-sans-nova";
    src:url("fonts/gill-sans-nova_400_normal.woff2") format("woff2"),url("fonts/gill-sans-nova_400_normal.woff") format("woff");
    font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}
@font-face {
    font-family:"gill-sans-nova";
    src:url("fonts/gill-sans-nova_500_normal.woff2") format("woff2"),url("fonts/gill-sans-nova_500_normal.woff") format("woff");
    font-display:auto;font-style:normal;font-weight:500;font-stretch:normal;
}
@font-face {
    font-family:"gill-sans-nova";
    src:url("fonts/gill-sans-nova_600_normal.woff2") format("woff2"),url("fonts/gill-sans-nova_600_normal.woff") format("woff");
    font-display:auto;font-style:normal;font-weight:600;font-stretch:normal;
}

@font-face {
    font-family:"gill-sans-nova";
    src:url("fonts/gill-sans-nova_700_normal.woff2") format("woff2"),url("fonts/gill-sans-nova_700_normal.woff") format("woff");
    font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}
@font-face {
    font-family:"gill-sans-nova";
    src:url("fonts/gill-sans-nova_800_normal.woff2") format("woff2"),url("fonts/gill-sans-nova_800_normal.woff") format("woff");
    font-display:auto;font-style:normal;font-weight:800;font-stretch:normal;
}

/* root variables */
:root {
    --primary-black-color: #000000;
    --primary-white-color: #ffffff;
    --primary-page-bgr-color: #fdf4ed;
    --cta-text-color: #f3ecda;
    --primary-orange-color: #d24321;
}

/* body styles */
body,
.h-container {
    font-family: "gill-sans-nova", sans-serif;
    background-color: var(--primary-page-bgr-color);
    color: var(--primary-black-color);
    padding: 0;
    margin: 0;
}
section {
    display: block;
}
.h-wrapper {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}
.h-section-hero img,
.h-square-img img {
    width: 100%;
    display: block;
}
.h-section-content {
    width: 100%;
    max-width: 1190px; 
    padding: 60px 15px 130px;
    margin: 0 auto;
    box-sizing: border-box;
}
.h-section-head {
    text-align: center;
}
.h-cmd .h-section-head {
    padding-bottom: 90px;
    position: relative;
}
.h-cmd .h-sectin-head-inner {
    position: relative;
    z-index: 1;
}
.h-cmd .h-section-head:before {
    content: '';
    display: block;
    width: 280px;
    height: 268px;
    position: absolute;
    bottom: 58px;
    left: -55px;
    background: url('../images/cards-left-bgr.png') no-repeat center center/contain;
}
.h-cmd .h-section-head:after {
    content: '';
    display: block;
    width: 152px;
    height: 98px;
    position: absolute;
    bottom: 58px;
    right: 20px;
    background: url('../images/cards-right-bgr.png') no-repeat center center/contain;
}
h1, h2, h3, p {
    margin: 0;
}
.h-section-head-title {
    font-size: 42px;
    font-weight: normal;
    line-height: 1.1em;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.h-section-head p {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: .05em;
    margin: 28px auto 0 auto;
    max-width: 618px;
}
.h-section-button { 
    display: inline-block;
    position: relative;
    margin-top: 80px
}
a.h-cta-button {
    display: inline-block;
    font-size: 21px;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 48px;
    background-color: var(--primary-orange-color);
    color: var(--cta-text-color);
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.h-section-button:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary-orange-color);
    box-sizing: border-box;
}
.h-cmd .h-section-cards {
    width: 100%;
    max-width: 1140px;
    align-items: flex-end;
}
.h-cmd .h-card-holder {
    flex: 0 0 calc(50% - 9px);
    max-width: 460px;
    min-width: 460px;
}
.h-two-columns,
.h-three-columns,
.h-four-columns {
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.h-square-img {
    flex: 1 1 calc(50% - 9px);
    max-width: 566px;
}
.h-cmd .h-square-img {
    align-self: flex-start;
}
.h-card-item {
    display: flex;
    flex-direction: column;
    gap: 18px;
    flex: 0 0 calc(50% - 9px);
    max-width: 222px;
    justify-content: space-between;
    text-decoration: none;
    color: var(--primary-black-color);
}
.h-cmd .h-card-item {
    padding-bottom: 20px;
}
.h-card-title {
    text-transform: uppercase;
    font-weight: 600;
}
.h-card-title,
.h-card-description p,
.h-card-price{
    font-size: 24px;
    line-height: 1.25em;
}
.h-card-title {
    text-transform: uppercase;
    margin-top: 10px;
}
.h-card-price {
    font-weight: 600;
}
.h-card-description p {
    font-weight: 300;
}
.h-card-price,
.h-card-description-text {
    padding: 0 10px;
}
.h-l-parfum .h-sectin-head-inner p {
    max-width: 778px;
    margin: 28px auto 0;
}
.h-l-parfum .h-three-columns {
    max-width: 848px;
    padding-top: 56px;
    margin: 0 auto;
}
.h-three-columns .h-card-item {
    flex: 0 0 calc(33.333% - 12px);
}
.h-l-parfum .h-section-square {
    padding: 60px 0;
}
.h-four-columns .h-card-item {
    flex: 0 0 calc(25% - 14px);
}

.h-big-cta-holder {
    text-align: center;
}
.h-bottom-content {
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
}
.h-bottle {
    width: 160px;
    margin: 0 auto;
    padding-top: 80px;
}
.h-bottle img {
    width: 100%;
    display: block;
}
.h-bottom-text-big {
    font-size: 31px;
    line-height: 1.36em;
    margin-top: 50px;
}
.h-bottom-text-small {
    font-size: 27px;
    line-height: 1.33em;
    margin-top: 16px;
}
.h-hermes-logo {
    margin-top: 112px;
}
.h-hermes-logo img {
    width: 100%;
    display: block;
    max-width: 150px;
    margin: 0 auto;
}
@media (max-width: 980px) {
    .h-cmd .h-section-cards.h-two-columns {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 566px;
        margin: 0 auto;
    }
    .h-cmd .h-section-cards.h-two-columns .h-square-img,
    .h-cmd .h-section-cards.h-two-columns .h-card-holder,
    .h-section-square.h-two-columns .h-square-img{
        flex: 0 0 100%;
    }
    .h-cmd .h-section-cards.h-two-columns .h-card-holder {
        width: 100%;
        max-width: none;
        min-width: auto;
        justify-content: space-between;
    }
    .h-section-square.h-two-columns,
    .h-card-holder.h-four-columns {
        flex-wrap: wrap;
        max-width: 566px;
        margin: 0 auto;
    }
    
}
@media (max-width: 730px) {
    .h-l-parfum .h-three-columns {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 566px;
        margin: 0 auto;
    }
    .h-l-parfum .h-three-columns .h-card-item:nth-child(1) {
        margin-right: auto;
    }
    .h-l-parfum .h-three-columns .h-card-item:nth-child(2) {
        margin-left: auto;
    }
}
@media (max-width: 560px) {
    .h-section-content {
        padding: 30px 15px 65px;
    }
    .h-section-head-title {
        font-size: 32px;
    }
    .h-section-head p {
        font-size: 26px;
        margin-top: 18px;
    }
    .h-section-button {
        margin-top: 40px;
    }
    a.h-cta-button {
        font-size: 16px;
    }
    .h-cmd .h-section-head {
        padding-bottom: 58px;
    }
    .h-bottom-text-big {
        font-size: 24px;
        margin-top: 30px;
    }
    .h-bottom-text-small {
        font-size: 22px;
        margin-top: 12px;
    }
    .h-hermes-logo {
        margin-top: 64px;
    }
}
@media (max-width: 492px) {
    .h-card-item {
        text-align: center;
    }
    .h-l-parfum .h-three-columns .h-card-item:nth-child(1),
    .h-l-parfum .h-three-columns .h-card-item:nth-child(2) {
        margin: 0 auto;
    }
    .h-cmd .h-section-cards.h-two-columns .h-card-holder,
    .h-card-holder.h-four-columns {
        justify-content: center;
        flex-wrap: wrap;
    }
}
