/*
Theme Name: mellocase
Text Domain: mellocase
Author: H24 
Version: 1.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
scroll-behavior: smooth;
}

body {
line-height: 1;
}

a {
text-decoration-skip-ink: auto;
transition: all 0.3s linear;
}

a[href^="tel"] {
color: inherit;
text-decoration: none;
}

button {
outline: 0;
}

ol,ul {
list-style: none;
}

blockquote,q {
quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
content: '';
content: none;
}

q {
display: inline;
font-style: italic;
}

q:before {
content: '"';
font-style: normal;
}

q:after {
content: '"';
font-style: normal;
}

textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"] {
-webkit-appearance: none;
appearance: none;
border-radius: 0;
}

input[type="search"] {
-webkit-appearance: textfield;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

th,td {
padding: 2px;
}

big {
font-size: 120%;
}

small,sup,sub {
font-size: 80%;
}

sup {
vertical-align: super;
}

sub {
vertical-align: sub;
}

dd {
margin-left: 20px;
}

kbd,tt {
font-family: courier;
font-size: 12px;
}

ins {
text-decoration: underline;
}

del,strike,s {
text-decoration: line-through;
}

dt {
font-weight: bold;
}

address,cite,var {
font-style: italic;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}

* {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}


@font-face {
    font-family: 'MontHead';
    src: url('/wp-content/themes/mellocase/fonts/MontHeadGX.ttf') format('truetype-variations');
    font-weight: 12 224;
}

@font-face {
    font-family: 'MADE Outer Sans';
    src: url('/wp-content/themes/mellocase/fonts/MADEOuterSansBold.otf') format('opentype');
    font-weight: normal;
}


@font-face {
    font-family: 'icomoon';
    src:  url('/wp-content/themes/mellocase/fonts/icomoon.eot?ijvmcz');
    src:  url('/wp-content/themes/mellocase/fonts/icomoon.eot?ijvmcz#iefix') format('embedded-opentype'),
      url('/wp-content/themes/mellocase/fonts/icomoon.ttf?ijvmcz') format('truetype'),
      url('/wp-content/themes/mellocase/fonts/icomoon.woff?ijvmcz') format('woff'),
      url('/wp-content/themes/mellocase/fonts/icomoon.svg?ijvmcz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
    content: "\e900";
}
.icon-facebook:before {
content: "\e901";
}
.icon-instagram:before {
content: "\e902";
}
.icon-youtube:before {
content: "\e903";
}


html {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    font-family: 'MontHead';
    position: relative;
    font-weight: 100
}
    
p {
font-family: 'MontHead';
    font-size: 15px;
    line-height: 1.5;
    font-variation-settings: 'wght' 68;
}

strong {
    font-family: 'MontHead';
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'MADE Outer Sans';
    line-height: 1.2;
}

h1 {
    font-size: 70px;
    font-weight: 200;
}

h2 {
    font-size: 40px;
    font-weight: 200;
}

h3 {
    font-size: 30px;
    font-weight: 200;
}

h4 {
    font-size: 20px;
}



h1.white, h2.white, h3.white, h4.white, h5.white {
    color: #fff;
}

p.white {
color: #707070;
}

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

/*layout*/
section {
    width: 100%;
}

.row.in-grid {
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    position: relative;
}

.columns-wrapper {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    /*margin-left: -15px;
    margin-right: -15px;*/
}

.columns-wrapper.middle {
    align-items: center;
}

.col-12 {
    flex: 0 0 100%;
    width: 100%;
}

.col-11 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%;
}

.col-10 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%;
}

.col-9 {
    flex: 0 0 75%;
    width: 75%;
}

.col-8 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%;
}

.col-7 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}

.col-4-5 {
    width: 80%
}

.col-3-5 {
    width: 60%
}

.col-2-5 {
    width: 40%
}

.col-1-5 {
    width: 20%
}

.content-container {
    position: relative;
     z-index: 2;
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

main.main-content {
    margin-top: -70px;
}

a.m-btn {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    font-family: 'MADE Outer Sans';
    background: #000;
    padding: 22px 30px;
    display: inline-block;
    border: 1px solid #000;
    transition: all 0.35s ease;
}

a.m-btn:hover {
background-color: #fff;
    color: #000;
}

a.m-btn.white  {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}

a.m-btn.white:hover {
background-color: transparent;
    color: #fff;
}

/*RESPONSIVE*/
@media (max-width: 1000px) {
.col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col-4-5, .col-3-5, .col-2-5, .col-1-5 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}
}


