
html{
  touch-action: manipulation;
  scroll-behavior: smooth;
}

.js-drawer-open{
  overflow: auto;
}

[data-type_body_lowercase=true]{
    text-transform:lowercase;
}

[data-type_body_lowercase=true] input,
[data-type_body_lowercase=true] textarea,
[data-type_body_lowercase=true] select,
[data-type_body_lowercase=true] button{
    text-transform:lowercase;
}

[data-type_body_lowercase=true] .btn, [data-type_body_lowercase=true] .product-reviews .spr-button,
[data-type_body_lowercase=true] .product-reviews .spr-summary-actions a,
[data-type_body_lowercase=true] .rte .btn,
[data-type_body_lowercase=true] .shopify-payment-button .shopify-payment-button__button--unbranded,
[data-type_body_lowercase=true] select{
  text-transform: lowercase;
  letter-spacing:0;
}

[data-button_style="square"] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover::after, [data-button_style="square"] .product-reviews .spr-button:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover::after, [data-button_style="square"] .product-reviews .spr-summary-actions a:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover::after, [data-button_style="square"] .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover::after, [data-button_style="square"] .shopify-payment-button .shopify-payment-button__button--unbranded:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover::after, [data-button_style^="round"] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover::after, [data-button_style^="round"] .product-reviews .spr-button:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover::after, [data-button_style^="round"] .product-reviews .spr-summary-actions a:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover::after, [data-button_style^="round"] .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover::after, [data-button_style^="round"] .shopify-payment-button .shopify-payment-button__button--unbranded:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover::after{
    animation: none !important;
}

label:not(.variant__button-label), .label {
    font-size: 18px;
    letter-spacing: 0;
    text-transform: none;
}

[data-type_body_lowercase=true] label, 
[data-type_body_lowercase=true] label:not(.variant__button-label){
    text-transform:lowercase;
}

b, strong{ font-weight: normal; }

input, textarea, select{
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1.5px solid var(--colorTextBody);
  max-width: 100%;
  padding: 5px 0 10px;
  border-radius: 0;
}

select{
  padding-right: 26px;
}

select option{
  background-color: var(--colorBody);
  font-size: 12px;
  line-height: 18px;
  text-transform: lowercase;
  font-family:var(--typeBasePrimary),var(--typeBaseFallback);
  font-weight: normal;
  display: block;
  white-space: pre;
  min-height: 1.2em;
  padding: 0px 2px 1px;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  text-align: right;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
    background-color: var(--colorBody);
    background-image: url(//cdn.shopify.com/s/files/1/1551/6191/t/11/assets/ico-select.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 11px;
    padding-right: 28px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: var(--colorTextBody);
  padding: 4px 37px 4px 8px;
  border: 1px solid transparent;
  border-color: transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: var(--colorBody);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
    padding-bottom: 10px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: transparent;
}

textarea{
  min-height: 100px;
  border: 1.5px solid var(--colorTextBody);
  padding: 8px 10px;
}

input[disabled],
input.disabled,
textarea[disabled],
input.disabled{
     border-color: var(--colorDrawerBorder);
  }

input:active,
input:focus{
      border: 0;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: 0px;
      border-bottom: 1.5px solid var(--colorTextBody);
  }

textarea:active,
textarea:focus{
      border: 1.5px solid var(--colorTextBody);
  }
  
  
  
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
    color: var(--colorTextBody);
    opacity: 1;
  }

input:-moz-placeholder,
textarea::-moz-placeholder{
    color: var(--colorTextBody);
    opacity: 1;
  }

input::-moz-placeholder,
textarea::-moz-placeholder{
    color: var(--colorTextBody);
    opacity: 1;
  }

input:-ms-input-placeholder,
textarea::-ms-input-placeholder{
    color: var(--colorTextBody);
    opacity: 1;
  }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
    color: var(--colorTextBody);
    opacity: 1;
  }

.table-wrapper{
  overflow: hidden;
}

.rte > div.table-wrapper{
  margin-bottom: 15px !important;
}

table{
 background: #000; 
}
  
.rte a:not(.rte__image), .rte-setting a:not(.rte__image), .view-more{
  text-decoration: none;
  border-bottom: 1px solid var(--colorTextBody);
  position: relative;
}

.rte-setting a:not(.btn)::after, .rte a:not(.btn)::after{
  transition: none;
  border: 0;
}

.btn, .product-reviews .spr-button, .product-reviews .spr-summary-actions a, .rte .btn, .shopify-payment-button .shopify-payment-button__button--unbranded{
 	border: 2px solid var(--colorTextBody); 
    font-weight: normal;
    font-size: var(--typeBaseSize);
}

.btn[disabled], .btn.disabled, .rte .btn[disabled], .rte .btn.disabled, .shopify-payment-button .shopify-payment-button__button--unbranded[disabled], .shopify-payment-button .shopify-payment-button__button--unbranded.disabled, .product-reviews .spr-summary-actions a[disabled], .product-reviews .spr-summary-actions a.disabled, .product-reviews .spr-button[disabled], .product-reviews .spr-button.disabled, .btn[disabled]:hover, .btn.disabled:hover, .rte .btn[disabled]:hover, .rte .btn.disabled:hover, .shopify-payment-button .shopify-payment-button__button--unbranded[disabled]:hover, .shopify-payment-button .shopify-payment-button__button--unbranded.disabled:hover, .product-reviews .spr-summary-actions a[disabled]:hover, .product-reviews .spr-summary-actions a.disabled:hover, .product-reviews .spr-button[disabled]:hover, .product-reviews .spr-button.disabled:hover{
  color: #adaeb0;
  border-color: #adaeb0;
  background-color: transparent;
  cursor: default;
}

.h3, h3, .h4, h4{
 	font-size: 18px; 
}

.main-content {
  display: block;
  min-height: 300px;
  margin-top: 220px;
}

.template-index .main-content, .template-collection .main-content{
  margin-top:0;
}

@media only screen and (max-width:768px){
    .main-content, .template-index .main-content, .template-collection .main-content, .template-product .main-content{
    margin-top: 130px;
  }
  
  .template-index .main-content{
    margin-top:0;
  }

}

.page-about .main-content{
  margin-bottom: 255px;
}

@media only screen and (min-width:769px){
  .main-content {
    min-height: 700px;
  }
  
  .template-index .main-content, .template-product .main-content{
    margin-top: 0;
  }
  
  .template-collection{
    margin-top: 135px;
  }
}

/* Grid */

.grid{ 
  margin-left: -30px;
}

.grid__item{
  padding-left: 30px;
}

.grid--full{
  margin-left:0;
}

.grid--full > .grid__item{
  padding-left:0;
}

.index-section{
  margin: 15px 0; 
}

@media only screen and (max-width:768px){
  .grid{ 
    margin-left: -15px;
  }

  .grid__item{
    padding-left: 15px;
  }
  .grid--full{
  margin-left:0;
}

.grid--full > .grid__item{
  padding-left:0;
}
}

.grid--no-gutters{
  margin-left: 0;
}

/* Header */

#fixed-logo{
  position: fixed;
  z-index: 9;
  left: 50%;
  transform: translate(-50%, 0);
  top: 11px;
  padding:0;
  background: transparent;
}

@media only screen and (max-width:768px){
  #fixed-logo{
    padding: 18px 0 13px;
    width: auto;
    text-align: center;
    margin: 0 auto;
    top: 0;
    z-index: 7;
    position: absolute;
  }
    
  .template-index #fixed-logo{
    z-index: 1;
  }
}

