:root {
  --ff-orange: #e65c41;
  --ff-montserrat: 'Montserrat', sans-serif;
  --ff-montserrat-italic: 'Montserrat Italic', sans-serif;
  --ff-arimo: 'Arimo', sans-serif;
  --ff-arimo-italic: 'Arimo Italic', sans-serif;
}


@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('../Fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: url('../Fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('../Fonts/Arimo/Arimo-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: url('../Fonts/Arimo/Arimo-Italic-VariableFont_wght.ttf') format('truetype');
}

body {
	font-weight: 400;
	font-family: var(--ff-montserrat);
    color: #000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .product-matrix .product-matrix-title, .h3, .sidepanel-left .box-normal .box-normal-link, .h4, .h5, .h6,
.nav-link span, a.nav-link {
    color: #000;
}

.title h1.h2 {
	font-weight: 400;
	font-family: var(--ff-Arimo);
	font-size: 40px;
	color: #000;
	letter-spacing: 0;
    line-height: 1;
	justify-self: center;
}

#main-wrapper {
	overflow: hidden;
}
/* ###### */
/* HEADER */
/* ###### */

/* ext topbar designe */
.z2topbarbg {
	background: var(--ff-orange);
	justify-items: center;
	padding: 27px 7px;
}
.z2topbarbg > #header_ext_topbar{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.z2topbarbg > #header_ext_topbar > .text_top{
	font-family: var(--ff-montserrat);
	font-size: calc(0.5em + 0.7vw);
	line-height: 17.1333px;
	letter-spacing: 0.2em;
	font-weight: 700;
}
.z2topbarbg > #header_ext_topbar > .text_bottom{
	text-decoration: underline;
	font-family: var(--ff-montserrat);
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
    display: none;
}
.z2topbarbg > #header_ext_topbar span{
	color: #fff;
}


/* jtl topbar  */
#header-top-bar > .flex-row-reverse{
	flex-direction: row !important;
}
#header-top-bar {
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
}
#header-top-bar .topbar-main a {
	font-family: var(--ff-montserrat);
	font-size: calc(14px *.85);
	line-height: 1.6;
	font-weight: 400;
}

/* search */
#search {
	display: none;
}
.search-wrapper-dropdown{
	display: block !important;
}
.search-wrapper-dropdown .dropdown-menu {
	min-width: max-content;
}

/* menü zentriert */
@media (min-width: 992px) {
    .align-items-lg-end {
        align-items: center !important;
    }
}
.navbar-nav {
	justify-content: center;
}
#mainNavigation .nav-item, .nav-mobile-heading {
	font-family: var(--ff-montserrat);
	font-size: 16px;
	line-height: 25.6px;
	font-weight: 400;
}
/* header unterer schatten */
header {
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
}



/* ########## */
/* STARTSEITE */
/* ########## */

.zhz_slider-container_en, .zhz_slider-container_de {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	margin-top: -50px;
}

.zhz_slider-container_en, .zhz_slider-container_de {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.zhz_slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(.26,.54,.32,1);
}

.zhz_slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.zhz_content {
    position: absolute;
    left: 10%;
    color: white;
    max-width: 40%;
    z-index: 1;
    opacity: 0; /* Standard unsichtbar */
    transform: translateY(20px); /* Startposition */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* Animationen für Opazität und Bewegung */
}
.zhz_content h2{
	letter-spacing: 0;
	font-family: var(--ff-arimo);
	font-size: clamp(10px, 3vw + 1rem, 56px);
	line-height: 1;
	font-weight: 400;
	color: #fff;
}
.zhz_content .zhz_buttons a{
	letter-spacing: .3em;
	font-family: var(--ff-montserrat);
	font-size: max(calc(14px - 4px),13px);
	line-height: 1.42;
	font-weight: 700;
}
.zhz_content.show {
    opacity: 1; /* Sichtbar, wenn die Klasse hinzugefügt wird */
    transform: translateY(0); /* Anzeigeposition */
}

.zhz_buttons {
    display: flex;
    gap: 1rem;
}

.zhz_btn {
    padding: 10px 20px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border: none;
}

.zhz_btn:hover {
    color: #555;
}

/* ####### */


