:root {
	--buy-now-button-color: #fb7813;
	--buy-now-background: #fb7813;
	--buy-now-background-h: 26;
	--buy-now-background-s: 97%;
	--buy-now-background-l: 53%;
	--category-page: 24;
	--page-background: #ffffff;
	--page-background-h: 0;
	--page-background-s: 0%;
	--page-background-l: 100%;
	--page-text: #666666;
	--page-text-h: 0;
	--page-text-s: 0%;
	--page-text-l: 40%;
	--page-text-link: #3493fb;
	--page-text-link-h: 211;
	--page-text-link-s: 96%;
	--page-text-link-l: 59%;
	--announcement-background: #cdeaaf;
	--announcement-background-h: 89;
	--announcement-background-s: 58%;
	--announcement-background-l: 80%;
	--announcement-text: #2e4516;
	--announcement-text-h: 89;
	--announcement-text-s: 52%;
	--announcement-text-l: 18%;
	--header-background: #ffffff;
	--header-background-h: 0;
	--header-background-s: 0%;
	--header-background-l: 100%;
	--header-text: #1f8d83;
	--header-text-h: 175;
	--header-text-s: 64%;
	--header-text-l: 34%;
	--header-icon: #1f8d83;
	--header-icon-h: 175;
	--header-icon-s: 64%;
	--header-icon-l: 34%;
	--primary-background: #309272;
	--primary-background-h: 160;
	--primary-background-s: 51%;
	--primary-background-l: 38%;
	--primary-text: #FFFFFF;
	--primary-text-h: 0;
	--primary-text-s: 0%;
	--primary-text-l: 100%;
	--buy-now-text: #FFFFFF;
	--buy-now-text-h: 0;
	--buy-now-text-s: 0%;
	--buy-now-text-l: 100%;
	--footer-background: #FFFFFF;
	--footer-background-h: 0;
	--footer-background-s: 0%;
	--footer-background-l: 100%;
	--footer-text: #333333;
	--footer-text-h: 0;
	--footer-text-s: 0%;
	--footer-text-l: 20%;
	--footer-icon: #333333;
	--footer-icon-h: 0;
	--footer-icon-s: 0%;
	--footer-icon-l: 20%;
	--copyright-background: #F7F7F7;
	--copyright-background-h: 0;
	--copyright-background-s: 0%;
	--copyright-background-l: 97%;
	--copyright-text: #999999;
	--copyright-text-h: 0;
	--copyright-text-s: 0%;
	--copyright-text-l: 60%;
	--font-title: Noto Serif TC;
	--font-size-title: 1.2;
	--font-paragraph: Noto Serif TC;
	--font-size-paragraph: 1.2;
	--product-promotion-label-background: #25a466;
	--product-promotion-label-background-h: 151;
	--product-promotion-label-background-s: 63%;
	--product-promotion-label-background-l: 39%;
	--product-promotion-label-text: #ffffff;
	--product-promotion-label-text-h: 0;
	--product-promotion-label-text-s: 0%;
	--product-promotion-label-text-l: 100%;
	--cookie-consent-popup-z-index: 1000;
}
.goods_list_more{
	display: none;
}
.list_expand_a{
	padding-left: 15px!important;
}
.section-width {
    padding: 30px 15px;
    width: 100%;
    margin: 0 auto
}

.section-width.section-full-width {
    padding: 0;
    margin: 0;
    width: 100%
}

@media (min-width: 768px) {
    .section-width {
        width: 750px
    }
}

@media (min-width: 992px) {
    .section-width {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .section-width {
        width: 1170px
    }
}

.iframe__vimeo__player > iframe {
    width: 100%;
    height: 100%
}
.gallery__link {
    width: 100%
}

.gallery__title {
    font-family: var(--font-family-title);
    font-size: calc(2.4rem * var(--font-size-title, 1));
    color: #fff;
    z-index: 1;
    max-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin: 0;
    letter-spacing: inherit;
    text-transform: none
}

@supports (-webkit-line-clamp:2) {
    .gallery__title {
        display: -webkit-box;
        -webkit-box-orient: vertical
    }
}

.gallery__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    word-break: break-word
}

.gallery__placeholder-container {
    background-color: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    justify-content: center
}

.gallery__placeholder {
    max-width: 80%;
    max-height: 80%;
    width: 218px
}

.gallery__mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 10px
}

.gallery__mask--top {
    justify-content: flex-start
}

.gallery__mask--middle {
    justify-content: center
}