.js-drawer-open-nav #fixed-logo,
.js-drawer-open--search #fixed-logo{
  z-index: 1;
}

#fixed-logo.site-header__logo{
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}


#fixed-logo .logo--inverted{
  display:none;
}

.header-sticky-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
}

.site-header{
  border:0;
  padding: 9px 0;
}

@media only screen and (max-width:768px){
	.site-header-sticky{
     	
    }
}

.site-nav__link--icon{
  position: relative;
}

.payment-icons li svg{
  /* filter: grayscale(100%); */
}

.PaymentIcon{ 
    height: 25px;
    width: auto;
    padding: 0px;
}

.cart-link__bubble {
  display: none;
}

.cart-link__count{
 	padding-left: 3px;
    padding-right: 7px;
    font-size: var(--typeBaseSize);
    position: relative;
    top: 3px;
}

@media only screen and (max-width:768px){
  .cart-link__count{
    font-size: calc(var(--typeBaseSize) - 2);
    padding-right: 0;
  }
}

.header-item--icons .site-nav{
  margin-right: -8px;
}

.modal-open{
  overflow: auto;
}

#NewsletterPopup-newsletter-popup{
  bottom: 15px;
  right: 15px;
  top: auto;
  left: auto;
  border: 0.5px solid var(--colorBorder);
  z-index: 99;
}

@media only screen and (max-width:768px){
  #NewsletterPopup-newsletter-popup{
    bottom: 0;
    right:0;
    border:0;
    border-top: 0.5px solid var(--colorBorder);
  }
}

.modal-open #NewsletterPopup-newsletter-popup::before{
  content: none;
  display: none;
}

#NewsletterPopup-newsletter-popup .modal__inner{
    margin: 0px;
}

.modal .newsletter .text-close{
  display:none;
}

.modal--square .modal__close{
  padding: 20px; 
}

.modal__close .icon {
    width: 16px;
    height: 16px;
}

@media only screen and (max-width:768px){
  .modal--mobile-friendly .modal__inner{
    border:0;
    border-top: 1.5px solid var(--colorTextBody);
  }
  
  .modal .form__submit--small{
    display:none;
  }
  
  .modal .form__submit--large{
    display: block;
  }
}

/* Drawer */

.drawer{
	box-shadow:none;
}

.js-drawer-open .header-wrapper {
    background: var(--colorBody);
}

.js-drawer-open .main-content::after{
 	margin-top: 60px; 
}

.js-drawer-open.js-drawer-open-cart .main-content::after{
 	margin-top: 0px; 
}

.drawer--right.drawer--is-open {
    transition-duration: 0;
    border-left: 0.5px solid var(--colorBorder);
}

.drawer__fixed-header, .drawer__footer, .drawer__header, .drawer__scrollable{
  padding-left: 15px;
  padding-right: 15px;
}

.drawer__fixed-header {
 	padding:0; 
}

.drawer__header {
    display: table;
    height: 54px;
    width: 100%;
    padding: 11.53846px 15px;
    margin-bottom: 0;
    border-bottom: 0.5px solid var(--colorBorder);
}

  .drawer__close-button {
    padding: 0;
    width: 16px;
    height: auto;
    right: 0;
  }
@media only screen and (min-width:769px){

  .drawer__fixed-header, .drawer__header {
     height: 54px;
  }
}
.drawer--left {
    box-shadow: none;
    padding: 0;
    width: 100vw;
    left: 0;
    max-width: 100vw;
    bottom: 200%;
    background: rgba(0,0,0,0.1);
}

.drawer--left .drawer__fixed-header, .drawer--left .drawer__inner {
    background-color: var(--colorBody);
}

.drawer--left .drawer__fixed-header {
    height: 54px;
    background: transparent;
    width: 50px;
    top: -54px;
    position: relative;
}

.drawer--left.drawer--is-open {
    display: block;
    bottom: 0;
    top: 52px;
    overflow: visible;
    transform: none;
    transition: none;
}

.drawer--left .drawer__header {
    height: 54px;
    padding: 0;
    border: 0;
}

.drawer--left .drawer__close{
  background: var(--colorBody);
  top: 10px;
    width: 34px;
    height: 34px;
    padding: 0;
    right: auto;
    left: 5px;
    position: absolute;
}

.drawer--left .drawer__close-button {
  padding: 6px 0;
  position: relative;
  left: 0;
  right: auto
}

.drawer__close-button:active, a:active, a:focus {
	background: transparent !important;
}

.drawer__close-button .icon{
	width: 16px;
    height: auto;
}

#NavDrawer .mobile-nav__social{
  display: none; 
}

#NavDrawer .mobile-nav__item::after{
 	border-bottom: 0;
}

@media only screen and (max-width:768px){
  #NavDrawer .mobile-nav__item::after{
      border-bottom: 0.5px solid var(--colorDrawerBorder);
  }
  #NavDrawer .mobile-nav__sublist .mobile-nav__item::after{
    	border:0;
  }
}

#NavDrawer .mobile-nav__link--top-level{
  font-size: 16px;
  line-height: 18px;
  color: var(--colorDrawerBorder) !important;
}

#NavDrawer .mobile-nav__sublist {
    margin: 7px 0 8px 0;
}

#NavDrawer .mobile-nav__sublist .mobile-nav__link, #NavDrawer .mobile-nav__sublist .mobile-nav__faux-link{
  font-weight: normal;  
  padding: 0 25px 0 15px;
  font-size: 16px;
  line-height: 20px;
}


#NavDrawer .drawer__scrollable{
  position: absolute;
  left:0;
  right:0;
  border-top: 0.5px solid var(--colorDrawerBorder);
  top:0;
  bottom:0;
  background: var(--colorBody);
}

@media only screen and (max-width:768px){
  #NavDrawer .drawer__scrollable{
    background: var(--colorBody);
  }
}

#NavDrawer .mobile-nav__toggle button {
    display: none;
    border-left: 1px solid #adaeb0;
}

#NavDrawer .mobile-nav__toggle button.is-open{
  border-bottom: 1px solid var(--colorDrawerBorder);
}

#NavDrawer .mobile-nav__item{
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media only screen and (min-width:769px){
  #NavDrawer .mobile-nav{
    display: flex;
    border-bottom: 0.5px solid var(--colorDrawerBorder);
    margin: -15px -15px 0;
  }
  
  #NavDrawer .mobile-nav__item.mobile-nav__topitem {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    border-right: 0.5px solid var(--colorDrawerBorder);
  }
  
  #NavDrawer .mobile-nav__item--secondary{
    display:none;
  }
  
  #NavDrawer .mobile-nav__item.mobile-nav__topitem .mobile-nav__toggle {
    display: none;
  }
  
  #NavDrawer .collapsible-content--all{
    visibility: visible;
    overflow: visible;
    opacity: 1;
    height: auto; 
  }
  
  #NavDrawer .collapsible-content__inner{
    transform: none;
  }
}

@media only screen and (max-width:768px){
  #NavDrawer .mobile-nav__item .mobile-nav__has-sublist {
    min-width: 110px;
    max-width: 110px;
    width: 110px;
  }
  #NavDrawer .mobile-nav__link--top-level {
    line-height: 18px;
  }
  #NavDrawer .mobile-nav__sublist {
    margin: 0;
  }
  #NavDrawer .collapsible-content__inner .mobile-nav__sublist {
    padding: 15px 15px 5px 15px;
  }
  #NavDrawer .mobile-nav__sublist .mobile-nav__link, #NavDrawer .mobile-nav__sublist .mobile-nav__faux-link{
    font-size: 16px;
    line-height: 24px;
  }
}

