.m-site_footer{
  position: relative;
  background-color: rgba(0,0,0,.95);
}

.m-site_footer__inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative; 
  width: 100%;
  padding: 19px 0 20px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.m-site_footer__inner > * {
  flex-shrink: 0; 
}

.m-site_footer__main_links{
  flex: 0 0 100%;
  position: relative;
  margin-bottom: 20px;
}

.m-site_footer__main_links_list{
  display: flex;
  margin: 24px 0 0;
  padding: 0;
  padding-right: 20px;
  list-style: none;
  color: #fff;
  flex-wrap: wrap;
}

.m-site_footer__main_links_list_item{
  min-width: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 17px;
}

.m-site_footer__main_links_link{
  color: #fff;
  text-decoration: none;
  will-change: color;
  transition: color .2s;
  font-weight: 400;
  height: 70px;
}

.m-site_footer__main_links_link:hover,
.m-site_footer__main_links_link:active,
.m-site_footer__main_links_link:focus{
  color: #f46c42; 
}

.m-site_footer__secondary_links{
  align-self: flex-end; 
}

.m-site_footer__secondary_links_list{
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}

.m-site_footer__secondary_links_list_item{
  font-size: 8px;
  line-height: 21px;
  color: rgba(255,255,255,.4);
}

.m-site_footer__secondary_links_link,
#ot-sdk-btn.ot-sdk-show-settings.m-site_footer__secondary_links_link, 
#ot-sdk-btn.optanon-show-settings.m-site_footer__secondary_links_link{
  color: rgba(255,255,255,.4);
  will-change: color;
  transition: color .2s;
  text-decoration: none;
  display: inline-flex;
  height: 10px;
  align-items: center;
  padding: 0 7px;
  border-right: 1px solid rgba(151,151,151,.5);
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}

.m-site_footer__secondary_links_link:first-child{
  padding-left: 0; 
}

.m-site_footer__secondary_links_link:hover,
.m-site_footer__secondary_links_link:focus,
.m-site_footer__secondary_links_link:active,
#ot-sdk-btn.ot-sdk-show-settings.m-site_footer__secondary_links_link:hover, 
#ot-sdk-btn.optanon-show-settings.m-site_footer__secondary_links_link:hover,
#ot-sdk-btn.ot-sdk-show-settings.m-site_footer__secondary_links_link:focus, 
#ot-sdk-btn.optanon-show-settings.m-site_footer__secondary_links_link:focus,
#ot-sdk-btn.ot-sdk-show-settings.m-site_footer__secondary_links_link:active, 
#ot-sdk-btn.optanon-show-settings.m-site_footer__secondary_links_link:active{
  color: #f46c42; 
  background: transparent;
}

.m-site_footer__social_links{
  display: inline-flex;
  align-items: center; 
}

.m-site_footer__social_links_link{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: transform .3s;
}

.m-site_footer__social_links_link:not(:first-child){
  margin-left: 20px;
}

