/** Shopify CDN: Minification failed

Line 12:12 Expected identifier but found whitespace
Line 12:14 Unexpected "{"
Line 12:23 Expected ":"

**/
div.header__logo,
div.header__logo img,
div.header__logo span,
.sticky_nav .menu-position--block .header__logo {
  max-width: {{ section.settings.logo_display_width | append: 'px' }};
}

.dropdown__footer {
  padding: 0 1.5em;
}

.dropdown__footer .footer-2-menus{
  display: grid;
  grid-template-columns: repeat(2,1fr);
}

.dropdown__footer .footer-2-menus > *{
  flex-basis: 0 50%;
}

.dropdown__footer .footer-menu {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  padding: 1.5em 0;
}

.footer-2-menus.columns--even {
  flex-direction: row !important;
}

.dropdown__footer .footer-menu > *,
.dropdown__footer .footer-2-menus > *{
  flex-basis: calc(100% / 2);
}

.dropdown__footer .social_icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.dropdown__footer .footer-menu li {
  margin: 0 0 1em 0;
  font-family: Oswald, sans-serif;
  font-size: var(--text-bigger);
  font-weight: 300;
}

.dropdown__footer .social_icons li {
  padding: .85em;
  background-color: #f4729e;
  max-height: 40px;
  display: flex;
  max-width: 40px;
  border-radius: 10px;
}

.dropdown__footer .social_icons li:not(.dropdown__footer .social_icons:first-child) {
  margin-right: .5em;
}

.dropdown__footer .social_icons li [class^="icon-"]::before {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  right: 8px;
  top: -5px;
}
.list-ad-info li, .link--contact {
  color: #818080;
}

.list-ad-info li:first-child {
  margin-bottom: .45em;
}

.dropdown__footer hr {
  margin: 2em 0 3em;
  border-color: #d3d3d3;
}

.dropdown__footer .sprinkled-btn span {
  padding: 0.5em
}

.btn-wrapper strong {
  text-transform: uppercase;
  display: block;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 1em;
  font-size: 1rem;
}

.btn-wrapper .sprinkled-btn{
  border-radius: 15px;
}

.dropdown {
  width: 100%;
  z-index: 1000;
  background: #fff;
  overflow-y: scroll;
}

.vertical-menu .sprinkled-btn span {
  padding: .35em 0;
  font-family: Oswald, sans-serif;
  letter-spacing: .5px;
  font-size: 1rem;
}

.search_container .search_form input:focus,
.search_container .search_form input:hover {
    color: #000;
  background: #fff;
  transition: .35s ease;
}

.is-stuckToBottom {
  position: fixed !important;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 1.5em 1.5em 0.5em 1.5em;
  background: #ffffff;
}
.dropdown-mobile__wrapper {
  max-height: calc(100vh - 154px);
  overflow-x: hidden;
  overflow-y: scroll;
} 
  
@media screen and (max-width: 798px){
  #header .top_bar {
    padding: 0 1.5em;
  }

  .dropdown > * {
    position: relative;
    overflow-y: auto;
  }

  #mobile_menu a {
    font-size: calc(var(--text-bigger) * 1.35);
    border-bottom: 1px solid #d3d3d3;
    padding: 1em .25em;
    font-weight: 400;
    letter-spacing: 1px;
  }

  #mobile_menu .icon-down-arrow::before{
    font-weight: bold;
    font-size: 19px;
  }
    
  .header_search_form {
    width: 80%;
    margin: 0 auto 30px auto;
    padding: 34px 0 0 0;
    position: relative;
    border-bottom: solid 1px #363636;
    overflow: visible;
  }

  .header_search_form input{
    padding-left: 2em;
  }
}

.dropdown_content p, .dropdown_content a, .dropdown_content a:hover, .dropdown_content a:active {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0;
}

.menu-block__list li:first-child  a{
  font-family: Oswald, sans-serif;
}

.td-header_search_form_oddit input {
    border: solid 1px #1818184D;
    padding: 3px 36px 3px 14px !important;
    font-family: Sofia;
    font-weight: 400;
    letter-spacing: .2px;
    font-size: 13px;
    line-height: 14px;
    height: 38px;
    min-height: 38px !important;
    margin: 0;
}

.search-container {
    max-width: 244px !important;
    padding: 0;
}

[data-nav-title] {
    font-family: 'Sofia';
    font-weight: 400;
    letter-spacing: -0.1px;
    color: black !important;
}

.td-icon-down-arrow {
    padding-left: 4px;
}

.td-header_search_form_oddit {
    min-width: 244px;
    position: relative;
    margin: 0;
}

.td-search--wrapper {
  display: flex;
  height: 60px;
  padding: 0 10px 2px;
  align-items: center;
  justify-content: center;
}

.td-search-icon {
    position: absolute;
    z-index: 1000;
    color: #363636;
    font-size: 20px;
    top: 9px;
    right: 16px;
    cursor: pointer;
}

.nav-desktop__tier-1  {
  padding: 0 16px !important;
}

.header_search_form_oddit--user_icon {
    font-size: 19px !important;
}

.td-header-container {
    width: 100%;
    max-width: 1600px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    margin: 0 auto;
}

.td-header__search {
    display: flex;
    justify-content: start;
    align-items: center;
}

.search__results {
  right: auto !important;
  left: 0 !important;;
}

.see-all a {
  padding: 10px !important;
  justify-content: space-between !important;
}

.logo--image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.td-sp-button {
    font-family: 'Sofia';
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    padding: 8px 16px;
    gap: 8px;
    border-radius: 4px;
    background-color: #c00f4a;
    color: white !important;
    text-transform: uppercase;
    width: fit-content;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.promo-banner {
    background-color: #c00f4a !important;
    color: white !important;
}

.promo-slides {
    color: white !important;
    font-family: 'Sofia';
    font-weight: 600;
    font-size: 16px;
}

.promo-slides a {
  color: white !important;
  text-decoration: underline !important;
}

@media screen and (max-width: 798px){ 
    .promo-slides {
        font-size: 12px;
    }

    .promo-banner--show .promo-banner {
        min-height: 38px !important;
    }
}

@media screen and (max-width: 500px){
    #mobile_menu a {
      font-size: var(--text-bigger);
    }
  
    #mobile_menu .icon-down-arrow::before {
      font-size: 15px;
    }
  
    .mobile_nav-fixed--true .top_bar svg {
      width: 22px;
    }
  
    .mobile_nav-fixed--true .top_bar svg{
      position: relative;
      top: 1px;
    }
  
    .mini_cart.dropdown_link {
      margin-left: 1em;
      padding: 0;
    }
  }