.gallery__mask--bottom {
    justify-content: flex-end
}

.gallery__mask--0 {
    background-color: rgba(0, 0, 0, 0)
}

.gallery__mask--20 {
    background-color: rgba(0, 0, 0, .2)
}

.gallery__mask--40 {
    background-color: rgba(0, 0, 0, .4)
}

.gallery__mask--60 {
    background-color: rgba(0, 0, 0, .6)
}

.gallery__mask--80 {
    background-color: rgba(0, 0, 0, .8)
}
.product-list__container .product-list__title {
    color: var(--page-text, #333);
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px;
    font-family: var(--font-family-title);
    font-size: calc(2.4rem * var(--font-size-title, 1));
    text-align: center;
    word-break: break-all;
    letter-spacing: inherit;
    text-transform: none
}

.product-list__container .product-list__title.--text_align_left {
    text-align: left
}

.product-list__container .product-list__title.--text_align_right {
    text-align: right
}

.product-list__container .product-list__btn {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 15px auto 15px;
    align-items: center;
    justify-content: center;
    padding: 6px 80px;
    border-radius: 3px;
    word-break: break-word;
    text-align: center;
    font-size: calc(1.6rem * var(--font-size-paragraph, 1));
    color: var(--primary-text, #fff);
    background-color: var(--primary-background, var(--primary-color, #c74060));
    border: 1px solid var(--primary-background, var(--primary-color, #c74060))
}

.product-list__container .product-list__btn:hover {
    color: var(--primary-background, var(--primary-color, #c74060));
    background-color: var(--page-background, #fff)
}

.product-list__container .product-list__products {
    display: grid;
    padding: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px
}

.product-list__container .product-list__products.--portrait .boxify-image {
    padding: 0;
    padding-bottom: 133%
}

.product-list__container .product-list__products .product-list__product {
    position: relative
}

.product-list__container .product-list__products .product-item {
    height: 100%
}

@media screen and (max-width: 767px) {
    .product-list__products {
        padding: 0
    }

    .product-list__container .product-list__btn {
        margin: 24px auto 15px;
        width: 100%
    }
}
.header {
    left: 0;
    right: 0;
    z-index: 20;
    position: relative;
    transition: background-color .4s
}

.header--sticky {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .06)
}

.header--sticky.header--desktop {
    z-index: 100
}

.header__logo.header__logo--home:not(.header__logo--top-center) {
    display: none
}

.home.index:not(.my-scroll) .header {
    background-color: #ffffff;
    box-shadow: none
}

.home.index:not(.my-scroll) .header .header__logo.header__logo--home img {
    max-height: 100px;
    max-width: 280px;
    margin-top: -27px
}

.home.index .header--desktop .header__logo {
    display: none
}

.home.index .header--desktop .header__logo.header__logo--home, .home.index .header--desktop .header__logo.header__logo--top-center {
    display: block;
    margin-bottom: 10px
}

.home.index.my-scroll .header--desktop .header__logo {
    display: block
}

.home.index.my-scroll .header--desktop .header__logo.header__logo--home:not(.header__logo--top-center) {
    display: none
}

.user-reminder-desktop {
    z-index: 101
}

.header__logo--home, .header__logo--top-center {
    align-self: center
}

.header__logo--middle-left {
    align-self: center
}

.header__logo--middle-left img {
    -o-object-position: left;
    object-position: left
}

.header__logo--top-left {
    align-self: flex-start
}

.header__logo--top-left img {
    -o-object-position: left;
    object-position: left
}

.header--desktop {
    display: none !important
}

@media (min-width: 1200px) {
    .header--desktop {
        display: block !important
    }
}

.header--desktop .header__logo img {
    width: auto;
    height: auto
}

.header--desktop .header__container {
    width: 1400px;
    max-width: 100%;
    min-height: 103px;
    padding: 10px 20px 0;
    display: flex;
    margin: 0 auto
}

.header--desktop .header__logo--middle-left {
    margin-right: 20px;
    padding-bottom: 10px
}

.header--desktop .header__logo--middle-center img {
    padding-bottom: 10px
}

.header--desktop .header__menu {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.header--desktop .header__action-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
    height: 22px
}

.header--desktop .header__action-menu > * {
    margin-left: 24px;
	margin-right: 100px;

}

.header--desktop .header__action-menu > basic-popover.cart-over-limit {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 0;
    z-index: 1
}

.header--desktop .header__action-menu > basic-popover.cart-over-limit .basic-popover-desktop {
    top: 32px;
    left: -126px
}

.header--desktop .header__action-menu > basic-popover.cart-over-limit .basic-popover-desktop::before {
    left: 172px
}

.header--desktop .header__action-menu .NavigationBar-actionMenu-button, .header--desktop .header__action-menu .NavigationBar-actionMenu-button .dropdown-toggle {
    display: flex;
    align-items: center
}

.header--desktop .header__action-menu .NavigationBar-actionMenu-button .dropdown-toggle > :not(:first-child):not(.NavigationBar-actionMenu-dropdown), .header--desktop .header__action-menu .NavigationBar-actionMenu-button > :not(:first-child):not(.NavigationBar-actionMenu-dropdown) {
    margin-left: 4px
}

.header--desktop .header__action-menu .NavigationBar-actionMenu-button > span {
    text-transform: capitalize
}

.header--desktop .header__action-menu .App-currencyDropdown .dropdown-toggle .Label span:first-child {
    display: none
}

.header--desktop .Product-searchField .Product-searchField-form {
    height: 23px;
    margin: 0
}

.header--desktop .Product-searchField input {
    width: 0;
    height: inherit;
    border: 0;
    margin: 0;
    opacity: 1;
    font-weight: 400;
    transition: all .5s;
    background-color: transparent;
    outline: 0;
    font-size: 14px
}

.header--desktop .Product-searchField button {
    display: inline-flex;
    align-items: center;
    height: inherit;
    border: 0;
    padding: 0;
    background-color: transparent
}

.header--desktop .Product-searchField button > i {
    padding-top: 3px;
    vertical-align: initial
}

.header--desktop .Product-searchField--active input, .header--desktop .Product-searchField:hover input {
    width: 110px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.header--desktop .Product-searchField--active input:focus, .header--desktop .Product-searchField:hover input:focus {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.header--desktop .Product-searchField input:focus {
    width: 110px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.header--mobile {
    display: block
}

@media (min-width: 1200px) {
    .header--mobile {
        display: none
    }
}

.header--mobile .header__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto
}

.header--mobile .header__logo {
    padding: 8px 15px
}

.header--mobile .header__menu {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header--mobile .header__action-menu {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end
}

.header--mobile .List-item {
    margin: 0 10px
}

.header--mobile .List-item:last-child {
    margin-right: 0
}

.header--mobile .List-item .NavigationBar-actionMenu-button {
    font-size: 18px;
    line-height: 0
}

.header--mobile .List-item .NavigationBar-actionMenu-button.sl-menu-panel-toggle {
    width: 60px;
    height: 60px;
    position: relative
}

.header--mobile .List-item .NavigationBar-actionMenu-button.sl-menu-panel-toggle i {
    width: 18px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -9px
}

.header--mobile .List-item .NavigationBar-actionMenu-button.sl-menu-panel-toggle i:after, .header--mobile .List-item .NavigationBar-actionMenu-button.sl-menu-panel-toggle i:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px
}

.header--mobile .List-item .NavigationBar-actionMenu-button.sl-menu-panel-toggle i:before {
    top: -6px
}

.header--mobile .List-item .NavigationBar-actionMenu-button.sl-menu-panel-toggle i:after {
    bottom: -6px
}

.header--mobile .List-item > .fa-search {
    font-size: 17px
}

.header--mobile .List-item .Product-searchField-form {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: -50px;
    background: #f7f7f7;
    padding: 16px 11px 17px;
    opacity: 0;
    visibility: hidden;
    transition: .2s
}

.header--mobile .List-item .Product-searchField-form.active {
    top: 0;
    opacity: 1;
    visibility: visible
}

.header--mobile .List-item .Product-searchField-form .fa-search {
    margin-top: 2px
}

.header--mobile .List-item .Product-searchField-form input {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #333;
    padding: 0;
    width: -o-calc(100% - 60px);
    width: -ms-calc(100% - 60px);
    width: calc(100% - 60px);
    outline: 0
}

.header--mobile .List-item--center {
    flex-grow: 1
}

.header--mobile .List-item--center .header__logo--center {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%
}

.header--mobile .List-item--center .header__logo--hidden {
    visibility: hidden;
    display: block
}

.header--mobile .header__logo img {
    width: 100%;
    height: auto
}

.header__main-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.header__main-menu li, .header__main-menu ul {
    list-style: none
}
.header--desktop .navigation-menu,.home.index.my-scroll .header--desktop .navigation-menu {

	flex-grow: 1;

	align-items: center;
}

body:not(.home.index) .header--desktop .navigation-menu-top-layer,
.home.index.my-scroll .header--desktop .navigation-menu-top-layer {
	justify-content: center;
}

.home.index .header--desktop .navigation-menu {
	width: 100%;
	flex-grow: 1;
	align-items: center;
}

.header--desktop .header__logo img {
	max-width: 374px;
	max-height: 80px;
}

#shopline-section-header {
	position: sticky;
	z-index: 100;
	top: 0;
}

@media (max-width: 768px) {
	#shopline-section-header {
		height: 80px;
	}
}

#shopline-section-header-home {
	position: sticky;
	z-index: 100;
	top: 0;
	height: 210px;
}

@media (max-width: 768px) {
	#shopline-section-header-home {
		height: 80px;
	}
}

.header--desktop .icons.icon-nav-dollor {
	font-size: 18px;
	transform: scaleX(1.1);
}
.gallery__1735808442661fd81a46__container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	text-align: center;
}

@media (min-width: 768px) {
	.gallery__1735808442661fd81a46__container {
		gap: 15px;

		padding: 0px;

	}
}

#shopline-section-1735808442661fd81a46 .section-width:not(.section-full-width) {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	#shopline-section-1735808442661fd81a46 .section-width:not(.section-full-width) {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

.gallery__1735808442661fd81a46__item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
	width: calc(100% - 15px * 0 / 1);
}

@media (min-width: 768px) {
	.gallery__1735808442661fd81a46__item {
		width: calc(100% - 15px * 0 / 1);
	}
}

.gallery__1735808442661fd81a46__card {
	width: 100%;
	position: relative;

	padding-bottom: 0;

}

@media (min-width: 768px) {
	.gallery__1735808442661fd81a46__card {

		padding-bottom: 0;

	}
}

.gallery__1735808442661fd81a46__container .gallery__img {
	position: relative;
	display: inline-block;
	font-size: 0;
	-webkit-text-size-adjust: none;
}

@media (min-width: 768px) {
	.gallery__1735808442661fd81a46__container .gallery__img {

		position: relative;
		display: inline-block;
		font-size: 0;
		-webkit-text-size-adjust: none;

	}
}
.gallery__17358100422745537a7d__container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	text-align: center;
}

@media (min-width: 768px) {
	.gallery__17358100422745537a7d__container {
		gap: 15px;

		padding: 10px;

	}
}

#shopline-section-17358100422745537a7d .section-width:not(.section-full-width) {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	#shopline-section-17358100422745537a7d .section-width:not(.section-full-width) {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

.gallery__17358100422745537a7d__item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
	width: calc(50% - 15px * 1 / 2);
}

@media (min-width: 768px) {
	.gallery__17358100422745537a7d__item {
		width: calc(25% - 15px * 3 / 4);
	}
}

.gallery__17358100422745537a7d__card {
	width: 100%;
	position: relative;

	padding-bottom: 0;

}

@media (min-width: 768px) {
	.gallery__17358100422745537a7d__card {

		padding-bottom: 0;

	}
}

.gallery__17358100422745537a7d__container .gallery__img {
	position: relative;
	display: inline-block;
	font-size: 0;
	-webkit-text-size-adjust: none;
}

@media (min-width: 768px) {
	.gallery__17358100422745537a7d__container .gallery__img {

		position: relative;
		display: inline-block;
		font-size: 0;
		-webkit-text-size-adjust: none;

	}
}
 #product-list__products_by {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-list-custom-padding__167037972878859af407 {
	padding: 0px;
}

#shopline-section-167037972878859af407 .section-width {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	#shopline-section-167037972878859af407 .section-width {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 767px) {
	.product-list-custom-padding__167037972878859af407 {
		padding: 0;
	}

	#product-list__products_by {
		grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
		grid-template-rows: initial;
	}
}
#product-list__products_rx {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-list-custom-padding__16703803743902c0d948 {
	padding: 0px;
}