.m-site_footer__social_links_link svg{
  transition: fill .2s;
  fill: #fff;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.m-site_footer__social_links_link:hover svg,
.m-site_footer__social_links_link:focus svg,
.m-site_footer__social_links_link:active svg{
  fill: #f46c42;
  transform: scale(1.1);
}

.m-site_footer__toggle_links{
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 40px;
  bottom: auto;
  z-index: 8;
  will-change: opacity;
  transition: opacity .3s;
  cursor: pointer;
}

.m-site_footer__toggle_links:before,
.m-site_footer__toggle_links:after{
  content: '';
  width: 16px;
  height: 1px;
  background: #f46c42;
  position: absolute;
  top: 50%;
  transition: height .2s .5s,transform .35s .5s;
  left: 0;
  transform: translateY(-50%);
}

.m-site_footer__toggle_links:after{
  width: 1px;
  height: 16px;
  transform: translate(-50%,-50%);
  left: 50%;
}

.m-site_footer__toggle_links.expanded:after{
  transition-delay: .9s,.6s;
  transform: translateY(-50%) rotate(90deg);
  height: 0;
}

.m-site_footer__collapsable{
  position: absolute;
  bottom: 100%;
  width: 100%;
  z-index: 9;
  color: #fff;
  overflow: hidden;
  pointer-events: none;
  color: #fff;
}

.m-site_footer__collapsable_wrapper{
  background-color: #0d0d0d;
}

.m-site_footer__collapsable .m-site_footer__collapsable_wrapper{
  transform: translateY(100%);
  transition: transform .6s ease-in-out;
}

.m-site_footer__collapsable.show .m-site_footer__collapsable_wrapper{
  transform: translateY(0%);
  transition: transform .6s ease-in-out;
  pointer-events: all;
}

.m-site_footer__collapsable_links{
  flex-shrink: unset; 
  padding-top: 24px;
  width: 100%;
  padding-right: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}

.m-site_footer__collapsable_links_list{
  padding: 0;
  margin: 0;
  list-style: none;
}

.m-site_footer__collapsable_links_column:nth-child(2),
.m-site_footer__collapsable_links_column:nth-child(3){
  grid-row: 2;
}

.m-site_footer__collapsable_links_column h4{
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 14px;
  color: #fff;
}

.m-site_footer__collapsable_links_column h4 a{
  color: #fff; 
  transition: color 0.2s;
}

.m-site_footer__collapsable_links_list_item{
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 12px;
}

.m-site_footer__collapsable_links_list_link{
  color: white;
  text-decoration: none;
  will-change: color;
  transition: color 0.2s;
  font-weight: 300;
}

.m-site_footer__collapsable_links_list_link:hover,
.m-site_footer__collapsable_links_list_link:active,
.m-site_footer__collapsable_links_list_link:focus,
.m-site_footer__collapsable_links_column h4 a:hover,
.m-site_footer__collapsable_links_column h4 a:active,
.m-site_footer__collapsable_links_column h4 a:focus{
   color: #F46C42;
}

@media (min-width: 576px){
  .m-site_footer__inner {
    overflow-x: unset;
    max-width: 540px;
  }
}

@media (min-width: 768px){
  .m-site_footer__inner{
    max-width: 720px; 
  }
  
  .m-site_footer__main_links_list_item{
    font-size: 16px;
    line-height: 20px;
  }
  
  .m-site_footer__social_links_link svg{
    height: 14px;
    width: 14px;
  }
  
  .m-site_footer__secondary_links_list_item{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
  }
  
  .m-site_footer__secondary_links_link,
  #ot-sdk-btn.ot-sdk-show-settings.m-site_footer__secondary_links_link, 
  #ot-sdk-btn.optanon-show-settings.m-site_footer__secondary_links_link{
    color: #fff;
    padding: 0;
    padding-right: 30px;
    border-right: none;
  }
  
  .m-site_footer__collapsable_links_column{
    margin-bottom: 30px; 
  }
  
  .m-site_footer__collapsable_links_list_item{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  
  .m-site_footer__collapsable_links_column h4{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 19px;
  }
}

@media (min-width: 992px){
  .m-site_footer__inner {
    flex-wrap: nowrap;
    max-width: 960px;
    padding: 0;
  }
  
  .m-site_footer__main_links{
    flex-basis: unset;
    flex-grow: 1;
    margin-bottom: 0;
  }
  
  .m-site_footer__main_links_list{
    flex-wrap: nowrap;
    margin-top: 0;
    justify-content: flex-start; 
  }
  
  .m-site_footer__main_links_list_item{
    min-width: auto;
    flex-basis: auto;
    margin-bottom: 0;
    font-size: 12px;
    margin-right: 10px;
  }
  
  .m-site_footer__secondary_links{
    align-self: unset;
  }
  
  .m-site_footer__secondary_links_list_item{
    font-size: 12px;
  }
  
  .m-site_footer__secondary_links_link,
  #ot-sdk-btn.ot-sdk-show-settings.m-site_footer__secondary_links_link, 
  #ot-sdk-btn.optanon-show-settings.m-site_footer__secondary_links_link{
    height: 70px;
    font-size: 16px;
  }
  
  .m-site_footer__social_links{
    margin-right: 32px; 
  }
  
  .m-site_footer__toggle_links{
    width: 27px;
    height: 27px;
    position: relative;
    display: block;
    top: auto;
    bottom: auto;
  }
  
  .m-site_footer__toggle_links.expanded{
    top: auto;
    bottom: auto;
    transform: none;
  }
  
  .m-site_footer__toggle_links:before{
    width: 27px;
    transition: height .2s 0s,transform .35s 0s;
    background: #fff;
  }
  
  .m-site_footer__toggle_links:after{
    height: 27px;
    transition: height .2s 0s,transform .35s 0s;
    background: #fff;
  }
  
  .m-site_footer__toggle_links.expanded:after{
    transition-delay: .3s,0s;
  }
  
  .m-site_footer__collapsable_links{
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1260px){
  .m-site_footer__inner {
    max-width: 1210px;
  }
  
  .m-site_footer__social_links{
    margin-right: 44px; 
  }
  
  .m-site_footer__main_links_list_item,
  .m-site_footer__secondary_links_list_item{
    font-size: 14px;
  }
}

@media (min-width: 1400px){
  .m-site_footer__inner {
    max-width: 1320px;
  }
  
  .m-site_footer__social_links{
    margin-right: 64px; 
  }
  
  .m-site_footer__main_links_list_item,
  .m-site_footer__secondary_links_list_item{
    font-size: 16px;
  }
}

/* footer-utility */

#footer-utility {
	height: 65px;
	border-radius: 1px;
	display: flex;
	width: fit-content;
	justify-content: space-between;
	min-width: 100%;
	padding: 0 10px;
	align-items: center;
	border-top: 1px solid rgba(0, 0, 0, .08)
}

