@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../fonts/Open_Sans/Open Sans-Regular.otf);
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../fonts/Open_Sans/Open Sans-Light.otf);
    font-weight: 300;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../fonts/Open_Sans/Open Sans-Light.otf);
    font-weight: 400;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../fonts/Open_Sans/Open Sans-Light.otf);
    font-weight: 600;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../fonts/Open_Sans/Open Sans-Bold.otf);
    font-weight: 700;
}



html {
    scroll-behavior: smooth;
}

body {
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
font-weight: 300;
}

h1 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 31px;
    text-align: center;
    padding-left: .2em;
}

h2 {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: .06em;
    padding-left: .06em;
    text-transform: uppercase;
    text-align: center;
}

h3 {
    font-size: 14px;
    line-height: 16px;
    color: #808080;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em;
    padding-left: .05em;
}

h4 {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .04em;
    padding-left: .04em;
}

a {
    color: #fff;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

a:hover {
    color: #b2b2b6;
    text-decoration: none;
}

p {
    line-height: 23px;
    font-weight: 300;
}

small {
    font-family: avenir, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: .2em;
    padding-left: .2em;
}

b, strong {
    font-weight: 700;
}


/*Logo Principal*/
.home-logo{
 max-width: 250px;
 margin-bottom: 20px;
}

.color-gray {
    color: #808080;
}

.color-light-gray {
    color: #999999;
}

.weight-light {
    font-weight: 300;
}

body.intro-active {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

/* - menu - */

.btn-menu {
    width: 44px;
    height: 44px;
    position: fixed;
    top: 23px;
    right: 30px;
    z-index: 100;
}

.btn-menu>span {
    display: block;
    background-color: #fff;
    height: 1.6px;
    position: absolute;
    left: 7px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-menu>span:first-child {
    width: 30px;
    top: 12px;
    transform-origin: left;
}

.btn-menu>span:nth-child(2) {
    width: 21px;
    top: 21px;
}

.btn-menu>span:last-child {
    width: 11px;
    top: 30px;
    transform-origin: left;
}

.active>span:first-child {
    width: 26px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.active>span:nth-child(2) {
    width: 0;
}

.active>span:last-child {
    width: 26px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-menu:hover>span {
    background-color: #b2b2b6;
}
.btn-menu:not(.active):hover>span {
    width: 30px;
}

.main-menu-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 99;
    width: 100%;
    text-align: center;
    background: #000;
    padding: 100px 20px;
    -webkit-transition: left .3s ease-in-out .3s;
    transition: left .3s ease-in-out .3s;
}

.open.main-menu-wrapper {
    left: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.main-menu-links {
    opacity: 0;
    padding-left: 0;
    list-style-type: none;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.main-menu-link {
    display: block;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 30px;
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 11px;
}

.main-menu-logo {
    opacity: 0;
    height: 60px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.open .main-menu-links {
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.open .main-menu-logo {
    opacity: 0.45;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

/* - social media - */

.social-media-wrapper {
    width: 500px;
    height: 44px;
    position: fixed;
    bottom: 20px;
    left: 23px;
    z-index: 98;
    text-align: left;
}

.social-media-wrapper>a {
    line-height: 44px;
    text-align: center;
    display: inline-block;
    height: 44px;
    width: 30px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.social-media-wrapper>a:hover {
    opacity: 0.75;
}

.icon-facebook>img {
    height: 18px;
    width: 100%;
}


.icons>img {
    height: 18px;
    max-width: 20px;
    margin: 10px;
}

.icon-instagram>img {
    height: 14px;
    width: 100%;
}

/* - homepage - */

.content-section {
    min-height: 100vh;
    width: 100%;
    position: relative;
    padding: 100px 40px 0;
    z-index: 1;
    clip: rect(0, auto, auto, 0);
    background-color: #000;
}

.content-section-gallery {
    min-height: 100vh;
    width: 100%;
    position: relative;
    /* padding: 100px 40px 0; */
    z-index: 1;
    clip: rect(0, auto, auto, 0);
}

.content-section-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.25;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

@supports (-webkit-overflow-scrolling: touch) {
    .content-section-bg {
        background-attachment: scroll;
    }
    .about-wrapper .content-section-bg {
        background-size: 200vh;
    }
}

.section-title {
    min-height: 55px;
    margin-bottom: 25px;
}

.section-scroll {
    position: fixed;
    bottom: 0;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
}

.scroll-indicator {
    width: 1px;
    height: 30px;
    margin: 5px auto auto;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.scroll-indicator::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #fff;
    -webkit-animation-name: scroll-indicator;
    animation-name: scroll-indicator;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

/* intro */

.intro-banner-wrapper {
    padding-top: 195px;
    position: fixed;
    z-index: 101;
    display: -ms-flexbox;
    display: flex;
}

.intro-banner-text {
    margin-top: 150px;
    text-align: center;
    color: #b2b2b6;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.intro-banner-text h1 {
    font-size: 30px;
    margin-bottom: 5px;
}

.intro-banner-skip {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .1em;
    padding-left: .1em;
    line-height: 44px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    height: 44px;
    position: fixed;
    bottom: 20px;
}

.intro-banner-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    overflow: hidden;
}

.intro-banner-video>video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: cover;
    z-index: -100;
}

/* gallery */

body.intro-active .gallery-wrapper {
    opacity: 0;
}

.gallery-wrapper {
    -webkit-transition: 3s ease-in-out;
    transition: 3s ease-in-out;
}

.gallery-wrapper .carousel {
    max-width: 100%;
    margin-top: 0px;
}

.gallery-img {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-wrapper .carousel-control-next, .gallery-wrapper .carousel-control-prev {
    width: 40px;
}

/* collection */

.collection-menu-wrapper {
    text-align: center;
    margin-top: 20px;
}

.collection-menu-link {
    font-size: 28px;
    letter-spacing: .2em;
    padding-left: .2em;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
    transition-property: all;
}

.collection-menu-link:hover {
    letter-spacing: .4em;
    padding-left: .4em;
    transition: all 1s ease;
}

/* about */


.about-wrapper {
    padding-bottom: 100px;
}

.about-info {
    text-align: center;
    max-height: 250px;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.open.about-info {
    max-height: 800px;
}

.about-info p {
    margin-bottom: 0;
}

.about-logo {
    height: 75px;
    opacity: .8;
    margin-top: 70px;
}

.about-wrapper .content-section-bg {
    opacity: .82;
}

/* contact */

.contact-wrapper {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 30px;
}

.retailers-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 60px;
}

.retailers-row {
    color: #CDCFCF;
    margin: 30px auto 0;
    width: 190px;
    column-gap: 20px;
}

.retailers-row h3 {
    column-span: all;
}

.retailers-block {
    break-inside: avoid;
}

.retailers-country {
    border-bottom: 1px solid;
}

.retailers-cities {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    padding-left: 0;
    list-style-type: none;
}


.retailers-cities li 
a {
    color: #b2b2b6;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.retailers-cities li a:hover {
    color: #fff;
    text-decoration: none;
}

/* customer care */

.customer-care-wrapper {
    font-size: 14px;
    padding-bottom: 60px;
}

.customer-care-accordion {
    width: 100%;
    text-align: center;
    font-weight: 300;
    margin-top: 35px;
}

.collapse-content {
    padding-bottom: 60px;
}

.btn-collapse {
    font-size: 20px;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    cursor: pointer;
}

.btn-collapse:hover {
    opacity: 0.6;
}

.btn-collapse .btn-show-more {
    display: inline-block;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: 0;
    margin-left: 3px;
}

/* - menu list - */

.menu-list-wrapper {
    padding-bottom: 60px;
}

.menu-list-wrapper h1 {
    margin-bottom: 30px;
}

.menu-list-block {
    display: block;
    height: 100%;
    position: relative;
}

.menu-list-block:hover {
    color: #fff;
}

.menu-list-img {
    width: 100%;
}

.menu-list-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.0);
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.menu-list-block:hover .menu-list-overlay {
    background-color: rgba(0, 0, 0, .2);
}

.menu-list-title {
    letter-spacing: .2em;
    padding-left: .2em;
    margin-bottom: 0;
    color: #c4c4c4;
}

/* - prod list - */

.prod-list-wrapper {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 60px;
}

.prod-list-wrapper h2 {
    letter-spacing: .2em;
    padding-left: .2em;
}

.prod-list-block {
    margin-bottom: 20px;
}

.prod-list-block::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 10px;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.prod-list-block:hover::after {
    opacity: 0.2;
}

.prod-list-img {
    width: 100%;
}

.btn-prev-page {
    height: 44px;
    width: 44px;
    background-image: url(/assets/img/angle-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    position: absolute;
    top: 25px;
    /*right: 0;*/
    left: 20px;
    margin-right: auto;
    margin-left: auto;
}

/* - prod detail - */

.prod-detail-wrapper .btn-prev-page {
    background-image: url(/assets/img/close.svg);
    background-size: 22px;
}

.prod-detail-info {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
}

.prod-detail-info h1 {
    text-align: left;
}

.prod-detail-tilte {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.06em;
    padding-left: 0;
    margin-bottom: -5px;
}

.pro-detail-ref {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.prod-detail-price {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.prod-detail-specs {
    font-size: 13px;
    line-height: 17px;
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 30px;
}

.prod-detail-specs strong {
    margin-right: 10px;
}

.prod-detail-accordion h3 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.prod-detail-accordion .collapse-content {
    padding-bottom: 0;
}

.btn-collapse-inquire {
    border-bottom: 0;
    margin-top: 20px;
}

.btn-collapse-inquire, .prod-detail-accordion .btn-show-more {
    color: #fff;
}

.prod-detail-accordion .btn-show-more-icon::after, .prod-detail-accordion .btn-show-more-icon::before {
    background-color: #fff;
}

.prod-detail-accordion .btn-collapse .btn-show-more {
    vertical-align: -1px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.size-chart-table {
    line-height: 23px;
    text-align: center;
    width: 200px;
    margin-bottom: 5px;
}

.size-chart-table:last-child {
    margin-bottom: 40px;
}

.size-chart-table thead tr {
    border-bottom: 1px solid;
}

.size-chart-table thead th {
    text-transform: uppercase;
    font-weight: 300;
}

.inquire-textarea {
    position: relative;
}

.inquire-textarea::before, .inquire-textarea::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #7f7f7f;
}

.inquire-textarea::before {
    top: 30px;
}

.inquire-textarea::after {
    top: 63px;
}

.inquire-textarea textarea {
    line-height: 30px;
    margin-top: 2px;
}

/* - rewrite bootstrap - */

.container-fluid, .container, .row>[class*="col-"], .row>.col {
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.pt-20 {
    padding-top: 20px;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
    opacity: .5;
}

.carousel-control-next-icon {
    background-image: url(/assets/img/angle-right.svg);
    height: 23px;
    width: 20px;
}

.carousel-control-prev-icon {
    background-image: url(/assets/img/angle-left.svg);
    height: 23px;
    width: 20px;
}

.carousel-indicators {
    position: static;
    margin: 30px 0 0;
}

.carousel-indicators li {
    height: 10px;
    width: 10px;
    border: 2px solid #878786;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0);
    margin-right: 5px;
    margin-left: 5px;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: #878786;
}

/* form */

.form-control {
    font-size: 14px;
    font-weight: 300;
    padding: 6px 0 0;
    background: rgba(255, 255, 255, 0);
    border-width: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    color: #7f7f7f;
    height: auto;
    margin-top: 5px;
}

.form-control:focus {
    color: #7f7f7f;
    box-shadow: none;
    border-color: #fff;
    background-color: initial;
}

.form-control::placeholder {
    color: #7f7f7f;
    text-transform: uppercase;
}

.btn-link {
    color: #fff;
    padding: 15px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .05em;
    padding-left: .05em;
}

.btn-link:hover {
    color: #b2b2b6;
    text-decoration: none;
}

/* - btn show more -*/

.btn-show-more {
    color: #bfbfbf;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
}

.btn-show-more-icon {
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.btn-show-more-icon::after, .btn-show-more-icon::before {
    content: "";
    background-color: #bfbfbf;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.btn-show-more-icon::after {
    height: 13px;
    width: 3px;
    -webkit-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.btn-show-more-icon::before {
    height: 3px;
    width: 13px;
}

.open+.btn-show-more>.btn-show-more-icon::after, .btn-collapse:not(.collapsed)>.btn-show-more>.btn-show-more-icon::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* - scroll effect - */

.gallery-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 0;
}

.collection-wrapper::after, .about-wrapper::after, .contact-wrapper::after, .customer-care-wrapper::after {
    content: "";
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -2;
}

/* - animations - */

@-webkit-keyframes scroll-indicator {
    0% {
        top: -35px;
    }
    100% {
        top: 100%;
    }
}

@keyframes scroll-indicator {
    0% {
        top: -35px;
    }
    100% {
        top: 100%;
    }
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 20px;
    grid-template-areas: "img-1 img-2 img-2 img-2" "img-1 img-3 img-4 img-4";
}

.img-1 {
    grid-area: img-1;
}

.img-2 {
    grid-area: img-2;
}

.img-3 {
    grid-area: img-3;
}

.img-4 {
    grid-area: img-4;
}

