/**
 * ----------------------------------------------------------------------------
 * Custom fixes
 * ----------------------------------------------------------------------------
 */
/*! Avalanche | MIT License | @colourgarden */
.field__input {
  border-radius: 0; }

button,
.Button,
.Button--primary,
.Button--full,
.Button--secondary {
  text-transform: uppercase; }

/**
 * ----------------------------------------------------------------------------
 * Header
 * ----------------------------------------------------------------------------
 */
.Header__Icon div {
  font-weight: bold;
  font-size: 9px;
  padding-top: 6px;
  text-transform: uppercase; }

.desktop-cart-icon {
  display: inline-block;
  position: relative;
  top: -2px; }

.desktop-search-icon .Icon,
.desktop-account-icon .Icon {
  margin-top: -2px;
  zoom: 1.35; }

.desktop-account-icon .Icon {
  margin: -2px 3px 0 0;
  zoom: 1.25; }

.custom-mobile-menu {
  list-style: none; }
  .custom-mobile-menu li {
    float: left;
    margin: 0 0 4px 12px; }
    .custom-mobile-menu li:last-child a {
      bottom: -1px; }
      .custom-mobile-menu li:last-child a span {
        font-size: 29px; }
    .custom-mobile-menu li a {
      margin-bottom: 0; }
  .custom-mobile-menu span {
    font-size: 28px; }

/**
 * ----------------------------------------------------------------------------
 * Cart
 * ----------------------------------------------------------------------------
 */
#shopify-section-cart-template .Cart--expanded .Cart__Recap button {
  float: right; }

/**
 * ----------------------------------------------------------------------------
 * Slide Cart
 * ----------------------------------------------------------------------------
 */
.Cart__ShippingNotice.Text--subdued {
  border-top: 1px solid #ddd;
  font-weight: bold; }

.Drawer__slot {
  color: white;
  border-bottom: 1px solid #ddd;
  /* apply custom styling here */
  background: #26abe2;
  max-height: 30px; }

/**
 * ----------------------------------------------------------------------------
 * Mobile menu
 * ----------------------------------------------------------------------------
 */
.Linklist__Item.Linklist__Item--seperator {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 15px; }

/**
 * ----------------------------------------------------------------------------
 * Homepage
 * ----------------------------------------------------------------------------
 */
@media screen and (min-width: 641px) {
  .CollectionList--spaced .CollectionItem {
    padding: 5px; }

  .CollectionList--spaced {
    margin: 5px; }

  .shopify-section--bordered > .Section--spacingNormal {
    padding: 40px 0; }

  .SectionHeader:not(:only-child) {
    margin-bottom: 40px; }

  #shopify-section-blog-posts .ArticleList {
    margin-bottom: -150px; } }
.CollectionItem {
  display: block !important;
  margin-bottom: 20px; }

/**
 * ----------------------------------------------------------------------------
 * Product - stock
 * ----------------------------------------------------------------------------
 */