#footer-utility .btn-clean {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  border: 0;
  background: 0 0;
}

#footer-utility .btn-clean {
	height: 65px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px 10px;
	font-size: 12px;
	flex-basis: 0;
	white-space: nowrap;
	justify-content: center;
	font-weight: 100;
	text-decoration: none;
	color: #323232;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
  position: relative;
}

@supports (mix-blend-mode: soft-light) {
  #footer-utility .btn-clean::after {
    content: "";
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: soft-light;
    opacity: 0;
    transition: opacity 0.1s;
  }

  #footer-utility .btn-clean:hover::after,
  #footer-utility .btn-clean:focus::after {
    opacity: 1;
  }
}

#footer-utility .btn-clean svg {
	stroke: #acadae;
	fill: #acadae;
	height: 25px;
	width: 25px
}

#footer-utility .btn-clean.active {
	position: relative
}

#footer-utility .btn-clean.active:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #000;
	top: -1px
}

#footer-utility .btn-clean.active svg {
	stroke: #000;
	fill: #000
}

#footer-utility .btn-clean .icon-wrapper {
	color: #323232;
	position: relative
}

#footer-utility .btn-clean .icon-wrapper img {
  object-fit: contain;
  height: 25px;
  width: 25px;
}

#footer-utility .btn-clean .icon-wrapper .badge-notify {
	top: -3px;
	right: -6px
}

#footer-utility .btn-clean .icon-wrapper .badge-notify[data-favorites-quantity="0"],
#footer-utility .btn-clean .icon-wrapper .badge-notify[data-cart-quantity="0"] {
	display: none
}

#footer-utility .btn-clean .icon-wrapper .badge-notify:before {
	content: attr(data-cart-quantity)
}

#footer-utility .btn-clean.hamburger-search svg {
	width: 25px;
	height: 25px
}

#footer-utility .btn-clean.button-cart svg {
	height: 25px;
	width: 25px
}

#footer-utility-wrapper {
	position: fixed;
	bottom: 0;
	width: 100%;
	overflow-x: auto;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, .04);
	transition: all .5s;
	-ms-overflow-style: none;
	scrollbar-width: none
}

@media (max-width: 1259px) {
  .footer-strip,
  .m-notification.show {
    display: none;
  }
}

@media (min-width: 1260px) {
	#footer-utility-wrapper {
		display: none
	}
}

#footer-utility-wrapper::-webkit-scrollbar {
	display: none
}

#footer-utility-wrapper:not(.show-utility) {
	bottom: -65px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .04)
}