#NavDrawer .mobile-nav__child-item .collapsible-trigger {
  display:none;
}

#NavDrawer .mobile-nav__grandchildlist{
  display: none;
}

.template-index #fixed-logo{
  display:none;
}

.loaded.template-index #fixed-logo{
  display:block;
}

@media only screen and (max-width:768px){
  .site-header__logo{
    margin: 1px 0 0;
  }
}

.site-nav__icons .site-nav__link--icon{
 	padding-top: 4px; 
}

@media only screen and (max-width:768px){
  .site-nav__icons .site-nav__link--icon{
    padding-top: 6px; 
  }
}

.js-drawer-open .site-nav.small--hide,
.js-drawer-open .has-icon-user.small--hide{
    display: inline-block !important;
}
    
.site-nav__link--icon.has-icon-search{
  padding-left: 0;
  margin-left: 19px;
  padding-top: 8px;
}

@media only screen and (max-width:768px){
  .site-nav__link--icon.has-icon-search{
    margin-right: -8px;
    margin-left: 4px;
  }
}

.site-nav__link--icon.has-icon-user{
      padding-right: 1px;
      padding-top: 5px;
}  
    
.site-nav__link--icon .icon {
      width: 20px;
      height: auto;
}

.site-nav__link--icon .icon.icon-search {
  width: 17px;
}

.site-nav__link--icon .icon.icon-user {
  width: 15px;
  margin-right: 0;
  padding-right: 0;
}

@media only screen and (max-width:768px){
  .site-nav__link--icon + .site-nav__link--icon {
      margin-left: -3px;
  }
  .site-nav__link--icon {
      padding-left: 7.5px;
      padding-right: 7.5px;
  }
}

@media only screen and (min-width:1050px){
  .site-nav__link--icon .icon.icon-user {
    width: 16px;
    margin-right: 0;
    padding-right: 0;
  }
}

.site-nav__link--icon .icon.icon-bag {
  width: 23px;
  margin-right: 3px;
}

@media only screen and (min-width:1050px){
  .site-nav__link--icon .icon.icon-bag {
    width: 23px;
    margin-right: 13px;
  }
}

.site-header__search .icon {
    width: 16px;
    height: auto;
}

.site-header__search {
  border-bottom: 0.5px solid var(--colorDrawerBorder);
  top: -1px;
}

.site-header__search-btn{ 
}

.site-header__search-input{
  padding:0;
}

.site-header__search-input::-webkit-input-placeholder {
  color: var(--colorTextBody);
  opacity: 1;
}

.site-header__search-input:-moz-placeholder {
    color: var(--colorTextBody);
    opacity: 1;
  }

.site-header__search-input::-moz-placeholder {
    color: var(--colorTextBody);
    opacity: 1;
  }

.site-header__search-input:-ms-input-placeholder {
    color: var(--colorTextBody);
    opacity: 1;
  }

.site-header__search-input::-ms-input-placeholder {
    color: var(--colorTextBody);
    opacity: 1;
  }


/* Footer */
.site-footer{
  padding: 0;
  border-top: 0.5px solid var(--colorDrawerBorder);
}

.site-footer .page-width{
  padding:0;
}

.site-footer .grid{
  margin-left:0; 
}

.site-footer .grid .grid__item {
     border-bottom: 0.5px solid var(--colorBorder);
     padding: 15px 15px 20px 15px;
}

@media only screen and (max-width:768px){
  .site-footer .grid{
    padding-bottom: 0;
  }
  .footer_collapsible--disabled{
   	padding-top: 0; 
  }
  
}

@media only screen and (min-width:769px){
  .site-footer .grid{
    display: flex;
  }
  
  .site-footer .grid .grid__item {
      padding-bottom: 70px;
      border-bottom: 0;
      border-right: 0.5px solid var(--colorBorder);
   
  }
}



.site-footer .grid__item::after{
  border-bottom: 0;
}

.site-footer .footer__title{
  color: var(--colorBorder);
  margin-bottom: 14px;
  font-size: 16px;
}

.site-footer__linklist a{
  font-size: 16px;
  line-height: 20px;
  padding: 0;
}

.site-footer__linklist li{
  margin-bottom:0;
  line-height: 20px;
}

.footer__newsletter {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}

.footer__newsletter-input, .site-footer form input, .klaviyo-form .Ndwyt input, .klaviyo-form .Ndwyt .iaZvGM {
  background: transparent !important;
  padding: 0 !important;
  margin-bottom: 2px !important;
  color:var(--colorFooterText) !important;
  max-width: 100%;
  width: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid var(--colorFooterText) !important;
  display: block;
  font-family: var(--typeBasePrimary),var(--typeBaseFallback) !important;
  font-size: calc(var(--typeBaseSize)*0.85) !important;
}

.klaviyo-form .Ndwyt:host>*{
  font-family: var(--typeBasePrimary),var(--typeBaseFallback) !important;
  font-size: 18px !important;
}

.site-footer form input::placeholder {
  color:var(--colorFooterText) !important;
  font-family: var(--typeBasePrimary),var(--typeBaseFallback) !important;
  font-size: calc(var(--typeBaseSize)*0.85) !important;
}


@media only screen and (min-width:1050px){
  .footer__newsletter-input {
	 max-width: 330px;
  }
}

.footer__newsletter-input:focus,
.footer__newsletter-input::-moz-focus-inner{
  border-bottom: 1px solid var(--colorFooterText);
}

.footer__newsletter-btn,  .site-footer form input[type=submit], .site-footer form button{
    border: 1px solid var(--colorFooterText) !important;
    padding: 5px 10px !important;
    text-transform: lowercase !important;
    margin-top: 20px !important;
    position: relative !important;
    top: auto !important;
    transform: none !important;
    right: auto !important;
    font-family: var(--typeBasePrimary),var(--typeBaseFallback) !important;
    font-size: calc(var(--typeBaseSize)*0.85) !important;
    background: transparent !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    color: #000 !important;
    font-weight: normal !important;
    margin: 20px 0 0 !important;
}

.iHHjaC.iHHjaC{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.site-footer form .dMHKxR{
 	padding: 0 !important;
}

.site-footer form .bwIBYc, .site-footer form p{
 	padding: 0 !important;
    font-family: var(--typeBasePrimary),var(--typeBaseFallback) !important;
    font-size: calc(var(--typeBaseSize)*0.85) !important;
}

.klaviyo-form .Ndwyt .bwIBYc p, .klaviyo-form .Ndwyt button{
  font-family: var(--typeBasePrimary),var(--typeBaseFallback) !important;
}

.dgVklF.dgVklF.dgVklF.dgVklF.dgVklF.dgVklF::placeholder, 
.dgVklF.dgVklF.dgVklF.dgVklF.dgVklF.dgVklF:hover,
.jJqTws.jJqTws.jJqTws.jJqTws.jJqTws.jJqTws::placeholder,
.jJqTws.jJqTws.jJqTws.jJqTws.jJqTws.jJqTws:hover{
  font-family: var(--typeBasePrimary),var(--typeBaseFallback) !important;
    font-size: 18px !important;
}

#NewsletterPopup-newsletter-popup form{ 
  margin-bottom: 0;
}

.iHHjaC.iHHjaC{
 	padding: 0 !important; 
}

.site-footer form button{
  font-size: calc(var(--typeBaseSize)*0.85) !important;
    height: 21px;
    }

.footer__newsletter-btn .footer__newsletter-btn-label {
  display: block;
}