.zhz_grid-no-pad .row {
	padding: 1rem;
}
.zhz_center_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
	z-index: 10;
}
.zhz_center_text>p {
	margin: 0;
	padding: 8px 15px;
    letter-spacing: .3em;
	font-family: var(--ff-montserrat);
	font-size: .8em;
	line-height: 17.9167px;
	font-weight: 400;
}
.zhz_imgzoom {
	overflow: hidden;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.zhz_imgzoom .col, .zhz_grid-no-pad .col{
	padding: 0;
}
.zhz_imgzoom img {
    transition: transform 0.5s ease-in-out;
}
.zhz_imgzoom:hover img {
    transform: scale(1.1);
}
.zhz_grid1 {
	height: 100%;
}
.zhz_grid1>div {
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.zhz_h2 {
	font-family: var(--ff-arimo);
	font-size: 40px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0;
	color: #000;
}
.zhz_h1 {
	font-family: var(--ff-arimo);
	font-size: 66px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0;
	color: #000;
}
.zhz_grid1 p {
	font-family: var(--ff-montserrat);
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0;
}
.zhz_img550 img {
	max-height: 550px;
    object-fit: cover;
}
.zhz_grid_button {
    position: relative;
    background: #111111;
    width: fit-content;
    padding: 11px 20px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    transition: background 0.8s ease-in-out;
    text-align: center;
}


.zhz_grid_button p, .zhz_grid_button a {
    margin: 0;
    position: relative;
    z-index: 3;
	font-size: 14px;
	font-family: var(--ff-montserrat);
	letter-spacing: .3em;
	font-weight: 700;
    text-decoration: none;
    color: #fff;
}

.zhz_grid2 p>span {
	font-family: var(--ff-montserrat);
	font-size: 1.3em;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0;
}

/* Lichtschein-Effekt */
.zhz_grid_button:before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.25), transparent);
    transition: right 0.8s ease-in-out;
    z-index: 2;
}
/* Hintergrund wird nach Hover heller */
.zhz_grid_button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2b2b2b;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    z-index: 1;
}
.zhz_grid_button:hover:before {
    right: 100%;
}
.zhz_grid_button:hover:after {
    opacity: 1;
}
.zhz_grid2>div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;
	row-gap: 10px;
}

/* ###### */
/* FOOTER */
/* ###### */
#footer {
    background-color: #153a50;
    color: #f2f2f2;
    /*color: white;*/
    /*background-image: url(/bilder/intern/white-stripe-bottom.png);
    background-position-x: 0px !important;
    background-repeat: repeat-x;*/
}

#footer a {
    /*color: white;*/
    color: #f2f2f2 !important;
}

#footer a:hover {
    /*color: #003b52;*/
    color: #f2f2f2;
}

#footer .newsletter-footer {
    color: #f2f2f2;
    /*color: white;*/
    /*background-color: #113144;*/
    padding: 1rem 0 1rem 0;
}

#footer .h2.newsletter-footer-heading {
    /*color: white;*/
    color: #f2f2f2;
}


.newsletter-email-wrapper #newsletter_email {
	border-bottom: 1px solid #cbd246 !important;
}
.newsletter-email-wrapper .btn {
	background-color: #cbd246 !important;
	color: #153a50 !important;
	text-transform: lowercase;
	
}
#footer .input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-radius: 0;
    color: #f2f2f2;
    transition: none;
}

#footer .form-control {
    /*color: #002e3a;*/
    color: #f2f2f2;
    /*background-color: #a5a523;*/
    /*background-color: rgba(255,255,255,0.5);*/
    background-color: #113144;
    background-clip: padding-box;
    /*border: 1px solid #cbd246;*/
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: none;
}

#footer input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  /*color: #03141e;*/
  color: #f2f2f2;
  opacity: 0.5; /* Firefox */
}

#footer input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  /*color: #03141e;*/
  color: #f2f2f2;
  opacity: 0.5;
}

#footer input::-ms-input-placeholder { /* Microsoft Edge */
  /*color: #03141e;*/
  color: #f2f2f2;
  opacity: 0.5;
}

.btn {
    transition: none; 
}

#footer .btn-secondary {
    /*color: #002e3a;*/
    color: #f2f2f2;
    /*background-color: rgba(255,255,255,0.5);*/
    background-color: #113144;
    /*border: 1px solid #cbd246;*/
    border: none;
    box-shadow: none;
}