.ProductForm__Inventory--low-in-stock {
  color: #fb4242; }

.ProductForm__Inventory--medium-in-stock {
  color: #ed990e; }

.ProductForm__Inventory--high-in-stock {
  color: #1f9b0e; }

/**
 * ----------------------------------------------------------------------------
 * Product - styling fixes - 100% width
 * ----------------------------------------------------------------------------
 */
@media screen and (min-width: 1240px) {
  .Product__InfoWrapper--new {
    padding-top: 50px; } }
@media screen and (min-width: 1240px) {
  .Product__InfoWrapper--new {
    height: auto !important;
    max-height: initial !important; }

  .Product__Aside--new {
    margin-top: -50px;
    max-width: 100%;
    min-height: 0 !important;
    padding: 0 50px;
    top: 0; } }
@media screen and (min-width: 641px) {
  .Product__Info--noGallery {
    top: auto !important; } }
@media screen and (max-width: 1007px) {
  .Product__Info,
  .Product__Aside--new {
    max-width: none;
    padding: 0 24px; }

  .Product__InfoWrapper--new .Container {
    padding: 0; }

  .Product__Aside--new .Grid-Custom .Grid__Cell {
    padding: 0 0 0 24px; } }
/**
 * ----------------------------------------------------------------------------
 * Fix by vendor
 * ----------------------------------------------------------------------------
 */
.reveal .hidden {
  display: block !important;
  visibility: visible !important; }

.product:hover .reveal img {
  opacity: 1; }

.reveal {
  position: relative; }

.reveal .hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.reveal:hover .hidden {
  z-index: 100000;
  opacity: 1; }

.reveal .caption {
  position: absolute;
  top: 0;
  display: table;
  width: 100%;
  height: 100%;
  background-color: white;
  /* fallback for IE8 */
  background-color: rgba(255, 255, 255, 0.7);
  font: 13px/1.6 sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
  text-rendering: optimizeLegibility; }

.reveal .hidden .caption .centered {
  display: table-cell;
  vertical-align: middle; }

@media (min-width: 480px) and (max-width: 979px) {
  .reveal .caption {
    font-size: 11px; } }
.CollectionInner__Products [data-desktop-count="2"] .ProductItem__Image,
.CollectionInner__Products [data-desktop-count="3"] .ProductItem__Image {
  max-width: none;
  width: 100%; }

.ProductItem__Info .ProductItem__Color {
  display: block;
  font-size: 10px; }

/**
 * ----------------------------------------------------------------------------
 * Product - USP
 * ----------------------------------------------------------------------------
 */
.USP__Custom {
  background: #ECF4EF;
  list-style: none;
  margin-top: 20px;
  padding: 10px; }

.USP__Custom__list:before {
  content: '\2713';
  display: inline-block;
  color: #1f9b0e;
  padding: 0 6px 0 0; }
.USP__Custom__list.USP__Custom__list--link:before {
  content: ""; }
.USP__Custom__list.USP__Custom__list--link:hover {
  text-decoration: underline; }

/**
 * ----------------------------------------------------------------------------
 * Custom fixes
 * ----------------------------------------------------------------------------
 */
.Grid-Custom .Grid__Cell {
  padding: 12px; }

.SectionHeader__Description {
  max-width: none;
  margin-bottom: 24px; }

.template-cart .PageTransition {
  display: none; }

/**
 * ----------------------------------------------------------------------------
 * Storelocator
 * ----------------------------------------------------------------------------
 */
.location-list #addresses_list ul {
  display: flex;
  flex-flow: row wrap;
  position: relative; }
  .location-list #addresses_list ul li {
    flex: 0 1 calc(50% - 8px); }
  @media screen and (min-width: 641px) {
    .location-list #addresses_list ul li {
      flex: 0 1 calc(33% - 8px); } }
  @media screen and (min-width: 1008px) {
    .location-list #addresses_list ul li {
      flex: 0 1 calc(20% - 8px); } }

.search-container .search_bar {
  margin-left: 12px; }
.search-container .search_options {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  width: 80%; }
  .search-container .search_options .main_search_bar {
    flex: 0 1 calc(50% - 8px); }
  @media screen and (min-width: 1008px) {
    .search-container .search_options .main_search_bar {
      flex: 0 1 550px; } }
  .search-container .search_options input,
  .search-container .search_options select {
    width: 100%; }
.search-container #map_search_filters {
  display: none; }
.search-container .search_limit {
  display: none; }
.search-container input {
  padding: 8px 8px 8px 0;
  border: 0; }
.search-container select {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px; }
@media screen and (min-width: 1008px) {
  .search-container #search_submit {
    left: 503px;
    position: relative;
    top: -32px;
    font-weight: bold; }
  .search-container #btn-clear-search {
    left: 470px;
    position: relative;
    top: -63px;
    font-weight: bold;
    color: red; } }

/*
  Homepage clickable block
*/
.CollectionItem:hover {
  cursor: pointer; }