@media only screen and (min-width:1050px){
  .footer__newsletter-btn {
	 margin-top: 30px;
  }
}

#mce-responses, #mce-error-response, #mce-success-response{
  font-size: 15px;
}


.footer__small-text{
  border-top: 0.5px solid var(--colorBorder);
  padding: 10px 15px;
  margin: 0;
  text-align: left;
  color: var(--colorBorder);
  font-size: 14px;
}

.footer__small-text a{
  color: var(--colorBorder);
}

.footer__small-text  ul + & {
    padding-top: 15px;
}

.footer__small-text .site-credit{
	cursor: pointer;
    display: inline-block;
}

.footer__small-text .site-credit a{
  display: none;
}

.footer__small-text .site-credit:hover a{
  display: inline-block;
}

/* Cart Drawer */

.drawer .js-qty__wrapper, .drawer .js-qty__num, .drawer .js-qty__adjust{
 	border: transparent;
}

.drawer .js-qty__adjust:hover{
   background: none;
   color: var(--colorDrawerText);
   fill: var(--colorDrawerText);
}

.ajaxcart__subtotal{
  text-transform:lowercase;
  letter-spacing:0;
  font-size: var(--typeBaseSize);
}

.ajaxcart__note{
  margin-bottom: 20px;
}

.drawer .btn {
    background-color: var(--colorDrawerButton) !important;
    color: var(--colorDrawerButtonText) !important;
    animation: none !important;
}

/* Slider */

.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
    top: calc(50% - 30px);
    z-index: 20;
    border-radius: 30px;
}

.slick-prev:before, .slick-next:before {
  color: #000;
  font-size: 30px;
  line-height: 30px;
}

.slick-prev {
  background: #FFE4E6 url(//cdn.shopify.com/s/files/1/1551/6191/t/17/assets/slider-left.png?v=39422077394901833001615250872) no-repeat 10px 8px !important;
  background-size: 8px auto !important;
  left: 45px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 15px;
}

.slick-next {
  background: #FFE4E6 url(//cdn.shopify.com/s/files/1/1551/6191/t/17/assets/slider-right.png?v=170860020378760632051615250872) no-repeat 11px 8px !important;
  background-size: 8px auto !important;
  right: 15px;
}

[dir="rtl"] .slick-next{
  left: 15	px;
  right: auto;
}

.slick-arrow.slick-disabled{
  opacity: 0;
}

  
@media only screen and (max-width:768px){
  
  .slick-prev,
  .slick-next{ 
      margin-top: -10px;	
      width: 20px;
      height: 20px;
      background-size: 6px auto !important;
      background-position: 8px 4px !important;
  }
  
  .slick-prev{
	left: 25px;
    background-position: 6px 4px !important;
  }

  .slick-next{
	right: 10px;
  }
}

/* Sections */

.template-index .section--divider{
  border-top:0;
}

.section--divider{
  padding-top: 24px;
}

.section-header {
    margin-bottom: 25px;
}

.section-header--with-link .section-header__link{
  margin-top: 0;
  border: 0;
  font-size: var(--typeBaseSize);
  color: var(--colorBorder);
  padding: 0;
}

/* Home page */
.promo-grid-container{ position: relative; }

.type-splitbanner .promo-grid__text{ display:none; }
.type-splitbanner:hover .promo-grid__text{ display:none; }

.type-splitbanner .promo-grid__container:not(.promo-grid__container--boxed) .promo-grid__bg:before{
    background-color: transparent !important;
}

.type-splitbanner .promo-grid__bg{
  background-position: 50% 0;
}

#split-banner-logo{
  position: absolute;
  z-index: 8;
  width: 265px;
  left: 50%;
  right: auto;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  transform: translate(-50%,-50%); 
}

@media only screen and (max-width:769px){
  #split-banner-logo{
 	top: 25%;
    width: 160px;
  }
}


/* Masonry Sub Banners */

.subbanners { 
  position: relative; 
}

@media only screen and (min-width:769px){
  .subbanners.subbanners_second_panel{
    margin-top: 70px; 
  }
}

.subbanner{
 	animation: fade-in 1.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
    transition: none;
    clear: none !important;
}  

  @media only screen and (min-width:769px){
    .subbanner.top_left, .subbanner.bottom_right{
      width: 41.7%;
    }

    .subbanner.top_left_last{ 
      margin-top: 70px;
    }
 
    .subbanner.top_left{
      margin-bottom: 100px;
    }
    .subbanners.subbanners_second_panel .subbanner.top_left{
      margin-left: 17%;
    }
     .subbanner.bottom_left{
      margin-left: 8.5%;
      clear: left !important;
    }
    .subbanners.subbanners_second_panel .subbanner.bottom_left{
      margin-left: 0%;
    }

    .subbanner.bottom_right{
      margin-right: 8.5%;
      float:right;
      margin-bottom: 50px;
      margin-top: -145px;
    }

    .subbanner.top_right{
      float:right; 
      margin-bottom: 235px;
    }
  }


.subbanner a {
  display: block; 
  height: 100%;
  width: 100%;
  position: relative; 
  margin-bottom: 20px;
}

.subbanner h2.title{ 
  font-size: calc(var(--typeBaseSize) - 4);
  text-align: center;
  line-height: 1.4em;
  padding: 12px 0 0px;
  color: var(--colorBorder);
}

@media only screen and (min-width:769px){
  .subbanner h2.title{ 
    padding: 0 20px;
    color: var(--colorBorder);
    opacity: 0;
    position: absolute; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0; 
    background: #000; 
    color: #fff !important; 
    text-align: center;
    display: flex;
    vertical-align: middle;
    height: 100%;
    font-size: calc(var(--typeBaseSize) - 2);
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
      
  } 

  .subbanner a:hover h2.title{
    opacity: 1;
  }
}

.page-campaign #CollectionSection{
  border-top: 1px solid #9F979D;  
}

.index-featured-collection .grid-overflow-wrapper .grid-product{
  margin-bottom: 30px;
}

@media only screen and (max-width:769px){
  
  .index-featured-collection{
    position: relative;
    padding-bottom: 50px;
    border-top: 1px solid #9F979D;
    padding-top: 11px;
  }
  
  .index-featured-collection, #CollectionSection{
    position: relative;
    padding-bottom: 50px;
  }
  
  .index-featured-collection .section-header{
  }
  
 .index-featured-collection .section-header .section-header__title{ 
   font-size: 16px;
 }
  
  .index-featured-collection .section-header--with-link .section-header__link,
  #CollectionSection  .section-header--with-link .section-header__link{
      position: absolute;
      bottom: 15px;
      font-size: calc(var(--typeBaseSize) - 2px);
    }
  
  .grid-overflow-wrapper .grid-product__price, .grid-overflow-wrapper .grid__item{
 	  font-size: calc(var(--typeBaseSize) - 3px);
      line-height: 1.2em;
      margin-top: 0;
      vertical-align: top;
}
  }

.index-section + .index-section, .index-section + .index-section--hidden, .main-content + .index-section {
    margin-bottom: 0;
}

.grid-overflow-wrapper{
  overflow: hidden;
}

.grid-overflow-wrapper .grid-product {
    margin-bottom: 15px;
}


/* Colleciton page */

@media only screen and (max-width:768px){
  .template-collection .grid-product{
      margin-bottom: 30px; 
  }
  .collection-filter{ position: relative; top: 0 !important; }
}

.template-collection h1.section-header__title.collection-description-title{ 
  font-size: 22px; 
}

.template-collection .summary-text a{
 border-bottom: 1px solid var(--colorTextBody);
}