/*HEADER + MENU*/
@media (min-width: 1000px) {
button.drawer-toggle.drawer-hamburger, .drawer-nav {
    display: none;
}
}

header#header {
    position: relative;
    display: flex;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 22px 80px 22px 80px;
    height: 70px;
    z-index: 3;
}

.header-divider {
    position: absolute;
    width: calc(100% - 330px);
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 250px;
}

header#header .logo img {
    max-width: 112px;
}

.logo, .language-switcher {
    flex: 0 0 200px;
    max-width: 200px;
    position: relative;
    font-size: 14px;
    color: #fff;
}

.language-switcher {
    text-align: right;
    line-height: 25px;
}

ul.menu {
    display: flex;
}

ul.menu li a {
    color: #fff;
    margin: 0 1.3vw 0 1.3vw;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    line-height: 25px;
    font-variation-settings: 'wght' 85;
}

ul.menu li a:after {
    content: '';
    width: 1px;
    height: 0px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(calc(50% - 0.5px));
    -webkit-transform: translateX(calc(50% - 0.5px));
    background: #fff;
    transition: all 0.3s ease;
}

ul.menu li a:hover:after {
    height: 10px;
}
    

@media (max-width: 1000px) {
.main-menu {
    display: none;
}

header#header {
    padding: 20px 80px 0px 15px;
    height: 60px;
}

.logo {
    flex: 0 0 auto;
}

header#header .logo img {
    max-width: 90px;
}

.language-switcher {
    line-height: 20px;
}

.header-divider {
    position: absolute;
    width: calc(100% - 130px);
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 130px;
}

.drawer-hamburger,
.drawer-hamburger:hover {
    position: absolute;
    margin-top: 6px;
    margin-right: 10px;
    padding: 13px 9px 25px;
}

.drawer-hamburger-icon {
    background: #fff;
}

.drawer-hamburger-icon:before {
    top: -7px;
    background: #fff;
}

.drawer-hamburger-icon:after {
    top: 7px;
    background: #fff;
}

.drawer-overlay {
background-color: rgba(0,0,0,.5);
height: 100vh;
z-index: 2;
}

.drawer-nav {
    background-color: #212121;
    padding: 100px 20px 20px 30px;
    text-align: left;
    height: 100vh;
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 0px;
    position:fixed;
}

.page-template-template-homepage ul.menu li a {
    color: #fff;
}

ul.menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
}

ul.menu li a {
    position: relative;
    display: inline-block;
    margin-bottom: 30px !important;
}
}


/*FOOTER*/

footer#footer {
    background: #101010;
}

footer#footer a,
footer#footer p,
footer#footer h4 {
    text-decoration: none;
    color: #fff;
}

.section.footer-top {
    padding-top: 80px;
}

p.footer-text { 
    font-family: 'MADE Outer Sans';
    padding-bottom: 15px;
}

a.footer-contact {
    font-family: 'MADE Outer Sans';
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    font-size: clamp(25px, 4vw, 50px);
}

.section.footer-top h4 {
    font-size: 15px;
    padding-bottom: 20px;
}

ul#menu-footer-kategorie {
    flex-direction: row;
    flex-wrap: wrap;
}

ul#menu-footer-kategorie li {
    flex: 0 0 50%; 
    padding-bottom: 15px;
}

ul#menu-footer-kategorie a {
    margin: 0;
    font-size: 18px;
    font-family: 'MADE Outer Sans';
}

ul#menu-footer-kategorie a:after {
    display: none;
}

.section.footer-top .row.in-grid .columns-wrapper {
    padding-bottom: 110px;
    border-bottom: 1px solid #fff;
}

@media (min-width: 1350px) {
.section.footer-top .row.in-grid,
.section.footer-bottom .row.in-grid {
 padding-left: 50px;
padding-right: 50px;   
    max-width: 1900px;
}
}

.section.footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}

.social-links {
    display: flex;
    align-items: center;
}