.CollectionItem:hover .CollectionItem__ImageWrapper {
  -webkit-transform: scale(1);
  transform: scale(1); }

/*
  Chat support
*/
@media screen and (max-width: 640px) {
  .src-component-launcher-WidgetLauncher-label {
    display: none; } }
/*
  size-chart
*/
.size-chart-open-popup {
  float: right;
  font-size: 14px;
  font-style: italic;
  margin: -5px 10px 4px 0; }
  .size-chart-open-popup:hover {
    color: black;
    text-decoration: underline; }

#size-chart {
  width: 600px; }
  #size-chart h1 {
    border-bottom: 2px solid black;
    font-weight: bold; }
  #size-chart table:first-of-type {
    margin-bottom: 36px; }
  #size-chart table {
    font-size: 12px;
    width: 600px; }
    #size-chart table tr:first-of-type {
      font-weight: bold;
      font-size: 14px; }
    #size-chart table td:nth-of-type(1) {
      width: 30px !important; }
    #size-chart table td:nth-of-type(2) {
      border-right: 1px solid black;
      width: 65px !important; }
    #size-chart table td:nth-of-type(3) {
      padding-left: 20px; }
    #size-chart table td {
      width: 50px !important; }
    #size-chart table td:nth-of-type(5) {
      width: 110px !important; }

/* Hide double klarna logo */
svg[aria-labelledby="pi-klarna-pay-now"] {
  display: none; }

.HorizontalList__Item {
  margin: 0; }
  .HorizontalList__Item svg {
    margin: 6px 8px 6px 8px; }

/* Timeline */
.timeline--header {
  margin: 20px 0 10px 0; }

/**
 * ----------------------------------------------------------------------------
 * Custom Tags
 * ----------------------------------------------------------------------------
 */
.Tag__custom {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1; }
  .Tag__custom.Tag__custom--pdp {
    left: 0;
    top: 0; }

.Tag__custom--Peta_Icon {
  top: 90%; }
  .Tag__custom--Peta_Icon.Tag__custom--carousel {
    left: 0px;
    top: 85%; }
  .Tag__custom--Peta_Icon.Tag__custom--highlight {
    left: 120px;
    top: 90%; }
  .Tag__custom--Peta_Icon.Tag__custom--pdp {
    left: 0;
    top: 90%; }
  .Tag__custom--Peta_Icon.Tag__custom--pop {
    left: 0;
    top: 89%; }

.Tag__custom--Sale_50_SS19_3 {
  left: 130px;
  position: absolute;
  top: 90%;
  z-index: 1; }
  .Tag__custom--Sale_50_SS19_3.Tag__custom--carousel {
    left: 130px;
    top: 85%; }
  .Tag__custom--Sale_50_SS19_3.Tag__custom--highlight {
    left: 120px;
    top: 90%; }
  .Tag__custom--Sale_50_SS19_3.Tag__custom--pdp {
    left: 250px;
    top: 90%; }
  .Tag__custom--Sale_50_SS19_3.Tag__custom--pop {
    left: 0;
    top: 89%; }

@media screen and (min-width: 1240px) {
  .Tag__custom--Peta_Icon.Tag__custom--pdp {
    top: 90%;
    left: 120px; } }
@media screen and (min-width: 1380px) {
  .Tag__custom--Peta_Icon.Tag__custom--pdp {
    top: 90%; } }
@media screen and (min-width: 1500px) {
  .Tag__custom--Peta_Icon.Tag__custom--pdp {
    top: 95%; } }
@media screen and (min-width: 1240px) {
  .Tag__custom.Tag__custom--pdp {
    left: 0;
    top: 0; } }
@media screen and (max-width: 1024px) {
  .Tag__custom.Tag__custom--pdp {
    left: 0px;
    top: 0px; } }
@media screen and (max-width: 1024px) {
  .Tag__custom--pdp {
    left: 0px !important;
    top: 0px !important; } }