.template-collection .text-center .section-header__title{
  text-align: center;
  margin-bottom: 18px;
}

.collection-filter__item{
  margin-bottom: 14px;
}

@media only screen and (min-width:769px){
  .collection-filter__item{
    width: 100%;
  }
}

  .breadcrumb {
    margin: 10px 0;
    display: flex;
    align-items: center;
    display:none;
    font-size: var(--typeBaseSize);
  }

  .breadcrumb h1{ display: inline-block; margin-bottom: 0 !important; font-size: var(--typeBaseSize);}

  .breadcrumb .divider {
    width: 20px;
    height: 24px;
    background: url(//cdn.shopify.com/s/files/1/1551/6191/t/17/assets/slider-right.png?v=170860020378760632051615250872) no-repeat center 6px !important;
    background-size: 8px auto !important;
    margin: 0 3px 0 3px;
    text-indent: -9999px;
  }

  .template-collection .breadcrumb{
    display: flex;
    font-size: calc(var(--typeBaseSize) - 2px);
  }

  @media only screen and (max-width:768px){
    .template-collection .breadcrumb{
        font-size: calc(var(--typeBaseSize) - 2px);
        margin-bottom: 5px;
     }
    
     .template-collection .breadcrumb h1{
        font-size: calc(var(--typeBaseSize) - 2px);
     }
    
    .template-collection .collection-filter__item{
      margin-bottom: 5px;
    }
  }

.collection-filter select {
    width: 100%;
    border: 0;
    background-position: right 19px;
    text-align: right;
    background-color: var(--colorBody);
}

.collection-filter select, .collection-filter .btn {
    height: 44px;
    font-size: 18px;
}

.template-collection .more{
  text-align: center;
  display: block;
  padding-left: 30px;
  padding-bottom: 30px;
}

/* Product grid */

@media only screen and (max-width:768px){
[data-type_product_lowercase="true"] .grid-product__title{
    font-size: calc(var(--typeBaseSize) - 3px);
    line-height: 1.2em;
  }
  
  
}

.grid-product__tag{ 
  position: relative;
  background: transparent;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}

.grid__item .image-color-overlay .grid__image-ratio, 
.grid__item .image-color-overlay .grid-product__secondary-image, 
.grid__item .image-color-overlay .grid-product__image, 
.grid__item .image-color-overlay .image-wrap, .grid__image-ratio--portrait{
        background-color: var(--colorBody);
  		background-blend-mode: multiply;
}

.grid-product__meta,
.grid-product__meta.show_title_overlay {
    line-height: 22px;
    position: relative;
    padding: 10px 0 6px 0;
    font-size: 18px;
    text-align: center;
}

 @media only screen and (min-width:769px){
  .grid-product__meta.show_title_overlay{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      align-items: center;
      justify-content: center;
      display: none;
      flex-direction: column;
  }
 }

  .grid-product__meta.show_title_overlay .top_view{
    top: 3px;
    left: 15px;
    right: 15px;
  }

.grid-product__price{
  margin: 0;
}


  @media only screen and (min-width:769px){
    .grid-product__meta, .grid-product__price, .grid-product__tag{
      color: #fff !important;
      font-size: 18px;
      line-height: 22px;
      background: transparent !important;
      padding:0;
    }
    .grid-product__meta.show_title_overlay{
      text-shadow: 2px 1px 2px rgba(0,0,0,0.17);
    }
    
    .grid-product__price { 
      margin-top: 3px; 
    }

    .grid-product__link:hover .grid-product__meta.show_title_overlay {
      display: -ms-flexbox;
      display: flex;
    }
    .grid-product__link:hover .grid-product__secondary-image{
      animation:fade-in 0s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards
    }

  }
   

.pagination {
  margin: 0;
  padding: 0 0 20px 0;
  text-align: center;
}

  .pagination span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    margin-top: -10px;
  }

  .pagination a {
    display: inline-block;
  }

  .pagination a,
  .pagination .page.current {
    padding: 0px 10px;
  }

  .pagination .page.current {
    opacity: 0.3;
  }

  .pagination .next,
  .pagination .prev {
    color: var(--colorBtnPrimaryText);
    background: var(--colorBtnPrimary);
    width: 43px;
    margin: -10px 10px 0;
  }

  @media only screen and (max-width:768px){
    .pagination .next,
    .pagination .prev {
      width: 35px;
    }
  }

  .pagination .prev a,
  .pagination .next a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
  }

  .pagination .icon {
    color: var(--colorBtnPrimaryText);
    width: 13px;
    height: 14px;
  }

  @media only screen and (max-width:768px){
    .pagination .icon {
      width: 12px;
      height: 12px;
    }
  }


/* Product Page */

.page-content--product{
  padding-top: 0;
  padding-bottom: 0;
}

  @media only screen and (max-width:768px){
  .page-content--product {
      padding-top: 0;
      padding-left: 15px;
      padding-right: 15px;
  }
}

@media only screen and (min-width:769px){
  .grid--single-product{ 
    display: flex;
    margin:0;
    padding:0;
  }
 }

@media only screen and (max-width:768px){
  .product__main-photos {
      margin-left: 0;
      margin-right: 0;
    margin-bottom: 0;
  }
  
  .product__main-photos .slick-slider{
   	margin-bottom: 10px; 
  }
  
  .product__main-photos .slick-dots{
    bottom: -10px;
  }
  
  .product__main-photos .slick-list {
    padding-left: 0;
    padding-right: 0;
  }
  
  .product__main-photos .slick-slide .product-image-main{
    margin-left: 2px;
    margin-right: 2px;
  }
  
  .slick-slider .slick-dots li.slick-active, .slick-slider .slick-dots li.slick-active button, .slick-slider .slick-dots li.slick-active button::before {
    width: 5px;
    height: 5px;
  }
  
  .product__main-photos .slick-slider .slick-dots li button::before {
    background-color: #050505;
  }
  
  .slick-slider .slick-dots li button::before {
    width: 5px;
    height: 5px;
    border-radius: 100%;
  }
  
}

.product__photo-zoom{
  border:0;
  display:none;
}

.product__photos.product__photos_scroll .secondary-slide:not(.slick-slide){
  display:block;
}

.product__photos.product__photos_scroll .product__thumbs{
  display:none;
}

.product__photos.product__photos_scroll .product-image-main {
    position: relative;
    margin-bottom: 15px;
}

.product-single__meta {
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}

@media only screen and (min-width:769px){
  .product-single__meta {
      top: 0;
      position: sticky;
      position: -webkit-sticky; 
      max-width: 400px;
      margin: 0 auto;
      font-size: var(--typeBaseSize);
      padding: 160px 25px 0;
      min-height: calc(100vh + 160px);
  }
} 

@media only screen and (max-width:768px){
  .product-single__meta {
    margin-top: 32px;
    padding: 0 30px;
  }
  
  .product-single__meta,  .product-single__meta p,  .product-single__meta .rte, .variant-wrapper input, .variant-wrapper select{
    font-size: 18px;
    line-height: 28px;
  }
}

.product-single__meta .size-guide-image{
	margin-bottom: 20px;
}

.grid--product-images-right .product-single__meta{
  padding-left: 0;
  padding-right: 45px;

}
@media only screen and (max-width:768px){
  .grid--product-images-right .grid--product-images-right{
    padding-right: 0;
  }
}

.product-single__meta .payment-options{
  margin-top: 48px;
  margin-bottom: 33px;
}
    
@media only screen and (max-width:768px){
  .product-single__meta .payment-options{
    margin-top: 45px;
    margin-bottom: 20px;
  }
}