.social-links a {
    margin-right: 5vw;
}

.social-links i {
    margin-right: 15px;
    top: 1px;
    position: relative;
    font-size: 15px;
}

.section.footer-bottom .col-2 p {
    font-size: 13px;
}

/*footer end*/



/*HOMEPAGE*/
.section.homepage-1 {
    background: url(/wp-content/uploads/2022/10/home-bgr.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.section.homepage-1 .row.in-grid {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.homepage-1 p.white {
    color: #fff;
    font-variation-settings: 'wght' 85;
    padding-bottom: 10px;
}

.section.homepage-1 h2 {
    padding-bottom: 100px;
    font-size: 50px;
}

.section.homepage-2 {
    background: #212121;
    padding-bottom: 150px;
}

.columns-wrapper.banners {
    gap: 5px;
}

.columns-wrapper.banners .col-4 {
    margin-top: -130px;
    flex: calc(33.33333333% - 5px);
}

a.banner-item {
    width: 100%;
    padding-top: 110%;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

a.banner-item:before {
    content: '';
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 0.5));
    position: absolute;
    left: 0;
    bottom: 0;
}
    
a.banner-item h3 {
font-size: 30px;
}

.banner-content {
    position: relative;
    padding-right: 20px;
}

.banner-content i {
    position: absolute;
    right: 0;
    bottom: 7px;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.5s ease;
}

a.banner-item:hover .banner-content i {
    opacity: 1;
    transform: translateX(0px);
}

.section.homepage-3 {
    background: #212121;
    padding-bottom: 100px;
}

.section.homepage-3 p {
    max-width: 300px;
    margin-bottom: 30px;
}

.divider {
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
    margin-top: 80px;
}

.section.homepage-4 {
    background: #212121;
    padding-bottom: 80px;
}

img.benefit-icon {
    max-height: 60px;
    width: auto;
    margin-bottom: 15px;
}

.section.homepage-4 p {
    margin-top: 15px;
    margin-bottom: 60px;
    max-width: 270px;
    padding-right: 20px;
}

img.mc-kolaz {
    transform: scale(120%) translateX(-10%);
}

.section.novinky-posts {
    padding-top: 60px;
}

.section.novinky-posts h2 {
    font-size: 80px;
}

.section.novinky-posts .col-6.right {
    text-align: right;
}

.section.categories-filter.homepage {
    padding-top: 60px;
}

.section.categories-filter.homepage .title h3 {
    padding-bottom: 50px;
}

.homepage .subcat_item.col-2 {
    padding: 20px;
    border-right: 1px solid #000;
    margin-bottom: 50px;
}

.homepage .subcat_item.col-2:last-child {
    border-right: none;
}

.homepage .subcat_item.col-2 img {
    max-height: 150px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 10px;
}

.homepage .subcat_item.col-2 h3 {
    font-size: 16px;
}

.homepage span.product-count {
    font-size: 14px;
    top: -8px;
}




/*PAGE*/

.section.page-template {
    padding-top: 250px;
    padding-bottom: 120px;
    background-size: cover;
    background-position: center;
}

.section.page-template h1,
.section.page-template p {
    color: #fff;
}

.section.breadcrumbs-part .col-12 {
    border-bottom: 1px solid #000;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 10px;
}

p#breadcrumbs {
    font-size: 14px;
}

p#breadcrumbs a {
    text-decoration: none;
    color: #000;
}

span.breadcrumb_last {
    font-variation-settings: 'wght' 150;
}

span.breadcrumbs-divider {
    position: relative;
    width: 25px;
    height: 1px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    margin: auto 10px;
}



/*SINGLE PRODUKT*/

.single-products #header {
    background: #000;
    height: 130px;
    padding: 22px 80px 0px 80px;
}

.single-products #header .header-divider {
    position: absolute;
    width: calc(100% - 330px);
    height: 1px;
    background: #fff;
    bottom: auto;
    top: 70px;
    left: 250px;
}

.section.product-top {
    padding-top: 80px;
    padding-bottom: 80px;
}

.col-6.product-description {
    padding-top: 60px;
    padding-left: 6%;
    max-width: 550px;
}

.post-categories {
    font-size: 14px;
    margin-bottom: 20px;
}

.post-categories a {
    color: #000;
}

