.container-content, .container-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1440px;
    margin: 0 auto;

}
.container-content {
    margin-top: 24px;
}
.shopify-section .container {
    max-width: 100%;
	padding:0;
}
.shopify-section .section-categories__container{
	margin:0;
	padding:10px 0;
	max-width: initial;
	margin-left:-6px;
	margin-right:-6px;
}
@media screen and (min-width: 768px){
	.container-content {
		margin-top: 0px;
	}
}
.container-content.hidden-title, .container-content:first-child {
    margin-top: 0;
}
@media screen and (min-width: 1024px){
	.hero-block__container-content {
		padding-top: 24px;
		padding-bottom: 0;
	}
}
.hero-block__inner {
    position: relative;
    overflow: hidden;
}
.hero-block__inner {
    background-color: #fff;
}
@media screen and (min-width: 1024px){
	.hero-block__inner {
		height: auto;
		min-height: 560px;
	}
}
.hero-block__bg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 211px;
}
@media screen and (min-width: 1024px){
	.hero-block__bg-image {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
	}
}
.hero-block__wrapper {
    position: relative;
}
.site-center {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1440px;
    margin: 0 auto;
}
@media screen and (min-width: 1024px){
	.hero-block__wrapper {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}
@media screen and (min-width: 1280px){
	.hero-block__wrapper {
		padding-left: 48px;
		padding-right: 48px;
	}
}
@media screen and (min-width: 1024px){
	.hero-block__wrapper.hero-block__wrapper--bottom-left {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}
.hero-block__content {
    padding: 24px;
    margin: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1;
}
@media screen and (min-width: 1024px){
	.hero-block__content {
		width: 400px;
		margin: 24px;
	}
}
@media screen and (min-width: 1280px){
	.hero-block__content, .hero-block--wrapped .hero-block__content {
		margin: 48px 0;
	}
}
.slogan {
    font-family: MrAlex-Bold, Arial, sans-serif;
    font-size: 3.75rem;
    line-height: 3.75rem;
    -webkit-transform: matrix(.99, -.1, -.12, .99, 0, 0);
    -ms-transform: matrix(.99, -.1, -.12, .99, 0, 0);
    transform: matrix(.99, -.1, -.12, .99, 0, 0);
    max-width: 240px;
    margin-left: 7px;
}
@media screen and (min-width: 768px){
	.slogan {
		font-size: 4.5rem;
		line-height: 5rem;
		max-width: 300px;
		font-weight: 800;
	}
}
.hero-block__subtitle {
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 36px;
    letter-spacing: 0;
}
.hero-block__description {
    margin-top: 12px;
    letter-spacing: normal;
}
.button, .button--wrapper a, .shopify-challenge__button, body .ps-gallery.ps-theme-modern .ps-load-more-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #262626;
    padding: 8px 10px 6px;
    text-decoration: none;
    font-family: MrAlex-Bold, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-color: #262626;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all .24s ease-in-out;
    -o-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
    letter-spacing: .04em;
}
.button--primary, .button--wrapper.button--primary a, body .ps-gallery.ps-theme-modern .button--wrapper.ps-load-more-button a, body .ps-gallery.ps-theme-modern .ps-load-more-button {
    background-color: #eb0042;
    border-color: #eb0042;
    color: #fff;
}
.hero-block__button {
    margin-top: 24px;
}
.section-categories__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px){
	.section-categories__container {
		max-width: 1416px;
		height: 1200px;
		padding: 6px;
	}
}
@media screen and (min-width: 1280px){
	.section-categories__container {
		height: 1900px;
	}
}
.section-categories__item {
    width: 100%;
    height: 240px;
    margin-bottom: 12px;
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 768px){
	.section-categories__item {
		max-width: calc(50% - 12px);
		margin: 6px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
}
@media screen and (min-width: 768px){
	.section-categories__item.section-categories__item-01 {
		height: calc(43% - 12px);
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}
.section-categories__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.section-categories__content {
    position: relative;
    z-index: 1;
}
.section-categories__title {
    display: block;
    font-size: 2.5rem;
    line-height: 2rem;
}
@media screen and (min-width: 768px){
	.section-categories__title {
		font-size: 3.5rem;
		line-height: 3.5rem;
	}
}
.section-categories__label, .section-categories__title {
    font-family: MrAlex-Bold, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .04em;
    color: #fff;
}
.section-categories__label {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding: 10px;
    margin-top: 10px;
    background-color: #eb0042;
}
@media screen and (min-width: 768px){
	.section-categories__item.section-categories__item-02 {
		height: calc(46% - 12px);
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}
@media screen and (min-width: 768px){
	.section-categories__item.section-categories__item-03 {
		height: calc(57% - 12px);
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
@media screen and (min-width: 768px){
	.section-categories__item.section-categories__item-04 {
		height: calc(28% - 12px);
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
}
.section-categories__item:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.section-categories__item.section-categories__item-05 {
		height: calc(26% - 12px);
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
}
.section-categories__item:active .section-categories__bg-image, .section-categories__item:focus .section-categories__bg-image, .section-categories__item:hover .section-categories__bg-image {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

@media screen and (min-width: 1280px){
	.site-side-spacing--xl-wide.container-content, .site-side-spacing--xl-wide.container-header, .site-side-spacing--xl-wide.site-side-spacing {
		
	}
}
.row--gutter{
	align-items:Center;
}
.section-text-media{
	margin:40px 0;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.row.row--gutter {
    margin-right: -12px;
    margin-left: -12px;
}
@media screen and (min-width: 768px){
	.row.row--gutter {
		margin-right: -12px;
		margin-left: -12px;
	}
}
.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

@media (min-width: 768px){
	.col-md-5 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 41.6666666667%;
		flex-basis: 41.6666666667%;
		max-width: 41.6666666667%;
	}
}
@media (min-width: 1024px){
	.col-lg-4 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 33.3333333333%;
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
	}
}
.row--gutter>.col {
    padding-right: 12px;
    padding-left: 12px;
}
.text-media__text {
    margin-top: 32px;
}

@media (min-width: 768px){
	.col-md-7 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 58.3333333333%;
		flex-basis: 58.3333333333%;
		max-width: 58.3333333333%;
	}
}
@media (min-width: 1024px){
	.col-lg-offset-1 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-left: 8.3333333333%;
	}
}
.text-media__iframe-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.text-media__iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.animation-blocks .row--gutter {
    margin-right: -6px;
    margin-left: -6px;
}
@media screen and (min-width: 768px){
	.animation-blocks .row--gutter {
		margin-right: -16px;
		margin-left: -16px;
	}
}
.animation-blocks .row--line-spacing {
    margin-bottom: -12px;
}
@media screen and (min-width: 768px){
	.animation-blocks .row--line-spacing {
		margin-bottom: -32px;
	}
}
.animation-blocks .row--gutter>.col {
    padding-right: 6px;
    padding-left: 6px;
}
@media screen and (min-width: 768px){
	.animation-blocks .row--gutter>.col {
		padding-right: 16px;
		padding-left: 16px;
	}
}
.animation-blocks .row--line-spacing>.col {
    margin-bottom: 12px;
}
@media screen and (min-width: 768px){
	.animation-blocks .row--line-spacing>.col {
		margin-bottom: 32px;
	}
}
.animation-blocks__inner {
    background-color: #e9e9e9;
    min-height: 100%;
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.animation-blocks__image {
    max-width: 220px;
    width: 100%;
    height: 100%;
    margin: 0 auto 24px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #c1c1c1;
    position: relative;
}
.img--wrapper {
    position: relative;
    overflow: hidden;
}
.img--contain, .img--cover {
    height: 0;
    padding-bottom: 100%;
}
.animation-blocks__image .img {
    margin: 0;
}
.no-touch .animation-blocks__inner:hover .animation-blocks__image-secondary {
    opacity: 1;
    visibility: visible;
}
.animation-blocks__title {
    margin-bottom: 8px;
    font-family: proxima-soft-extra-condensed, Arial, sans-serif;
    text-transform: uppercase;
    display: block;
}
.animation-blocks__content-primary {
    margin-bottom: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.no-touch .animation-blocks__content-secondary {
    opacity: .2;
    -webkit-transition: all .32s ease-in-out;
    -o-transition: all .32s ease-in-out;
    transition: all .32s ease-in-out;
}
.no-touch .animation-blocks__inner:hover .animation-blocks__content-secondary {
    opacity: 1;
}
.animation-blocks__usp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
    font-family: proxima-soft-extra-condensed, Arial, sans-serif;
    font-weight: 300;
}
.animation-blocks__usp-icon {
    margin-right: 16px;
}
.icon {
    position: relative;
    display: block;
    height: 0;
    width: 19px;
    padding-bottom: 12px;
}
.text--lg {
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-uppercase p{
	margin:0;
}
.animation-blocks__title p {
    padding: 8px;
    background-color: #fff;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.text-align-center {
    text-align: center;
}
.animation-blocks__col{
	width:33.33%;
	min-height: 624px;
}
.animation-blocks__inner{
	min-height: 624px;
}
.row--line-spacing{
	align-items:start;
}
.img--contain, .img--cover {
    height: 0;
    padding-bottom: 100%;
}
.animation-blocks__image-secondary {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .32s ease-in-out;
    -o-transition: all .32s ease-in-out;
    transition: all .32s ease-in-out;
}
.img--contain picture, .img--cover picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.embed img, .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: auto;
}
.img--contain img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.animation-blocks__inner:hover .animation-blocks__image-secondary {
    opacity: 1;
    visibility: visible
}

.animation-blocks__inner:hover .animation-blocks__content-secondary {
    opacity: 1
}

.animation-blocks__image {
    max-width: 220px;
    width: 100%;
    height: 100%;
    margin: 0 auto 24px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #c1c1c1;
    position: relative
}

.animation-blocks__image-secondary {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .32s ease-in-out;
    -o-transition: all .32s ease-in-out;
    transition: all .32s ease-in-out
}
.animation-blocks__content-secondary {
    opacity: .2;
    -webkit-transition: all .32s ease-in-out;
    -o-transition: all .32s ease-in-out;
    transition: all .32s ease-in-out;
}
.animation-blocks__inner:hover .animation-blocks__content-secondary {
    opacity: 1;
}
.animation-blocks__usp-text strong{
	font-size:14px;
	line-height: 17px;
}
.animation-blocks__usp-text{
	font-size:11px;
	line-height: 15px;
}
.icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    width: 100%;
    height: auto;
    padding-bottom: 0;
}
.icon--cup svg {
    width: 19px;
    height: 21px;
}
.animation-blocks__usp:first-child .animation-blocks__usp-icon svg .fill {
    fill: #eb0042;
}
.icon--lock-closed svg, .icon--lock-open svg {
    width: 16px;
    height: 22px;
}
.section-animation-blocks{
	margin-bottom:40px;
}
.slider_kambukka .product{
	height:auto;
}
.slider_kambukka  .product-meta--action{
	opacity:1;
}

.product-card__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.block_kambuk_new .col-xs-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
	padding:0;
}
@media screen and (min-width: 768px){
	.block_kambuk_new .col-md-5 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 41.6666666667%;
		flex-basis: 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.block_kambuk_new .product-card__image {
		position: relative;
		min-height: 100%;
		overflow: hidden;
	}
	.block_kambuk_new .product-card__image .img {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		height: 100%;
		width: 100%;
		padding-bottom: 0;
	}
}
.block_kambuk_new .img--contain picture, .block_kambuk_new .img--cover picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.block_kambuk_new .embed img, .block_kambuk_new .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: auto;
}
.block_kambuk_new .img--cover img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media screen and (min-width: 768px){
	.block_kambuk_new .product-card__image .img img {
		height: 100%;
		width: 100%;
	}
	.block_kambuk_new .col-md-7 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 58.3333333333%;
		flex-basis: 58.3333333333%;
		max-width: 58.3333333333%;
	}
}
.block_kambuk_new .background-black {
    background-color: #000;
}
.block_kambuk_new .text-color-light {
    color: #fff;
}
.block_kambuk_new .product-card__text-wrapper {
    padding: 68px 24px;
}
.block_kambuk_new .h1, .block_kambuk_new h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
}
@media screen and (min-width: 1024px){
	.block_kambuk_new .product-card__text-wrapper {
		padding: 96px 128px;
	}
	.block_kambuk_new .h1, .block_kambuk_new h1 {
		font-size: 3rem;
		line-height: 3rem;
	}

}
.block_kambuk_new .product-card__text, .block_kambuk_new .product-card__button {
    margin-top: 24px;
}
.block_kambuk_new .text-image-narrow {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media screen and (min-width: 768px){
	.block_kambuk_new .text-image-narrow {
		padding-top: 56px;
		padding-bottom: 56px;
	}
	.block_kambuk_new .col-md-4 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 33.3333333333%;
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
	}
}
.block_kambuk_new .text-image-narrow__image {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.block_kambuk_new .img--wrapper {
    position: relative;
    overflow: hidden;
}
.block_kambuk_new .text-image-narrow__image img {
    max-height: 200px;
    width: auto;
}
@media screen and (min-width: 768px){
	.block_kambuk_new .col-md-8 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 66.6666666667%;
		flex-basis: 66.6666666667%;
		max-width: 66.6666666667%;
	}
}
.block_kambuk_new .h3, .block_kambuk_new h3 {
    font-family: proxima-soft,Arial,sans-serif;
    font-size: 2rem;
    line-height: 2.25rem;
}
.block_kambuk_new a.banner__btn {
    background-image: none;
    background: #1f1f1f;
    border: 1px solid #1f1f1f;
    border-radius: 6px!important;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Frutiger,Calibri,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 1.4rem;
    font-size: 15px!important;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    line-height: 1;
    margin: 0;
    padding: 11px 20px 11px 20px;
    position: relative;
    text-decoration: none;
    transition: background-color .2s ease-in-out;
    vertical-align: middle;
}
.block_kambuk_new a.banner__btn:hover {
    background: #4e4e4e;
    border: 1px solid #4e4e4e;
    color: #fff;
}

@media screen and (max-width: 768px){
	.block_kambuk_new .img--15x14 {
		padding-bottom: 93.3333%;
	}
}
.slider_kambukka{
	margin-bottom:80px;
}
.slider_kambukka{
	padding: 43px 0px;
    background: var(--light-gray);
    border-radius: 4px;
}
.slider_kambukka .product-image{
	height:auto;
}	

@media screen and (max-width: 1023px){
	.hero-block__content {
		margin-top: -16px;
		position: relative;
	}
	.section-categories__title {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.row--gutter {
		align-items: start;
	}
	.slogan{
		margin-top:-12px;
		margin-bottom:0;
	}
	.animation-blocks__col {
		width: 100%;
		min-height: auto;
	}
	.animation-blocks__inner {
		min-height: auto;
	}
}
@media screen and (max-width: 767px){
	.block_kambuk_new .col-xs-12{
		padding:0 12px;
	}
	.block_kambuk_new .product-card__content{
		padding:0;
	}
	.kambuka_contents{
		overflow-x:hidden;
		margin-top:25px;
	}
	.kambuka_contents .col-xs-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}