#footer .btn-secondary:hover {
    /*color: #002e3a;*/
    color: #f2f2f2;
    /*background-color: rgba(255,255,255,0.5);*/
    background-color: #113144;
    /*border: 1px solid #cbd246;*/
    border: none;
    box-shadow: none;
}

#footer .input-group-append {
    margin-left: 4px;
}
#footer .panel-title {
    color: #f2f2f2;
}

#footer .productlist-filter-headline {
    font-family: "NotoSansOriya", sans-serif;
    /*color: white;*/
    /*color: #03141e;*/
    color: #f2f2f2;
}

#footer .box-linkgroup .productlist-filter-headline {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
#footer #copyright {
    display: none;
}

#footer .footer_shipping_payment {
	margin: 25px 0px 45px;
}

#footer .footer_shipping_payment .footer_img {
	padding: 10px;
}

#second-footer .footnote-vat {
	margin-bottom: 10px;
	color: white;
}
#second-footer .footnote-vat a {
	color: white;
}

.footer-icons .footer-icon {
    text-align: center;
	padding-bottom: 1rem;
    /*max-width: 130px;*/
}

.footer-icons .footer-icon img {
    height: 84px;
}

.row.footer-icons {
    max-width: 539px;
    margin: 0 auto;
}

#second-footer {
	/* background-color: #113144; */
	background-color: #153a50;
}

@media (max-width: 1080.98px) {
    .footer_shipping_info, .footer_payment_info {
        display: block;
    }
}

/* Scrollbutton */
.smoothscroll-top .fa-chevron-up {
    color: #cbd246;
}



/* ######### */
/* KATEGORIE */
/* ######### */
.productbox-inner:before {
	content: unset !important;
}
.productbox-image {
    height: 350px;
}
.productbox-inner .productbox-title {
    justify-items: center;
	height: 43px;
	margin-top: 5px;
}
.productbox-inner .productbox-title a{
	text-decoration: none;
    justify-items: center;
	font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
	
}
.productbox-inner .price_wrapper {
	margin: 0;
	justify-items: center;
}
.productbox-inner .price_wrapper span{
	color: #1c1d1d;
    font-size: calc(14px* .85);
    margin-top: 5px;
	font-weight: 400;
}
#product-list .product-wrapper:not(:last-child) {
    margin-bottom: 1rem;
}
/* Artikel pro seite ausblenden + hr ausblenden*/
.filter-type-FilterItemLimits, .productlist-page-nav-bottom, .breadcrumb-container {
	display: none; 
}
@media (min-width: 768px) {
    .productlist-page-nav.productlist-page-nav-header-m {
        margin-top: 1rem;
		margin-bottom: 1rem;
    }
}
.sub-categories .caption {
	display: none;
}
.content-cats-small {
	margin-bottom: 1rem;
}


/* Artikelcontent */
.zhz_imgbanner {
    width: 100%;
    position: relative;
    background: black; /* Falls kein Bild geladen wird */
    text-align: center;
    max-height: 450px;
    overflow: hidden;
    margin-bottom: 5rem;
}

.zhz_imgbanner::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.net_imgbanner::before {
    background-image: url('/media/image/opc/xl/workshop-materials-1.webp');
    background-position-y: -80px;
}
.iki_imgbanner::before {
    background-image: url('/media/image/opc/xl/handmade-cambodia-products.webp');
}

.zhz_imgtextbox {
    background: white;
    padding: 20px;
    max-width: 400px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 960px) {
    .net_imgbanner::before {
        background-position-y: unset;
    }
}

@media (max-width: 768px) {

    .zhz_imgbanner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-height: unset;
    }

    .zhz_imgtextbox {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        max-width: 98%;
        margin: -5px auto 5px; /* Kein Abstand zwischen Bild und Text */
    }
}

.zhz_imgtext h5 {
    font-size: .8em;
    letter-spacing: .3em;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: var(--ff-montserrat);
    color: #000;
}
.zhz_imgtext h3 {
    font-size: calc(40px* .62);
    letter-spacing: 0;
    margin: 0 0 10px;
    font-family: var(--ff-arimo);
    color: #000;
}
.zhz_img {
    margin-bottom: 5rem;
}

.zhz_img img {
    max-width: -webkit-fill-available;
}
.iki_img img, .ikinet_img img {
    max-height: 525px;
}

.zhz_imgtext {
    align-content: center;
    justify-items: center;
}