.col-6.product-description h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.produkt-popis {
    margin-bottom: 40px;
}

.produkt-popis ul {
    margin-left: 20px;
}

.produkt-popis ul li {
    font-family: 'MontHead';
    font-size: 15px;
    line-height: 1.5;
    font-variation-settings: 'wght' 68;
    list-style: disc;
}

.produkt-btns {
    display: flex;
    align-items: center;
}

.produkt-btns a {
    flex: 48%;
    text-align: center;
    margin-right: 2%;
}

.produkt-btns a.m-btn {
    border: 1px solid #000;
}

.produkt-btns a.link-btn {
    color: #000;
    font-size: 15px;
    text-decoration: none;
    font-family: 'MADE Outer Sans';
    padding-bottom: 10px;
    padding-top: 10px;
}

.produkt-btns a.link-btn span {
    position: relative;
}

.produkt-btns a.link-btn span:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #000;
    transition: all 0.4s ease;
}

.produkt-btns a.link-btn span:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 1px;
    background: #000;
    transition: all 0.8s ease;
}

.produkt-btns a.link-btn:hover span:after {
    width: 0%;
}

.produkt-btns a.link-btn:hover span:before {
    width: 100%;
}

.product-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 110%;
}

.product-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.col-12.product-content-end {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #000;
    text-align: center;
}

.col-12.form {
    background: #000;
    color: #fff;
    padding: 6% 10%;
}

.col-12.form h2 {
font-size: 40px;
    padding-bottom: 15px;
}

/*FORM*/
.wpcf7 {
    margin-top: 50px;
}

.form .columns-wrapper {
    gap: 40px;
    justify-content: space-between;
}

.form .columns-wrapper .col-6 {
    flex: 0 0 calc(50% - 20px);
}

.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #707070;
    padding: 15px 0;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'MontHead';
    font-size: 15px;
    font-variation-settings: 'wght' 68;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
    border-bottom: 1px solid #fff !important;
}

.wpcf7 textarea {
    height: 61px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    outline: none;
    border: none;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: rgb(255 255 255 / 0.4);
}

.wpcf7 input[type="checkbox"]  {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-appearance: none;
    width: 0px !important;
}

span.wpcf7-list-item {
    margin: -6px;
}

span.wpcf7-list-item label {
    display: flex;
}

span.wpcf7-list-item-label {
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    line-height: 1.1;
    color: #fff;
font-variation-settings: 'wght' 68;
}

span.wpcf7-list-item-label a {
    text-decoration: underline;
    color: #fff;
}

span.wpcf7-list-item-label a:hover {
    color: #fff;
}

span.wpcf7-list-item-label:before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 0px;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
}

input[type="checkbox"]:checked + span.wpcf7-list-item-label:before {
    font-size: 20px;
    line-height: 1;
    border: 1px solid #fff;
    background-image: url(/wp-content/uploads/2022/10/icon-check.svg);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
    padding-right: 10px;
}

.nectar-wpcf7-inline-field.submit-col {
    justify-content: flex-end;
}

.wpcf7-spinner {
    display: none;
}

p.form-required-text {
    padding-bottom: 0;
    font-size: 14px;
}

span.wpcf7-not-valid-tip {
    background: transparent;
    box-shadow: none !important;
    color: #ec7272 !important;
    position: absolute;
    font-size: 12px;
    bottom: 0px;
    right: 0;
    top: auto !important;
    font-variation-settings: 'wght' 68;
}

input.wpcf7-form-control.wpcf7-submit {
    margin-top: auto;
    margin-bottom: auto;
    padding: 22px 50px;
    font-size: 15px;
    background: #fff;
    font-family: 'MADE Outer Sans';
    cursor: pointer;
    width: auto;
    color: #000;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    color: #fff;
    background: transparent;
}

.section.product-contact {
    padding-top: 50px;
    padding-bottom: 100px;
}

/*KATEGORIE*/
.kategoria-seo .row.in-grid .columns-wrapper.middle {
    padding-top: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid #000;
    margin-bottom: 80px;
}

.kategoria-seo h2, .kategoria-seo p {
    padding-right: 50px;
}

.subcat_item.col-4 {
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: 1px solid #000;
    margin-bottom: 30px;
}