#shopline-section-16703803743902c0d948 .section-width {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	#shopline-section-16703803743902c0d948 .section-width {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 767px) {
	.product-list-custom-padding__16703803743902c0d948 {
		padding: 0;
	}

	#product-list__products_rx {
		grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
		grid-template-rows: initial;
	}
}
#product-list__products_fl {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-list-custom-padding__1676364624078bd27678 {
	padding: 0px;
}

#shopline-section-1676364624078bd27678 .section-width {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	#shopline-section-1676364624078bd27678 .section-width {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 767px) {
	.product-list-custom-padding__1676364624078bd27678 {
		padding: 0;
	}

	#product-list__products_fl {
		grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
		grid-template-rows: initial;
	}
}
 #product-list__products__1670380126773158ce8f {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-list-custom-padding__1670380126773158ce8f {
	padding: 0px;
}

#shopline-section-1670380126773158ce8f .section-width {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	#shopline-section-1670380126773158ce8f .section-width {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 767px) {
	.product-list-custom-padding__1670380126773158ce8f {
		padding: 0;
	}

	#product-list__products__1670380126773158ce8f {
		grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
		grid-template-rows: initial;
	}
}
#product-list__products__16884471539936cc1703 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-list-custom-padding__16884471539936cc1703 {
	padding: 15px;
}