.zhz_imgtext-left {
    align-content: center;
    justify-items: left;
}

.zhz_img .col, .zhz_img2 .col {
    text-align: center;
    margin-bottom: 20px;
}

.ikinet_img2 img {
    max-height: 200px;
}

.zhz_img2 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.zhz_default2 {
    margin-top: 5rem;
}
.is-checkout .zhz_default2{
    display:none;
}
{% comment %} cms {% endcomment %}
.cms_zhz_title{
    letter-spacing: 0;
	font-family: var(--ff-arimo);
	font-size: 32px;
	line-height: 1;
	color: #fff;
}
.cms_zhz_subtitle{
    letter-spacing: 0;
	font-family: var(--ff-arimo);
	font-size: 1.3em;
	line-height: 1;
	color: #fff;
}
@media only screen and (min-width: 769px) {
    .cms_zhz_title{
        font-size: 64px;
    }
}
.zhz_spacing_upper span, .zhz_spacing_upper p{
    letter-spacing: .3em;
    text-transform: uppercase;
}
.zhz_img_round img{
    border-radius: 50%;
    mask-size: 100% 100%;
    object-fit: cover !important;
    aspect-ratio: 1 / 1;
}
.zhz_transbutton {
    width: fit-content;
    justify-self: center;
}
.zhz_transbutton p{
    margin: 0;
}
.zhz_imgmask1 img{
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTgiIGhlaWdodD0iNTA0IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjQTQ5NUZCIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMDMuNzkzIDg0LjY3M2MxNi4xNDkgMjMuODQ4IDMxLjczNyA0My41OCA1Ni40OTYgNDguNzI0IDQzLjM1NCA5LjAwNyA5NC4xMzItMzUuNjY1IDEzMC4xOS05Ljk0IDI5LjgzMiAyMS4yODIgMzMuMzIxIDg3LjE4OSAyMCAxMTIuNTQyLTE1LjUgMjkuNS01Mi4yMDEgNDQuMDQxLTY3LjUgNzQtMTguMzUgMzUuOTMyIDEwLjc2MSA3NC45NjgtMzIuNSAxMDMuNS0zMi45MDEgMjEuNjk5LTY4LjY2My0xNS42MjctMTA2LjY4Ni01LjMwMS01OS45MDcgMTYuMjY4LTk0LjU5MyA5Ni4zNDMtMTU2LjY0NSA5NC44MDEtNTcuODA3LTEuNDM2LTExNS42MzgtNDguMTYzLTEzNi42NjktMTAyLjA5MS0yMS4yMjctNTQuNDMxLTguMDQ0LTEyNS44NTIgMzAuNzM2LTE2OS41NDJDNjkuNSAxOTkuNSAxMDUgMTg5IDEyMi40OCAxMzljOS40NTUtMjcuMDQ3LTMtMTAzIDUxLjg5Ny0xMzIuMDUgNDUuMjQtMjMuOTQgOTIuMDY1IDE3LjA3MiAxMjkuNDE2IDc3LjcyM1oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTgiIGhlaWdodD0iNTA0IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjQTQ5NUZCIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMDMuNzkzIDg0LjY3M2MxNi4xNDkgMjMuODQ4IDMxLjczNyA0My41OCA1Ni40OTYgNDguNzI0IDQzLjM1NCA5LjAwNyA5NC4xMzItMzUuNjY1IDEzMC4xOS05Ljk0IDI5LjgzMiAyMS4yODIgMzMuMzIxIDg3LjE4OSAyMCAxMTIuNTQyLTE1LjUgMjkuNS01Mi4yMDEgNDQuMDQxLTY3LjUgNzQtMTguMzUgMzUuOTMyIDEwLjc2MSA3NC45NjgtMzIuNSAxMDMuNS0zMi45MDEgMjEuNjk5LTY4LjY2My0xNS42MjctMTA2LjY4Ni01LjMwMS01OS45MDcgMTYuMjY4LTk0LjU5MyA5Ni4zNDMtMTU2LjY0NSA5NC44MDEtNTcuODA3LTEuNDM2LTExNS42MzgtNDguMTYzLTEzNi42NjktMTAyLjA5MS0yMS4yMjctNTQuNDMxLTguMDQ0LTEyNS44NTIgMzAuNzM2LTE2OS41NDJDNjkuNSAxOTkuNSAxMDUgMTg5IDEyMi40OCAxMzljOS40NTUtMjcuMDQ3LTMtMTAzIDUxLjg5Ny0xMzIuMDUgNDUuMjQtMjMuOTQgOTIuMDY1IDE3LjA3MiAxMjkuNDE2IDc3LjcyM1oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
}
.zhz_imgmask2 img {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDcyIiBoZWlnaHQ9IjEwNTEiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNBNDk1RkIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTYxOC45MTMgMjE1LjM4M0M3NDUuNzc1IDIyNS42NTcgODQxLjc1IDE4LjAwNSA5NjAuNjc4IDYzLjMyM2MxMDkuMTcyIDQxLjYwMSAxMDkuNzUyIDIwNy45MzkgMTExLjMxMiAzMjQuNzA1IDEuMjYgOTQuMjYtOTkuOTY0IDE2Mi44MjctMTAzLjU0MSAyNTcuMDI3LTQuMzAyIDExMy4yNzYgMTM1LjI0MSAyMjMuMjQzIDgxLjUxMSAzMjMuMDcxLTQ5LjcyIDkyLjM3NC0xOTMuNDkyIDcwLjY5NC0yOTguMDg0IDc5LjI4NC04Ny41NiA3LjE5LTE3OC4yMTIgNy4wMy0yNTYuMDA2LTMzLjc3LTcxLjEzOS0zNy4zMDktODYuMDM2LTEzNC45NTEtMTUyLjI4OC0xODAuMzY4QzI0MS4zNDkgNzYzLjE5IDY2LjQgNzkzLjQxNiAxMi4xMTkgNjgyLjAyM2MtNDkuNjkzLTEwMS45NzkgNjcuMTU3LTIwOS40ODUgMTAzLjI4My0zMTcuMDE1IDQxLjI3LTEyMi44NDQtLjA4Mi0zMjMuMTUyIDEyNC4xOTYtMzYwLjA4MiAxNDEuNDgzLTQyLjA0NCAyMzIuMTkzIDE5OC41NDIgMzc5LjMxNSAyMTAuNDU3WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDcyIiBoZWlnaHQ9IjEwNTEiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNBNDk1RkIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTYxOC45MTMgMjE1LjM4M0M3NDUuNzc1IDIyNS42NTcgODQxLjc1IDE4LjAwNSA5NjAuNjc4IDYzLjMyM2MxMDkuMTcyIDQxLjYwMSAxMDkuNzUyIDIwNy45MzkgMTExLjMxMiAzMjQuNzA1IDEuMjYgOTQuMjYtOTkuOTY0IDE2Mi44MjctMTAzLjU0MSAyNTcuMDI3LTQuMzAyIDExMy4yNzYgMTM1LjI0MSAyMjMuMjQzIDgxLjUxMSAzMjMuMDcxLTQ5LjcyIDkyLjM3NC0xOTMuNDkyIDcwLjY5NC0yOTguMDg0IDc5LjI4NC04Ny41NiA3LjE5LTE3OC4yMTIgNy4wMy0yNTYuMDA2LTMzLjc3LTcxLjEzOS0zNy4zMDktODYuMDM2LTEzNC45NTEtMTUyLjI4OC0xODAuMzY4QzI0MS4zNDkgNzYzLjE5IDY2LjQgNzkzLjQxNiAxMi4xMTkgNjgyLjAyM2MtNDkuNjkzLTEwMS45NzkgNjcuMTU3LTIwOS40ODUgMTAzLjI4My0zMTcuMDE1IDQxLjI3LTEyMi44NDQtLjA4Mi0zMjMuMTUyIDEyNC4xOTYtMzYwLjA4MiAxNDEuNDgzLTQyLjA0NCAyMzIuMTkzIDE5OC41NDIgMzc5LjMxNSAyMTAuNDU3WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
}
.zhz_imgmask3 img {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.zhz_mw400{
    max-width: 400px;
}

.product-info-inner .info-essential li {
    display: none;
}

.product-info-inner .info-essential li.product-sku {
    display: list-item;
}



@media only screen and (min-width: 992px) {
    body:not(.is-checkout) .sticky-top {
        top: 35px;
    }

    body:not(.is-checkout) #header-top-bar {
        position: sticky;
        top: 0;
    }
}
#pushed-success .card-body {
    display: none;
}

.fa-shopping-cart span {
    color: #fff;
}