.subcat_item.col-4:last-child {
    border-right: none;
}

.subcat_item.col-4 img {
    max-height: 200px;
    width: 100%;
    object-fit: contain;
}

.subcat_item.col-4 {
    text-align: center;
}

.columns-wrapper.subcat:first-child {
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}

.subcat_item a {
    text-decoration: none;
    color: #000;
}

.subcat_item h3,
.subcat_item span {
    display: inline-block;
    transition: all 0.3s;
}

.subcat_item:hover h3 {
    opacity: 0.5;
}

span.product-count {
    font-family: 'MADE Outer Sans';
    font-size: 18px;
    top: -10px;
    left: 3px;
    position: relative;
}

.childcat_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 15px;
}

.childcat_item h4 {
    display: inline-block;
    font-size: 15px;
    transition: all 0.3s;
}

.childcat_item span.product-count {
    font-family: 'MADE Outer Sans';
    font-size: 12px;
    top: -5px;
    left: 3px;
    position: relative;
}

.childcat_item a {
    position: relative;
    margin-bottom: 15px;
}

.childcat_item a:after {
    content: '/';
    padding-left: 15px;
    padding-right: 15px;
}

.childcat_item a:last-child:after {
    display: none;
}

.childcat_item a:hover h4{
    opacity: 0.7;
}

.section.kategoria-top {
    padding-top: 250px;
    padding-bottom: 120px;
    background-size: cover;
    background-position: center;
}

.section.kategoria-top h1, .section.kategoria-top p {
    color: #fff;
}


.columns-wrapper.produkt-content {
    gap: 20px;
}

article.col-3.produkt-item {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    margin-bottom: 50px;
}

.archive-item .post-thumbnail,
.produkt-item .produkt-img {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.archive-item .post-thumbnail img,
.produkt-item .produkt-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.produkt-item h3.title,
.archive-item .post-title h3 {
    font-size: 20px;
    padding-bottom: 5px;
}

.archive-item p,
.produkt-item p {
    padding-bottom: 15px;
}

a.link-btn {
    color: #000;
    font-size: 15px;
    text-decoration: none;
    font-family: 'MADE Outer Sans';
    padding-bottom: 10px;
    padding-top: 10px;
}

a.link-btn span {
    position: relative;
}

a.link-btn span:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #000;
    transition: all 0.3s ease;
}

a.link-btn span:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 1px;
    background: #000;
    transition: all 0.6s ease;
}

a.link-btn:hover span:after {
    width: 0%;
}

a.link-btn:hover span:before {
    width: 100%;
}

.columns-wrapper.archived-posts {
    gap: 20px;
    justify-content: space-between;
}

.col-4.archive-item {
    flex: 0 0 calc(33.33333% - 15px);
    max-width: calc(33.3333% - 15px);
    margin-bottom: 50px;
}

.posts-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.archive-pagination {
    width: 100%;
    padding: 20px 0 50px 0;
    text-align: center;
}

.archive-pagination a.prev.page-numbers {
    float: left;
}

.archive-pagination a.next.page-numbers {
    float: right;
}

.archive-pagination span.page-numbers.current,
.archive-pagination a.page-numbers {
    font-size: 15px;
    padding: 4px 8px 6px 8px;
    margin: 0 1px;
    text-decoration: none;
    line-height: 1;
    color: #000;
    font-family: 'MADE Outer Sans';
}
 
.archive-pagination span.page-numbers.current {
    color: #fff;
    background: #000;
}

.archive-pagination i.arrow-next svg,
.archive-pagination i.arrow-prev svg {
    fill: #000;
}

.archive-pagination a.prev.page-numbers i.arrow-prev svg {
    transform: rotate(-180deg);
}

.section.firstsection.single-post {
    background: #000;
    padding-top: 130px;
}

.section.firstsection.single-post p {
    color: #fff;
}

.section.firstsection.single-post h1 {
    color: #fff;
    font-size: 40px;
}

.single-post-image {
    padding-left: 60px;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.single-post-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section.single-post-content #content {
    max-width: 900px;
    margin: 50px auto;
}

.section.social-share .columns-wrapper {
    max-width: 900px;
    margin: 20px auto 80px;
}

.social-share-icons {
    text-align: right;
}