.product-single__meta .payment-options a{
  color: #9F979D;
  border-bottom: 1.5px solid #9F979D;
}

.product-single__meta .social-sharing {
    margin-top: 15px;
}

@media only screen and (max-width:768px){
  .product-single__meta .social-sharing{
    margin-top: 30px;
  }
}

.product-single__meta .rte {
  text-align: center;
}

.product-single__meta .is-open .collapsible-content__inner{
  padding: 20px 0; 
}

.product-single__meta .collapsible-content__inner .sizingchart, 
.product-single__meta .collapsible-content__inner .sizingchart tr, 
.product-single__meta .collapsible-content__inner .sizingchart tr td{
 	font-size: 14px; 
}

.product-single__title {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 1em;
    word-wrap: break-word;
}

.product__policies{ 
  display:none;
}

.product__price {
    margin-right: 5px;
    font-size: 22px;
}


.product-single__meta .collapsible-trigger__icon{
  transform: none;
}

.product-single__meta .collapsibles-wrapper .collapsible-trigger-btn {
    text-align: center;
    padding: 2px 0;
}

.product-single__meta .collapsible-trigger__icon{
    display: inline-block;
    position: relative;
    right: auto;
    top: 0px;
    font-size: 18px;
}
    
.product-single__meta .collapsible-trigger__icon .icon-plus{
     background-size: 8.5px;
}
  
.product-single__meta .collapsible-trigger .collapsible-trigger__icon .icon-plus{
}

.product-single__meta .collapsible-trigger .collapsible-trigger__icon .icon-minus{
 display: none;
}

.product-single__meta .collapsible-trigger.is-open .collapsible-trigger__icon .icon-plus{
 display: none;
}

.product-single__meta .collapsible-trigger.is-open .collapsible-trigger__icon .icon-minus{
 display: block;
}

.product-collapsible .collapsible-trigger__icon.collapsible-trigger__icon--open{
  top: 5px;
}
      
.product-single__form {
  margin-bottom: 0px;
  margin-top: 40px;
}

.variant-wrapper--dropdown{
	margin-bottom: 0;
    margin-right:0;
    width: 100%;
     /* width: auto;
   cursor: pointer; 
   border-bottom: 1.5px solid #fff;
  line-height: 20px; */
}

.product-single__variants {
  display: none;
}

.product-collapsible .collapsible-trigger-btn {
    text-align: center;
    padding: 2px 0;
}

.no-js .product-single__variants {
    display: block;
    margin-bottom: 30px;
}

.template-product .variant__label[for], .product-form-holder .variant__label[for] {
    display: inline-block;
    margin-bottom: 2px;
}

.template-product .variant-input-wrap, .product-form-holder .variant-input-wrap {
    display: inline-block;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.template-product .variant-input-wrap select, .product-form-holder .variant-input-wrap select {
    border: 0;
    font-size: 18px !important;
    padding: 0 10px 0 10px;
    background-image: url('//cdn.shopify.com/s/files/1/1551/6191/t/17/assets/Icon-Plus.png?v=72056311042349733721615250866');
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
    background-size: 9px;
}

.add-to-cart[disabled] + .shopify-payment-button {
  display: none;
}

.add-to-cart{
 	font-size: calc(var(--typeBaseSize) + 2);
    padding: 20px 47px;
    margin: 40px 0 42px;
}

.section-header__title {
    margin-bottom: 0;
    text-align: left;
    font-size: var(--typeBaseSize);
}

#shopify-section-product-recommendations .index-section, #shopify-section-recently-viewed .index-section {
    border-top: 1px solid #adaeb0;
    margin-top: 44px;
    padding-top: 25px;
    margin-bottom: 15px;
}

.grid__image-ratio--portrait::before {
    padding-bottom: 150%;
}

@media only screen and (max-width:768px){
  #shopify-section-recently-viewed{ display:none; }
     
  .page-campaign #CollectionSection, #shopify-section-product-recommendations .index-section, #shopify-section-recently-viewed .index-section{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #000;
  }
  
  .page-campaign #CollectionSection .section-header__title,#shopify-section-product-recommendations .index-section .section-header__title, #shopify-section-recently-viewed .index-section .section-header__title{
    font-size: calc(var(--typeBaseSize) - 2px);
   }
  
  .grid-overflow-wrapper .grid-product__tag{
    display:none;
  }

  .grid-overflow-wrapper .grid__item:first-child {
    margin-left: 0;
  }
   
}

/* Page Templates */

.page-content, .shopify-policy__container{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.template-page .section-header{
  text-align: center; 
}

.customer-care .side-menu{
  margin-top: 5px;
  margin-bottom: 50px;
}

.customer-care #contact_form {
 	margin-bottom: 60px;
}

.customer-care p strong,
.customer-care p b,
.stockists p strong,
.stockists p b{
  color: var(--colorBorder);
  font-weight: normal; 
  text-decoration: none; 
}   

.template-page .section-header{ 
  text-align: center; 
}

.template-page .section-header h1{
  font-size: 22px;
  display: inline-block;
}

.template-page .side-menu a{
    color: var(--colorBorder);
    line-height: 26px;
    font-size: var(--typeBaseSize);
}

.template-page .side-menu a:hover{ 
  border-bottom:1px solid var(--colorBorder) !important;
}

.template-page .rte .title-text-center h1, 
.template-page .rte .title-text-center h2 {
  border-bottom: 1.5px solid var(--colorTextBody);
  display: inline-block;
}

.template-page .rte .title-text-center h3, 
.template-page .rte .title-text-center h4, 
.template-page .rte .title-text-center h5{
  color: var(--colorBorder); 
}

.template-page .rte .title-text-center p, 
.template-page .rte .title-text-center ul, 
.template-page .rte .title-text-center ol{
  text-align: left;
}
  
.template-page.stockists .rte h1, 
.template-page.stockists .rte h2{
  clear:both;
  display: block !important;
  text-align: center;
  border: 0 !important;
}
    
.template-page.stockists .rte p{ 
  width: 100%; 
  margin: 0 0 20px 0; 
  min-height: auto; 
  font-size: var(--typeBaseSize);
  line-height: 20px;
}
      
@media only screen and (min-width:769px){
  .template-page.stockists .rte p{ 
    width: 32%; 
    float: left; 
    margin: 0 1% 0 0; 
    min-height: 150px;
  }
}

.template-page.stockists .rte p a{ 
  border-bottom:0;
  text-decoration: none !important;
}

.template-page.stockists .rte p a:hover{ 
  border-bottom:1px solid var(--colorTextBody); 
}


.template-page.stockists .rte.online p{
  width: 100%; 
  float: none; 
  margin: 0 0 20px 0; 
  min-height: auto; 
  text-align:center;
}

.partners-page{
  text-align: center;
}

.partners-page img{
  max-height: 50px;
  width: auto;
  display:block;
  margin: 0 auto 50px;
}

/* About Page */

.page-about .rte p{
  font-size: var(--typeBaseSize);
  text-transform: none;
  line-height: 26px;
}

.page-about .rte p:last-child{
  margin-bottom: 15px;
}

/* Stockists Page */

.stockists .rte h1, 
.stockists .rte h2{
  clear:both;
  display: block !important;
  text-align: center;
  border: 0 !important;
}
    
.stockists .rte p{ 
  width: 100%; 
  margin: 0 0 20px 0; 
  min-height: auto; 
  font-size: var(--typeBaseSize);
  line-height: 20px;
}

 @media only screen and (min-width:769px){
  .stockists .rte p{ 
    width: 32%; 
    float: left; 
    margin: 0 1% 0 0; 
    min-height: 150px;
  }
}