#shopline-section-16884471539936cc1703 .section-width {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	#shopline-section-16884471539936cc1703 .section-width {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.product-list-custom-padding__16884471539936cc1703 {
		padding: 0;
	}

	#product-list__products__16884471539936cc1703 {
		grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
		grid-template-rows: initial;
	}
}
#footer-custom-padding {
	padding: 15px;
}

@media screen and (max-width: 767px) {
	#footer-custom-padding {
		padding: 0;
	}
}

#shopline-section-footer .section-width {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	#shopline-section-footer .section-width {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.footer-wrapper .footer-grid-items .footer-grid-item {
	padding: 15px 15px;
}

#footer-custom-padding {
	padding: 15px;
}
@media screen and (max-width: 767px) {
	#footer-custom-padding {
	  padding: 0;
	}
}

#shopline-section-footer .section-width {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	#shopline-section-footer .section-width {
	  padding-top: 30px;
	  padding-bottom: 30px;
	}
}

footer-wrapper .footer-grid-items.--text_align_left {
    text-align: left;
}
.footer-wrapper .footer-grid-items {
    display: flex;
    text-align: center;
    word-break: break-word;
}
.footer-wrapper .footer-grid-items .footer-grid-item {
    flex-grow: 1;
    width: 25%;
}
@media (min-width: 768px)
.footer-wrapper .footer-grid-items .footer-grid-item {
    padding: 15px 15px;
}
.footer-wrapper .footer-payment-icons {
    padding: 15px;
    text-align: center;
}
.footer-wrapper .footer-payment-icons img {
    display: inline-block;
    width: 62px;
    vertical-align: baseline;
}
.footer-wrapper .footer-grid-items .footer-grid-item {
    flex-grow: 1;
    width: 25%;
}
.footer-wrapper .footer-grid-items .text-title {
    font-family: var(--font-family-title);
    font-size: calc(1.8rem * var(--font-size-title, 1));
    margin-bottom: 30px;
}
.footer-wrapper .footer-payment-icons {
    padding: 15px;
    text-align: center;
}
.footer-selector {
    border-top: 1px solid hsla(var(--footer-background-h,0deg),var(--footer-background-s,0%),80%,.5);
    margin: 0 15px;
    padding: 30px 0;
    text-align: center;
}
#shopline-section-footer .NavigationBar-actionMenu-button {
    font-size: calc(1.4rem * var(--font-size-paragraph, 1));
    color: var(--footer-text,#333);
}
.footer-selector .NavigationBar-actionMenu-button {
    display: inline-block;
    width: initial;
    margin-right: 20px;
}
#shopline-section-footer .NavigationBar-actionMenu-button {
    font-size: calc(1.4rem * var(--font-size-paragraph, 1));
    color: var(--footer-text,#333);
}

.footer-selector .NavigationBar-actionMenu-button {
    display: inline-block;
    width: initial;
    margin-right: 20px;
}
#shopline-section-footer {
    background-color: var(--footer-background,#fff);
    color: var(--footer-text,#333);
    font-size: calc(1.4rem * var(--font-size-paragraph, 1));
}
.footer-wrapper .footer-grid-items a {
    color: var(--footer-text,#333);
}
.footer-wrapper .footer-grid-items .footer-grid-item {
    flex-grow: 1;
    width: 25%;
}
.footer-wrapper .footer-grid-items.--text_align_left {
    text-align: left;
}
.social-content {
    margin-bottom: 20px;
}
@media screen and (max-width: 767px){
	.footer-wrapper .footer-grid-items .footer-grid-item {
		width: 100%;
	}
	.footer-wrapper .footer-grid-items {
		display: flex;
		word-break: break-word;
		flex-direction: column;
	}

}