.stockists .rte a{ 
  border-bottom:0;
  text-decoration: none !important;
}

.stockists .rte a:hover{ 
  border-bottom:1px solid var(--colorTextBody); 
}

.stockists .rte .online p{
  width: 100%; 
  float: none; 
  margin: 0 0 20px 0; 
  min-height: auto; 
  text-align:center;
}
  

/* Campaign Page */

.featured-campaign-container{
  margin: 0 auto;
}

@media only screen and (min-width:2100px){
  .featured-campaign-container{
    margin: 0 auto;
  }
}

.page-campaign #CollectionSection{
  border-top: 1px solid #000;  
}

.page-campaign{
  font-size:var(--typeBaseSize);
}

@media only screen and (min-width:769px){
  .page-campaign{
    padding-top: 5px;
  }
  
  .page-campaign #CollectionSection{
    border-top: 1px solid #9F979D;  
  }

}

.page-campaign p {
    font-size: var(--typeBaseSize);
    line-height: 26px;
}

.page-campaign p strong{ 
  font-weight: normal; 
}

.page-campaign .summary-text{ 
  padding-bottom: 20px;  
  max-width: 686px;
  margin: 0 auto;
}

.page-campaign .summary-text .video-wrapper {
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: auto;
  display: none; 
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 30px;
}

.page-campaign .summary-text .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper--modal {
  width: 1000px;
}

    
.page-campaign .summary-text h1, .page-campaign .summary-text h2{ display:none;}
    
.page-campaign .summary-text h3{ margin-top: 0; font-size: 18px; }
    
.page-campaign .summary-text h1.header, 
.page-campaign .summary-text h2.header, 
.page-campaign .summary-text h3.header{
      display:block;
      font-size: 22px;
      margin: 0 0 25px;
}

.page-campaign .summary-text h1.header{ 
  font-size: 22px; 
  margin-bottom: 0;
}
    
.page-campaign strong{ 
  font-weight:normal;
}
    
.page-campaign .summary-text.has-video{
  padding-bottom: 56.25%;
}

@media only screen and (max-width:912px){
  .page-campaign .summary-text.has-video{
    position: relative;
    padding-bottom: calc(56.25% + 60px);
  }
  
  .page-campaign .summary-text.has-video .video-wrapper{
    bottom: 30px;
  }
}

.page-campaign .summary-text.has-video .video-wrapper{
 	 display:block; 
}


@media only screen and (min-width:913px){

  .page-campaign .summary-text.has-video .video-wrapper iframe {
    padding: 60px 0 0 0;
  }

  .page-campaign .summary-text.has-video .video-wrapper{
    left:0;
    right:0;
    margin-left: 15px;
  }
}
  
.page-campaign .summary-text p a{
 line-height: 1.2em;
}
  
.page-campaign .view-campaign-video{
    text-decoration: none;
    border-bottom: 1px solid #050505;
    position: relative;
    cursor: pointer;
    display:inline-block;
  }

.page-campaign .rte .campaign-summary-text + [data-readmore-toggle], 
.page-campaign .rte .campaign-summary-text[data-readmore],
.template-collection .summary-text + [data-readmore-toggle],
.template-collection .summary-text[data-readmore],
.template-product .summary-text + [data-readmore-toggle],
.template-product .summary-text[data-readmore]{
    display: block;
    width: 100%;
    border-bottom: 0;
    margin-bottom: 25px;
  }

.page-campaign .rte .campaign-summary-text[data-readmore],
.template-collection .summary-text[data-readmore],
.template-product .summary-text[data-readmore]{
    height: 103px;
    overflow: hidden;
}

.template-product .summary-text{
  height: 53px;
  overflow: hidden;
}



.template-product .summary-text + [data-readmore-toggle] a{
  margin-bottom: 5px;
  color: #9F979D !important;
  border-bottom: 1.5px solid #9F979D;
}

.page-campaign .rte .campaign-summary-text[data-readmore],
.template-collection .summary-text[data-readmore],
.template-product .summary-text[data-readmore]{
  transition: height 300ms;
  overflow: hidden;
  margin: 0;
}

.page-campaign .rte .campaign-summary-text[data-readmore-toggle],
.template-collection .summary-text a[data-readmore-toggle],
.template-product .summary-text a[data-readmore-toggle]{
  display: inline;
  border-bottom: 1.5px solid var(--colorTextBody);
}


.page-campaign .section-header--with-link{
  margin-top: 30px; 
}

.page-campaign .featured-campaign-slider{
  padding-bottom: 40px;
}

.page-campaign .grid-product{
  margin-bottom: 15px;
}

.featured-campaign-slider img{
  width: 100%;
}

@media only screen and (max-width:768px){
  .featured-campaign-slider .slick-prev, 
  .campaign-featured-slider .slick-prev{
    left: 30px;
  }
  .page-campaign .rte p + [data-readmore-toggle]{
	margin-top: 25px;
  }
  
  .page-campaign .summary-text .shop-link{
   	margin-bottom: 20px; 
  }
  
  .page-campaign .featured-campaign-slider{ padding-bottom: 0;}
  
  .page-campaign #CollectionSection .section-header{
    margin: 0 0 30px 0;
  }
  
  #CollectionSection .featured-collection-slider .slick-next{
    right: 10px;
    margin-top:-10px;
  }
  
  #CollectionSection .featured-collection-slider .slick-prev{
    left: 20px;
    margin-top:-10px;
  }
  
}

/* StoryTelling */
.template-page.storytellingsummary .page-content{
  padding: 0;  
}

.template-page.storytellingsummary .section-header{
  margin-bottom: 10px;
}
  
.template-page.storytellingsummary .page-content .rte .story{
  text-align: center;
  border-top: 0.5px solid #9F979D;
  padding: 125px 0;
}

@media only screen and (max-width:768px){
  .template-page.storytellingsummary .section-header h1{
    font-size: 18px;
  }
  
  .template-page.storytellingsummary .page-content .rte .story{
    padding: 45px;
    font-size: 18px;
    line-height: 22px;
  }
}
  
.template-page.storytellingsummary .page-content .rte .story h1, 
.template-page.storytellingsummary .page-content .rte .story h1 a{
    font-size: 40px;
    line-height: 40px;
    text-decoration: none;
    border-bottom:0;
}
  
.template-page.storytellingsummary .page-content .rte .story p{ 
    text-align: center;
}

.template-page.storytellingitem #MainContent{
  margin-top: 0; 
}
   
.template-page.storytellingitem  .slide-content{
  width: 1000px; 
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width:768px){
  .template-page.storytellingitem  .slide-content h1{
    padding: 0 40px;
  }

  .template-page.storytellingitem  .slide-content .text-summary{
    font-size: 18px;
     padding: 0 40px;
  }
}

.template-page.storytellingitem h1, .template-page.storytellingitem h1 a{
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
  border-bottom:0;
}
  
.template-page.storytellingitem  .story-rich-text{
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}

.template-page.storytellingitem .text-summary p{
  margin-bottom:0;
}

.template-page.storytellingitem .rte p{
  font-size: 20px;
  line-height: 26px;
}

@media only screen and (max-width:768px){

  .template-page.storytellingitem  .story-rich-text .rte p{
   	font-size: 16px;
    line-height: 1.3em;
  }
}
  
.template-page.storytellingitem .storytelling-video{
  position: relative;
  margin: 100px auto 70px;
}

.template-page.storytellingitem .storytelling-video iframe{
  max-height: calc(100vh - 200px);
}
 
@media only screen and (min-width:769px){
  .template-page.storytellingitem .storytelling-video{
    position: relative;
    margin: 195px auto 70px;
  }

  .template-page.storytellingitem .storytelling-video iframe{
    max-height: calc(100vh - 290px);
  }
}
    
.template-page.storytellingitem .storytelling-video p{
  font-size: 15px;
  margin-top: 5px;
}

.template-page.storytellingitem .storytelling-photo {
    margin-bottom: 70px;
}

.template-page.storytellingitem .storytelling-photo img{
    margin: 50px auto 0px;
    max-width: unset;
    width: auto !important;
    height: 100%;
    max-height: calc(100vh - 200px);
}

@media only screen and (min-width:769px){
  .template-page.storytellingitem .storytelling-photo img{
    margin: 95px auto 0px;
    max-width: unset;
    width: auto !important;
    height: 100%;
    max-height: calc(100vh - 190px);
  }
}
    
.template-page.storytellingitem .storytelling-photo p{
  font-size: 14px;
  margin-top: 8px;
}
  
.template-page.storytellingitem .storytelling-photo .fp-section{
  border-bottom: 1px solid #9F979D;
}

.template-page.storytellingitem #CollectionSection{
    margin: 0px 15px 10px;
    padding-top: 25px;
}
  
@media only screen and (max-width:768px){
	.template-page.storytellingitem #CollectionSection{
      border-top: 1px solid #000;
    }
}

.template-page.storytellingitem #CollectionSection .grid-product{
  margin-bottom: 10px; 
}
  
.template-page.storytellingitem #CollectionSection .fp-tableCell{
  position: relative;
}
  
.template-page.storytellingitem #downScrollToCollection{
  display:none;
}

.template-page.storytellingitem .slide.active #downScrollToCollection{
  display:block;
}

.template-page.storytellingitem #CollectionSection .downScroll{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
  
.template-page.storytellingitem #CollectionSection .shopCollectionTitle{
  position: relative;
  z-index: 9;
  cursor: pointer;
}

/* Archive */

.template-page .campaign-archive .section-header{
  margin-bottom: 10px;
}

.template-page .campaign-archive.page-content .rte .story{
    text-align: center;
    border-top: 0.5px solid #9F979D;
    padding: 20px 0 17px;
    margin: 0;
}

.template-page .campaign-archive.page-content .rte a{
   text-decoration: none;
    border-bottom:0;
}

.template-page .campaign-archive.page-content .rte h1,
.template-page .campaign-archive.page-content .rte a{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0;
}

.template-page .campaign-archive.page-content .rte span{
    display:block;
    font-size: 15px;
    line-height: 30px;
}

/* Search */

.template-search .search-bar--page .btn,
#newsletter-newsletter-popup .input-group-btn .btn{
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1.5px solid;
  padding-right: 0;
  text-align: right;
}

.template-search .search-bar--page{
  margin-bottom: 20px;
}

.template-search .search-bar--page .icon{
  width: 16px;
  height: 16px;
}

.grid-search__page-link{
  background:  var(--colorBody) !important;
}


/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 25px;
    height: 20px;
    margin-top: -10px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
  background: url(//cdn.shopify.com/s/files/1/1551/6191/t/17/assets/ArrowLeft_50x.png?v=146743190219142355461615250857) no-repeat;
  background-size: 25px auto;
  left: 20px;
  /* cursor: url(//cdn.shopify.com/s/files/1/1551/6191/t/17/assets/ArrowLeft_25x.png?v=146743190219142355461615250857), auto;
  width: 15%;
  height: 100vh;
  top: 0;
  left: 0;
  cursor: -webkit-image-set(url(//cdn.shopify.com/s/files/1/1551/6191/t/17/assets/ArrowLeft_25x.png?v=146743190219142355461615250857) 1x, url(//cdn.shopify.com/s/files/1/1551/6191/t/17/assets/ArrowLeft.png?v=146743190219142355461615250857) 2x) 0 0, pointer;
  */
}
.fp-controlArrow.fp-next {
  background: url(//cdn.shopify.com/s/files/1/1551/6191/t/17/assets/ArrowRight_50x.png?v=42710118677575695811615250857) no-repeat;
  background-size: 25px auto;
  right: 20px;
  /* cursor: url(//cdn.shopify.com/s/files/1/1551/6191/t/17/assets/ArrowRight_25x.png?v=42710118677575695811615250857), auto;
  width: 15%;
  height: 100vh;
  top: 0;
  right: 0;
  cursor: -webkit-image-set(url(//cdn.shopify.com/s/files/1/1551/6191/t/17/assets/ArrowRight_25x.png?v=42710118677575695811615250857) 1x, url(//cdn.shopify.com/s/files/1/1551/6191/t/17/assets/ArrowRight.png?v=42710118677575695811615250857) 2x) 0 0, pointer;
  */
}
.fp-controlArrow.fp-down {
    cursor: url(//cdn.shopify.com/s/files/1/1551/6191/t/17/assets/ArrowDown_20x.png?v=175029963029517122081615250856), auto;
    width: 70%;
    height: 50vh;
    bottom: 0;
    right: 0;
    top: auto;
    cursor: -webkit-image-set(url(//cdn.shopify.com/s/files/1/1551/6191/t/17/assets/ArrowDown_20x.png?v=175029963029517122081615250856) 1x, url(//cdn.shopify.com/s/files/1/1551/6191/t/17/assets/ArrowDown.png?v=175029963029517122081615250856) 2x) 0 0, pointer;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 10px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
  opacity:1;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 5px;
    width: 5px;
    border: 0;
    background: #050505;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity:0.18;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 5px;
    height: 5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Loading */

#loading-animation{
    background-color: var(--colorBody);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

#loading-animation .loading-logo{
  display:flex;
  display: -webkit-flex; 
  width: 100%;
  height: 100%;
  align-items: center;
  text-align: center;
}
    
#loading-animation .loading-logo img{
  height: 140px;
  width: auto;
  margin: 0 auto;
}

@media only screen and (max-width:768px){
   #loading-animation .loading-logo img{
      height: 70px;
  }
}

.loaded #loading-animation{
    display: none;
}

/* Landing */

#landing-section{
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#landing-section .landing-logo{
  height: 100%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display:flex;
  display: -webkit-flex; 
}
    
#landing-section .landing-logo .logo-bk{ 
  height: 100%;
  position: absolute;
  left:0;
  right: 0;
  top:0;
  bottom:0;
  display: none;
}
 
@media only screen and (min-width:1050px){
  #landing-section .landing-logo .logo-bk.desktop--show{ 
    display:block; 
  }
}

@media only screen and (min-width:769px) and (max-width:1049px) {
  #landing-section .landing-logo .logo-bk.tablet--show{
    display:block; 
  }
}

@media only screen and (max-width:768px){
  #landing-section .landing-logo .logo-bk.mobile--show{ 
    display:block; 
  }
}
    
#landing-section .landing-logo .logo-bk img{
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  width: auto;
}
  
#landing-section .landing-gif{
  display: flex; 
  width: 100%;
  height: 100%;
  align-items: center;
  text-align: center;
}

#landing-section .landing-gif a{
  display: block;
  margin: 0 auto;
}
    
#landing-section .landing-gif img{
  height: auto;
  width: 962px;
  margin: 0 auto;
  max-width: 100%;
  max-height: unset;
}

.landing-logo a{
  cursor: pointer;
}
