@charset "UTF-8";
.two-columns,
.three-columns,
.four-columns,
.aside-column,
.column-aside, .profile-layout, .product-layout, .season-cta,
.club-shop, .categories2, .rating-store, .category-layout, .cart-layout, .froddo-advantages, .brand-froddo {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 2vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  17% {
    -webkit-transform: translateX(-0.5rem) translateZ(0);
            transform: translateX(-0.5rem) translateZ(0);
  }
  33% {
    -webkit-transform: translateX(0.5rem) translateZ(0);
            transform: translateX(0.5rem) translateZ(0);
  }
  50% {
    -webkit-transform: translateX(-0.5rem) translateZ(0);
            transform: translateX(-0.5rem) translateZ(0);
  }
  67% {
    -webkit-transform: translateX(0.5rem) translateZ(0);
            transform: translateX(0.5rem) translateZ(0);
  }
  83% {
    -webkit-transform: translateX(-0.5rem) translateZ(0);
            transform: translateX(-0.5rem) translateZ(0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  17% {
    -webkit-transform: translateX(-0.5rem) translateZ(0);
            transform: translateX(-0.5rem) translateZ(0);
  }
  33% {
    -webkit-transform: translateX(0.5rem) translateZ(0);
            transform: translateX(0.5rem) translateZ(0);
  }
  50% {
    -webkit-transform: translateX(-0.5rem) translateZ(0);
            transform: translateX(-0.5rem) translateZ(0);
  }
  67% {
    -webkit-transform: translateX(0.5rem) translateZ(0);
            transform: translateX(0.5rem) translateZ(0);
  }
  83% {
    -webkit-transform: translateX(-0.5rem) translateZ(0);
            transform: translateX(-0.5rem) translateZ(0);
  }
}
.category-banner > [class*=content], .ad-banner-right > [class*=content], .ad-banner > [class*=content], .ad-banner-center > [class*=content] {
  align-self: flex-end;
  grid-area: banner;
  padding: 4vw;
  z-index: 2;
}

.ad-banner-right > [class*=content], .ad-banner > [class*=content], .ad-banner-center > [class*=content] {
  width: clamp(27em, 50%, 100% - 6vw);
}

.category-banner, .ad-banner-right, .ad-banner, .ad-banner-center {
  color: #fff;
  display: grid;
  grid-template-areas: "banner";
  margin: 1rem 0;
  place-items: center center;
  text-align: center;
}
.category-banner > img, .ad-banner-right > img, .ad-banner > img, .ad-banner-center > img {
  display: block;
  grid-area: banner;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
}
.category-banner:focus, .ad-banner-right:focus, .ad-banner:focus, .ad-banner-center:focus, .category-banner:hover, .ad-banner-right:hover, .ad-banner:hover, .ad-banner-center:hover {
  text-decoration: none;
}

.ad-banner-right, .ad-banner, .ad-banner-center {
  color: inherit;
  position: relative;
  text-shadow: 0 0.1em 0.1em rgba(255, 255, 255, 0.25);
}
.ad-banner-right > [class*=content], .ad-banner > [class*=content], .ad-banner-center > [class*=content] {
  color: #fff;
}
.ad-banner-right h2, .ad-banner h2, .ad-banner-center h2 {
  font-size: 1.625rem;
  margin-top: calc(1.7 * 1rem);
}
@media (min-width: 55.5em) {
  .ad-banner-right h2, .ad-banner h2, .ad-banner-center h2 {
    font-size: 2.0625rem;
  }
}
.ad-banner-right::after, .ad-banner::after, .ad-banner-center::after {
  background-color: rgba(48, 57, 69, 0.6);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.ad-banner-right h2 + p, .ad-banner h2 + p, .ad-banner-center h2 + p {
  margin-top: 0;
}

.ad-banner {
  justify-items: flex-start;
  text-align: left;
}
.ad-banner h2 {
  text-align: left;
}

.ad-banner-right {
  justify-items: flex-end;
  text-align: right;
}
.ad-banner-right h2 {
  text-align: right;
}

.product-link, .hero-categories .categories a {
  margin: 10px 0;
  overflow-wrap: anywhere;
  padding: 0 0 1rem;
  position: relative;
  -webkit-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: transform, color;
  transition-property: transform, color, -webkit-transform;
}
.product-link::after, .hero-categories .categories a::after {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  outline: 1px solid #c9d0dd;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(0) translateZ(0) scaleY(1);
          transform: translateY(0) translateZ(0) scaleY(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
  -webkit-transition-property: outline-color, -webkit-transform;
  transition-property: outline-color, -webkit-transform;
  transition-property: transform, outline-color;
  transition-property: transform, outline-color, -webkit-transform;
  width: 100%;
  z-index: -2;
}
.product-link:focus, .hero-categories .categories a:focus, .product-link:hover, .hero-categories .categories a:hover {
  text-decoration: none;
  -webkit-transform: translateY(-10px) translateZ(0);
          transform: translateY(-10px) translateZ(0);
}
.product-link:focus::after, .hero-categories .categories a:focus::after, .product-link:hover::after, .hero-categories .categories a:hover::after {
  outline-color: #98a1ad;
  -webkit-transform: translateY(0) translateZ(0) scaleY(1.05);
          transform: translateY(0) translateZ(0) scaleY(1.05);
}

.new-collection > ul a, .new-collection-aside a, .navbar-link, .new-collection-aside .new-collection-home {
  color: inherit;
  overflow: visible;
  padding-left: 1.6rem;
  position: relative;
  white-space: nowrap;
}
.new-collection > ul a::before, .new-collection-aside a::before, .navbar-link::before, .new-collection-aside .new-collection-home::before {
  background-color: #ecf0f7;
  border-radius: 10em;
  content: "";
  display: block;
  height: 3.2rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateZ(0) translateY(-1.4rem) scale(0);
          transform: translateZ(0) translateY(-1.4rem) scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
  transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  width: 3.2rem;
  z-index: -1;
}
.new-collection > ul a:focus::before, .new-collection-aside a:focus::before, .navbar-link:focus::before, .new-collection-aside .new-collection-home:focus::before, .new-collection > ul a:hover::before, .new-collection-aside a:hover::before, .navbar-link:hover::before, .new-collection-aside .new-collection-home:hover::before, .new-collection > ul a:active::before, .new-collection-aside a:active::before, .navbar-link:active::before, .new-collection-aside .new-collection-home:active::before {
  opacity: 1;
  -webkit-transform: translateZ(0) translateY(-1.4rem) scale(1);
          transform: translateZ(0) translateY(-1.4rem) scale(1);
}
.new-collection > ul a:focus::before, .new-collection-aside a:focus::before, .navbar-link:focus::before, .new-collection-aside .new-collection-home:focus::before, .new-collection > ul a:active::before, .new-collection-aside a:active::before, .navbar-link:active::before, .new-collection-aside .new-collection-home:active::before {
  background-color: #bfe28f;
}

.new-collection-aside .new-collection-home::before {
  background-color: #bfe28f;
}
.new-collection-aside .new-collection-home:focus, .new-collection-aside .new-collection-home:hover, .new-collection-aside .new-collection-home:active {
  color: #699a24;
}
.new-collection-aside .new-collection-home:focus::before, .new-collection-aside .new-collection-home:hover::before, .new-collection-aside .new-collection-home:active::before {
  background-color: #bfe28f;
}

.discount-1plus1 {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-dasharray%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-opacity%3D%22.2%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E") -20% -40%/50% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-dasharray%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-opacity%3D%22.2%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E") 115% 220%/70% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22%23000%22%20fill-opacity%3D%22.06%22%2F%3E%3C%2Fsvg%3E") -30% -40%/50% auto no-repeat #f7f9fc;
}

.froddo-brand, .hero-content a:focus, .hero-content a:hover, .brand-froddo::before, footer[role=contentinfo] {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-dasharray%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-opacity%3D%22.2%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E") left 90% bottom 120%/25% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-dasharray%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-opacity%3D%22.2%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E") -10% 140%/40% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-dasharray%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-opacity%3D%22.2%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E") -7% 115%/30% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22%23000%22%20fill-opacity%3D%22.06%22%2F%3E%3C%2Fsvg%3E") -5% 120%/30% auto no-repeat #f7f9fc;
}

.profile-layout .sidebar section {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-dasharray%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-opacity%3D%22.2%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E") -15% -15%/65% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22%23000%22%20fill-opacity%3D%22.06%22%2F%3E%3C%2Fsvg%3E") -20% -10%/60% auto no-repeat #f7f9fc;
}

.froddo-club {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-dasharray%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-opacity%3D%22.3%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E") -20% -40%/50% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-dasharray%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-opacity%3D%22.3%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E") 115% 220%/70% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22%23fff%22%20fill-opacity%3D%22.06%22%2F%3E%3C%2Fsvg%3E") -30% -40%/50% auto no-repeat #303945;
  color: #fff;
}

.curated::before,
.free-delivery-box {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-dasharray%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-opacity%3D%22.3%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E") -20% -40%/30% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-dasharray%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-opacity%3D%22.3%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E") 115% 220%/40% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-dasharray%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-opacity%3D%22.3%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E") 5% 30%/15% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22%23fff%22%20fill-opacity%3D%22.06%22%2F%3E%3C%2Fsvg%3E") -30% 120%/40% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22%23fff%22%20fill-opacity%3D%22.06%22%2F%3E%3C%2Fsvg%3E") 80% 90%/15% auto no-repeat #303945;
  color: #fff;
}

.hero-categories .categories a {
  position: relative;
}
.hero-categories .categories a::before {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23cef29b%22%20stroke-dasharray%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-opacity%3D%221%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E") 18% 12%/0% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23cef29b%22%20stroke-dasharray%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-opacity%3D%221%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E") 14% 16%/0% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23cef29b%22%20stroke-dasharray%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-opacity%3D%221%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E") 84% 24%/0% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23cef29b%22%20stroke-dasharray%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-opacity%3D%221%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E") 92% 28%/0% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23cef29b%22%20stroke-dasharray%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-opacity%3D%221%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E") 14% 126%/0% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23cef29b%22%20stroke-dasharray%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-opacity%3D%221%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E") 8% 144%/0% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22%238dc63f%22%20fill-opacity%3D%221%22%2F%3E%3C%2Fsvg%3E") 8% 14%/0% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22%238dc63f%22%20fill-opacity%3D%221%22%2F%3E%3C%2Fsvg%3E") 80% 32%/0% auto no-repeat, url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22%238dc63f%22%20fill-opacity%3D%221%22%2F%3E%3C%2Fsvg%3E") 20% 120%/0% auto no-repeat;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: auto;
  -webkit-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transition: background 0.5s ease-in-out 0s;
  transition: background 0.5s ease-in-out 0s;
  -webkit-transition-property: background-size, -webkit-transform;
  transition-property: background-size, -webkit-transform;
  transition-property: background-size, transform;
  transition-property: background-size, transform, -webkit-transform;
  width: 100%;
  z-index: -1;
}
.hero-categories .categories a:focus::before, .hero-categories .categories a:hover::before {
  background-size: 20% auto, 24% auto, 34% auto, 36% auto, 60% auto, 70% auto, 20% auto, 36% auto, 60% auto;
  -webkit-transform: translateY(5%) translateZ(0);
          transform: translateY(5%) translateZ(0);
}

.club-card-info {
  display: grid;
  grid-template-columns: fit-content(50%) auto;
}
.club-card-info dt {
  grid-column: 1;
  text-align: right;
}
.club-card-info dt::after {
  content: ":";
}
.club-card-info dd {
  grid-column: 2;
}

.past-invites ul,
.product-filter-items {
  max-height: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0) scaleY(0);
          transform: translateZ(0) scaleY(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease, cubic-bezier(0, 1, 0, 1);
          transition-timing-function: ease, cubic-bezier(0, 1, 0, 1);
  -webkit-transition-property: max-height, -webkit-transform;
  transition-property: max-height, -webkit-transform;
  transition-property: transform, max-height;
  transition-property: transform, max-height, -webkit-transform;
}

.product-filter [id^=facet-]:checked ~ .product-filter-items, .past-invites [type=checkbox]:checked + label + ul,
.past-invites [type=checkbox]:checked + label + .product-filter-items {
  max-height: 70em;
  overflow: scroll;
  -webkit-transform: translateZ(0) scaleY(1);
          transform: translateZ(0) scaleY(1);
  -webkit-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s;
  -webkit-transition-timing-function: ease, cubic-bezier(1, 0, 1, 0);
          transition-timing-function: ease, cubic-bezier(1, 0, 1, 0);
}

.past-invites [type=checkbox] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
.past-invites [type=checkbox] + label {
  position: relative;
}
.past-invites [type=checkbox] + label::after {
  color: #8dc63f;
  content: "+";
  display: block;
  font-size: 1.5625rem;
  position: absolute;
  right: 2vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.past-invites [type=checkbox]:checked + label::after {
  content: "–";
}
.product-filter {
  border-bottom: 1px solid #c9d0dd;
  margin: 0;
}

.product-filter [id^=facet-] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
.product-filter [id^=facet-]:focus-visible + label {
  outline: 2px solid;
}
.product-filter [id^=facet-]:checked + label::after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}
.product-filter [id^=facet-]:checked ~ .product-filter-items {
  max-height: 26rem;
  overflow: visible;
}
.product-filter [id^=facet-]:checked ~ .product-filter-items:focus-within {
  max-height: 26rem;
  overflow: visible;
}

.product-filter [id^=facet-] + label {
  cursor: pointer;
  font-size: 1.125rem;
  padding: 1.4rem;
}
.product-filter [id^=facet-] + label::after {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%226.4%22%20version%3D%221.1%22%20viewBox%3D%22-2.417%20-2.433%2010%206.4%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m6.583-1.233-4%204.001-4-4.001%22%20fill%3D%22none%22%20stroke%3D%22%23303945%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") 50%/0.64em auto no-repeat;
  color: #8dc63f;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateX(0);
          transform: translateY(-50%) rotateX(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  width: 1em;
  z-index: 1;
}

.curated, .brand-froddo {
  position: relative;
}
.curated::before, .brand-froddo::before {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  padding: 0;
  position: absolute;
  right: 50%;
  top: 0;
  margin: 0 calc(10px - 50vw) 0 -50vw;
  z-index: -1;
}

[class^=carousel-button] {
  background: #303945 -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 2.5em 50%/1.3em 0.24em no-repeat;
  background: #303945 linear-gradient(#fff, #fff) 2.5em 50%/1.3em 0.24em no-repeat;
  display: block;
  min-width: 0;
  padding: 3em;
  position: relative;
  -webkit-transform: rotateY(0deg) scale(0.8) translateZ(0) perspective(1px);
          transform: rotateY(0deg) scale(0.8) translateZ(0) perspective(1px);
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: background, transform;
  transition-property: background, transform, -webkit-transform;
}
[class*=next][class^=carousel-button] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transform: rotateY(180deg) translateZ(0);
          transform: rotateY(180deg) translateZ(0);
}
[class^=carousel-button]::before {
  display: block;
  height: 0;
  width: 0;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-right: 0.8em solid #fff;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(2em) translateZ(0) perspective(1px);
          transform: translateY(-50%) translateX(2em) translateZ(0) perspective(1px);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
[class^=carousel-button]:focus, [class^=carousel-button]:hover {
  background: #303945 -webkit-gradient(linear, left top, left bottom, from(#8dc63f), to(#8dc63f)) 2em 50%/2.4em 0.24em no-repeat;
  background: #303945 linear-gradient(#8dc63f, #8dc63f) 2em 50%/2.4em 0.24em no-repeat;
  color: #fff;
  text-decoration: none;
  -webkit-transform: rotateY(0deg) scale(1) translateZ(0);
          transform: rotateY(0deg) scale(1) translateZ(0);
}
[class^=carousel-button]:focus::before, [class^=carousel-button]:hover::before {
  border-right-color: #8dc63f;
  -webkit-transform: translateY(-50%) translateX(1.4em) translateZ(0);
          transform: translateY(-50%) translateX(1.4em) translateZ(0);
}
[class^=carousel-button] span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}

.category-banner {
  font-size: clamp(1.4rem, 0.8366197183rem + 2.8169014085vw, 2.4rem);
}

body {
  scrollbar-width: auto;
  scrollbar-color: #98a1ad #f7f9fc;
}
body::-webkit-scrollbar {
  height: 10px;
  width: auto;
}
body::-webkit-scrollbar-track {
  background: #f7f9fc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: #98a1ad;
  border: 2px solid #f7f9fc;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.carousel-scroll-area {
  scrollbar-width: auto;
  scrollbar-color: #98a1ad transparent;
}
.carousel-scroll-area::-webkit-scrollbar {
  height: 5px;
  width: auto;
}
.carousel-scroll-area::-webkit-scrollbar-track {
  background: transparent;
}
.carousel-scroll-area::-webkit-scrollbar-thumb {
  background-color: #98a1ad;
  border-radius: 20px;
  border: 0 solid transparent;
}

.lightbox-content {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, white), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, white)) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1rem, 100% 1rem, 100% 0.5rem, 100% 0.5rem;
  background-attachment: local, local, scroll, scroll;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  font-size: 16px;
}

html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100vh;
  min-height: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #303945;
  font: normal 300 0.875rem/1.7 "Merriweather Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  height: 100vh;
  margin: 0;
  overflow-y: scroll;
  overflow: auto;
  padding: 0;
}
@media (min-width: 55.5em) {
  body {
    font-size: 1rem;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

meter {
  background: none;
  background-color: #f7f9fc;
  border-radius: 5px;
  height: 8px;
}

meter::-webkit-meter-bar {
  background: none;
  background-color: #f7f9fc;
  border: 0;
}

meter::-moz-meter-bar {
  background: none;
  background-color: #bfe28f;
}

meter::-webkit-meter-optimum-value {
  background: none;
  background-color: #bfe28f;
}

a {
  color: #8dc63f;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: underline;
}

a:active {
  color: #8dc63f;
}

@media print {
  :link,
:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 1rem;
    text-decoration: none;
  }
  a[href^="javascript:"]::after,
a[href^="#"]::after {
    content: "";
  }
}
h1 {
  font-size: 1.8125rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 1rem;
  overflow-wrap: break-word;
  padding: 0;
}
@media (min-width: 55.5em) {
  h1 {
    font-size: 2.625rem;
  }
}

h2 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 1.375rem 0 calc(1.375rem / 2);
  overflow-wrap: break-word;
}
@media (min-width: 55.5em) {
  h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 55.5em) {
  h2 {
    margin: 1.875rem 0 calc(1.875rem / 2);
  }
}

h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 1.125rem 0 calc(1.125rem / 2);
  overflow-wrap: break-word;
}
@media (min-width: 55.5em) {
  h3 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 55.5em) {
  h3 {
    margin: 1.5625rem 0 calc(1.5625rem / 2);
  }
}

h4 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 1rem 0 calc(1rem / 2);
  overflow-wrap: break-word;
}
@media (min-width: 55.5em) {
  h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 55.5em) {
  h4 {
    margin: 1.25rem 0 calc(1.25rem / 2);
  }
}

h5 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0.875rem 0 calc(0.875rem / 2);
  overflow-wrap: break-word;
}
@media (min-width: 55.5em) {
  h5 {
    font-size: 1rem;
  }
}
@media (min-width: 55.5em) {
  h5 {
    margin: 1rem 0 calc(1rem / 2);
  }
}

h6 {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0.8125rem 0 calc(0.8125rem / 2);
  overflow-wrap: break-word;
  font-weight: 600;
}
@media (min-width: 55.5em) {
  h6 {
    font-size: 0.875rem;
  }
}
@media (min-width: 55.5em) {
  h6 {
    margin: 0.875rem 0 calc(0.875rem / 2);
  }
}

h1 > span {
  display: block;
  font-size: 1.25rem;
}

::-moz-selection {
  color: #303945;
  background-color: #d9e0ec;
}

::selection {
  color: #303945;
  background-color: #d9e0ec;
}

:target {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-name: flash;
          animation-name: flash;
  -webkit-animation: flash 0.5s ease 0s 1 forwards;
          animation: flash 0.5s ease 0s 1 forwards;
}

abbr[title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
@media print {
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

cite {
  font-style: italic;
}

code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

del {
  text-decoration: line-through;
  -webkit-text-decoration: line-through wavy #c00;
          text-decoration: line-through wavy #c00;
}

dfn {
  font-style: italic;
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

ins {
  background-color: #e9faf1;
}

mark {
  background-color: #fd0;
  color: #303945;
}

sub,
sup {
  font-size: font-size("xs");
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.divider,
hr {
  margin: 1.6em 0;
  border: 0;
  border-top: 1px solid #c9d0dd;
}
.divider > :first-child,
hr > :first-child {
  margin-top: 1.6em;
}

blockquote {
  margin: 1.6em 2vw;
}

dl,
menu,
ol,
ul {
  margin: 1.6em 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 0 0.4em;
}

menu,
ol,
ul {
  padding: 0 0 0 2vw;
}

figure {
  margin: 1.6em 0;
}

figcaption {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p,
pre {
  margin: 1.6em 0;
}

pre {
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  line-height: 1.1;
}

address {
  font-style: normal;
}

img {
  border-style: none;
}

img,
svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
.froddo-club button,
.load-more,
.add-address,
a.address-add-link,
.promo-points .form-item button,
.item-capsule button,
button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.froddo-club button, .load-more, .add-address, a.address-add-link, .promo-points .form-item button, .item-capsule button,
button,
[type=button],
[type=reset],
[type=submit] {
  background-color: #303945;
  color: #fff;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  padding: 1.3rem 3rem 1.2rem;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10em;
  border: 0;
  font-size: 0.75rem;
  font-weight: 800;
  margin: 1em 0;
  min-width: 10em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.load-more:focus, .add-address:focus, a.address-add-link:focus, .promo-points .form-item button:focus, .load-more:hover, .add-address:hover, a.address-add-link:hover, .promo-points .form-item button:hover, .load-more:active, .add-address:active, a.address-add-link:active, .promo-points .form-item button:active,
button:focus,
button:hover,
button:active,
[type=button]:focus,
[type=button]:hover,
[type=button]:active,
[type=reset]:focus,
[type=reset]:hover,
[type=reset]:active,
[type=submit]:focus,
[type=submit]:hover,
[type=submit]:active {
  background-color: #8dc63f;
  text-decoration: none;
  outline: none;
}
.load-more:focus-visible, .add-address:focus-visible, a.address-add-link:focus-visible, .promo-points .form-item button:focus-visible,
button:focus-visible,
[type=button]:focus-visible,
[type=reset]:focus-visible,
[type=submit]:focus-visible {
  outline: 2px solid #303945;
}
.load-more:active, .add-address:active, a.address-add-link:active, .promo-points .form-item button:active,
button:active,
[type=button]:active,
[type=reset]:active,
[type=submit]:active {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.froddo-club button::-moz-focus-inner, .load-more::-moz-focus-inner, .add-address::-moz-focus-inner, a.address-add-link::-moz-focus-inner, .promo-points .form-item button::-moz-focus-inner, .item-capsule button::-moz-focus-inner,
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.load-more:-moz-focusring, .add-address:-moz-focusring, a.address-add-link:-moz-focusring, .promo-points .form-item button:-moz-focusring,
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 2px solid ButtonText;
}

.add-address, a.address-add-link, .promo-points .form-item button, .item-capsule button, .load-more {
  background-color: #fff;
  border: 1px solid #303945;
  color: #303945;
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
  -webkit-transition-property: border-color, background-color, color;
  transition-property: border-color, background-color, color;
}
.add-address:focus, a.address-add-link:focus, .promo-points .form-item button:focus, .item-capsule button:focus, .load-more:focus, .add-address:hover, a.address-add-link:hover, .promo-points .form-item button:hover, .item-capsule button:hover, .load-more:hover, .add-address:active, a.address-add-link:active, .promo-points .form-item button:active, .item-capsule button:active, .load-more:active {
  background-color: #8dc63f;
  border-color: #8dc63f;
  color: #fff;
}
.load-more {
  border-radius: 10em;
}
[type=reset] {
  background-color: #e1e1e1;
  color: inherit;
}
[type=reset]:focus {
  background-color: revert;
  color: revert;
}
.froddo-club button {
  background-color: #fff;
  color: #303945;
}
.froddo-club button:focus, .froddo-club button:hover {
  color: #fff;
}

button[disabled],
[disabled][type=button],
[disabled][type=reset],
[disabled][type=submit], [disabled].add-address, a[disabled].address-add-link, .promo-points .form-item button[disabled], [disabled].load-more {
  background-color: #b3b3b3;
  background-image: none;
  cursor: not-allowed;
  color: #999999;
}
button[disabled]:focus,
[disabled][type=button]:focus,
[disabled][type=reset]:focus,
[disabled][type=submit]:focus, [disabled].add-address:focus, a[disabled].address-add-link:focus, [disabled].load-more:focus,
button[disabled]:hover,
[disabled][type=button]:hover,
[disabled][type=reset]:hover,
[disabled][type=submit]:hover, [disabled].add-address:hover, a[disabled].address-add-link:hover, [disabled].load-more:hover,
button[disabled]:active,
[disabled][type=button]:active,
[disabled][type=reset]:active,
[disabled][type=submit]:active, [disabled].add-address:active, a[disabled].address-add-link:active, [disabled].load-more:active {
  color: #999999;
}

.generate-sticker, .item-remove, .product-colors-list [type=button], .product-options [type=button], .cart-reserve {
  background-color: transparent;
  border-width: 0;
  color: inherit;
  margin: 0;
  min-width: auto;
  padding: 0;
  text-transform: none;
}
.generate-sticker:focus, .item-remove:focus, .product-colors-list [type=button]:focus, .product-options [type=button]:focus, .cart-reserve:focus, .generate-sticker:hover, .item-remove:hover, .product-colors-list [type=button]:hover, .product-options [type=button]:hover, .cart-reserve:hover, .generate-sticker:active, .item-remove:active, .product-colors-list [type=button]:active, .product-options [type=button]:active, .cart-reserve:active {
  background-color: transparent;
  text-decoration: none;
  outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #98a1ad;
  font-style: italic;
}

::-moz-placeholder {
  color: #98a1ad;
  font-style: italic;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #98a1ad;
  font-style: italic;
}

::-ms-input-placeholder {
  color: #98a1ad;
  font-style: italic;
}

::placeholder {
  color: #98a1ad;
  font-style: italic;
  opacity: 1;
}

textarea:-moz-placeholder-shown:not(:focus), select:-moz-placeholder-shown:not(:focus), [type=text]:-moz-placeholder-shown:not(:focus), [type=search]:-moz-placeholder-shown:not(:focus), [type=tel]:-moz-placeholder-shown:not(:focus), [type=url]:-moz-placeholder-shown:not(:focus), [type=email]:-moz-placeholder-shown:not(:focus), [type=password]:-moz-placeholder-shown:not(:focus), [type=date]:-moz-placeholder-shown:not(:focus), [type=time]:-moz-placeholder-shown:not(:focus), [type=number]:-moz-placeholder-shown:not(:focus) {
  border-color: #d9e0ec;
  color: #303945;
}

textarea:-ms-input-placeholder:not(:focus), select:-ms-input-placeholder:not(:focus), [type=text]:-ms-input-placeholder:not(:focus), [type=search]:-ms-input-placeholder:not(:focus), [type=tel]:-ms-input-placeholder:not(:focus), [type=url]:-ms-input-placeholder:not(:focus), [type=email]:-ms-input-placeholder:not(:focus), [type=password]:-ms-input-placeholder:not(:focus), [type=date]:-ms-input-placeholder:not(:focus), [type=time]:-ms-input-placeholder:not(:focus), [type=number]:-ms-input-placeholder:not(:focus) {
  border-color: #d9e0ec;
  color: #303945;
}

textarea:placeholder-shown:not(:focus),
select:placeholder-shown:not(:focus), [type=text]:placeholder-shown:not(:focus),
[type=search]:placeholder-shown:not(:focus),
[type=tel]:placeholder-shown:not(:focus),
[type=url]:placeholder-shown:not(:focus),
[type=email]:placeholder-shown:not(:focus),
[type=password]:placeholder-shown:not(:focus),
[type=date]:placeholder-shown:not(:focus),
[type=time]:placeholder-shown:not(:focus),
[type=number]:placeholder-shown:not(:focus), textarea,
select, [type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
[type=time],
[type=number] {
  border-color: #d9e0ec;
  color: #303945;
}

textarea[placeholder]:not(:-moz-placeholder-shown):focus:invalid, select[placeholder]:not(:-moz-placeholder-shown):focus:invalid, [placeholder][type=text]:not(:-moz-placeholder-shown):focus:invalid, [placeholder][type=search]:not(:-moz-placeholder-shown):focus:invalid, [placeholder][type=tel]:not(:-moz-placeholder-shown):focus:invalid, [placeholder][type=url]:not(:-moz-placeholder-shown):focus:invalid, [placeholder][type=email]:not(:-moz-placeholder-shown):focus:invalid, [placeholder][type=password]:not(:-moz-placeholder-shown):focus:invalid, [placeholder][type=date]:not(:-moz-placeholder-shown):focus:invalid, [placeholder][type=time]:not(:-moz-placeholder-shown):focus:invalid, [placeholder][type=number]:not(:-moz-placeholder-shown):focus:invalid {
  border-color: #303945;
  color: #303945;
}

textarea[placeholder]:not(:-ms-input-placeholder):focus:invalid, select[placeholder]:not(:-ms-input-placeholder):focus:invalid, [placeholder][type=text]:not(:-ms-input-placeholder):focus:invalid, [placeholder][type=search]:not(:-ms-input-placeholder):focus:invalid, [placeholder][type=tel]:not(:-ms-input-placeholder):focus:invalid, [placeholder][type=url]:not(:-ms-input-placeholder):focus:invalid, [placeholder][type=email]:not(:-ms-input-placeholder):focus:invalid, [placeholder][type=password]:not(:-ms-input-placeholder):focus:invalid, [placeholder][type=date]:not(:-ms-input-placeholder):focus:invalid, [placeholder][type=time]:not(:-ms-input-placeholder):focus:invalid, [placeholder][type=number]:not(:-ms-input-placeholder):focus:invalid {
  border-color: #303945;
  color: #303945;
}

textarea[placeholder]:not(:placeholder-shown):focus:invalid,
select[placeholder]:not(:placeholder-shown):focus:invalid, [placeholder][type=text]:not(:placeholder-shown):focus:invalid,
[placeholder][type=search]:not(:placeholder-shown):focus:invalid,
[placeholder][type=tel]:not(:placeholder-shown):focus:invalid,
[placeholder][type=url]:not(:placeholder-shown):focus:invalid,
[placeholder][type=email]:not(:placeholder-shown):focus:invalid,
[placeholder][type=password]:not(:placeholder-shown):focus:invalid,
[placeholder][type=date]:not(:placeholder-shown):focus:invalid,
[placeholder][type=time]:not(:placeholder-shown):focus:invalid,
[placeholder][type=number]:not(:placeholder-shown):focus:invalid {
  border-color: #303945;
  color: #303945;
}

textarea[placeholder]:not(:-moz-placeholder-shown):not(:focus):invalid, select[placeholder]:not(:-moz-placeholder-shown):not(:focus):invalid, [placeholder][type=text]:not(:-moz-placeholder-shown):not(:focus):invalid, [placeholder][type=search]:not(:-moz-placeholder-shown):not(:focus):invalid, [placeholder][type=tel]:not(:-moz-placeholder-shown):not(:focus):invalid, [placeholder][type=url]:not(:-moz-placeholder-shown):not(:focus):invalid, [placeholder][type=email]:not(:-moz-placeholder-shown):not(:focus):invalid, [placeholder][type=password]:not(:-moz-placeholder-shown):not(:focus):invalid, [placeholder][type=date]:not(:-moz-placeholder-shown):not(:focus):invalid, [placeholder][type=time]:not(:-moz-placeholder-shown):not(:focus):invalid, [placeholder][type=number]:not(:-moz-placeholder-shown):not(:focus):invalid {
  border-color: #ff5273;
  box-shadow: none;
  color: #ff5273;
}

textarea[placeholder]:not(:-ms-input-placeholder):not(:focus):invalid, select[placeholder]:not(:-ms-input-placeholder):not(:focus):invalid, [placeholder][type=text]:not(:-ms-input-placeholder):not(:focus):invalid, [placeholder][type=search]:not(:-ms-input-placeholder):not(:focus):invalid, [placeholder][type=tel]:not(:-ms-input-placeholder):not(:focus):invalid, [placeholder][type=url]:not(:-ms-input-placeholder):not(:focus):invalid, [placeholder][type=email]:not(:-ms-input-placeholder):not(:focus):invalid, [placeholder][type=password]:not(:-ms-input-placeholder):not(:focus):invalid, [placeholder][type=date]:not(:-ms-input-placeholder):not(:focus):invalid, [placeholder][type=time]:not(:-ms-input-placeholder):not(:focus):invalid, [placeholder][type=number]:not(:-ms-input-placeholder):not(:focus):invalid {
  border-color: #ff5273;
  box-shadow: none;
  color: #ff5273;
}

textarea[placeholder]:not(:placeholder-shown):not(:focus):invalid,
select[placeholder]:not(:placeholder-shown):not(:focus):invalid, [placeholder][type=text]:not(:placeholder-shown):not(:focus):invalid,
[placeholder][type=search]:not(:placeholder-shown):not(:focus):invalid,
[placeholder][type=tel]:not(:placeholder-shown):not(:focus):invalid,
[placeholder][type=url]:not(:placeholder-shown):not(:focus):invalid,
[placeholder][type=email]:not(:placeholder-shown):not(:focus):invalid,
[placeholder][type=password]:not(:placeholder-shown):not(:focus):invalid,
[placeholder][type=date]:not(:placeholder-shown):not(:focus):invalid,
[placeholder][type=time]:not(:placeholder-shown):not(:focus):invalid,
[placeholder][type=number]:not(:placeholder-shown):not(:focus):invalid {
  border-color: #ff5273;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ff5273;
}
textarea[placeholder]:not(:-moz-placeholder-shown):not(:focus):invalid + span::after, select[placeholder]:not(:-moz-placeholder-shown):not(:focus):invalid + span::after, [placeholder][type=text]:not(:-moz-placeholder-shown):not(:focus):invalid + span::after, [placeholder][type=search]:not(:-moz-placeholder-shown):not(:focus):invalid + span::after, [placeholder][type=tel]:not(:-moz-placeholder-shown):not(:focus):invalid + span::after, [placeholder][type=url]:not(:-moz-placeholder-shown):not(:focus):invalid + span::after, [placeholder][type=email]:not(:-moz-placeholder-shown):not(:focus):invalid + span::after, [placeholder][type=password]:not(:-moz-placeholder-shown):not(:focus):invalid + span::after, [placeholder][type=date]:not(:-moz-placeholder-shown):not(:focus):invalid + span::after, [placeholder][type=time]:not(:-moz-placeholder-shown):not(:focus):invalid + span::after, [placeholder][type=number]:not(:-moz-placeholder-shown):not(:focus):invalid + span::after {
  color: #ff5273;
  content: "×";
  font-size: 2em;
  line-height: 1;
}
textarea[placeholder]:not(:-ms-input-placeholder):not(:focus):invalid + span::after, select[placeholder]:not(:-ms-input-placeholder):not(:focus):invalid + span::after, [placeholder][type=text]:not(:-ms-input-placeholder):not(:focus):invalid + span::after, [placeholder][type=search]:not(:-ms-input-placeholder):not(:focus):invalid + span::after, [placeholder][type=tel]:not(:-ms-input-placeholder):not(:focus):invalid + span::after, [placeholder][type=url]:not(:-ms-input-placeholder):not(:focus):invalid + span::after, [placeholder][type=email]:not(:-ms-input-placeholder):not(:focus):invalid + span::after, [placeholder][type=password]:not(:-ms-input-placeholder):not(:focus):invalid + span::after, [placeholder][type=date]:not(:-ms-input-placeholder):not(:focus):invalid + span::after, [placeholder][type=time]:not(:-ms-input-placeholder):not(:focus):invalid + span::after, [placeholder][type=number]:not(:-ms-input-placeholder):not(:focus):invalid + span::after {
  color: #ff5273;
  content: "×";
  font-size: 2em;
  line-height: 1;
}
textarea[placeholder]:not(:placeholder-shown):not(:focus):invalid + span::after,
select[placeholder]:not(:placeholder-shown):not(:focus):invalid + span::after, [placeholder][type=text]:not(:placeholder-shown):not(:focus):invalid + span::after,
[placeholder][type=search]:not(:placeholder-shown):not(:focus):invalid + span::after,
[placeholder][type=tel]:not(:placeholder-shown):not(:focus):invalid + span::after,
[placeholder][type=url]:not(:placeholder-shown):not(:focus):invalid + span::after,
[placeholder][type=email]:not(:placeholder-shown):not(:focus):invalid + span::after,
[placeholder][type=password]:not(:placeholder-shown):not(:focus):invalid + span::after,
[placeholder][type=date]:not(:placeholder-shown):not(:focus):invalid + span::after,
[placeholder][type=time]:not(:placeholder-shown):not(:focus):invalid + span::after,
[placeholder][type=number]:not(:placeholder-shown):not(:focus):invalid + span::after {
  color: #ff5273;
  content: "×";
  font-size: 2em;
  line-height: 1;
}

[required]:not([type=password])[placeholder]:not(:-moz-placeholder-shown):focus:valid {
  border-color: #8dc63f;
  color: #8dc63f;
}

[required]:not([type=password])[placeholder]:not(:-ms-input-placeholder):focus:valid {
  border-color: #8dc63f;
  color: #8dc63f;
}

[required]:not([type=password])[placeholder]:not(:placeholder-shown):focus:valid {
  border-color: #8dc63f;
  color: #8dc63f;
}
[required]:not([type=password])[placeholder]:not(:-moz-placeholder-shown):focus:valid + span::after {
  color: #8dc63f;
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20version%3D%221.1%22%20viewBox%3D%220%20.983%2012%209%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m10.28%201.288-6.28%206.285-2.288-2.29a.998.9987%200%2010-1.411%201.412l2.994%202.996a.998.9987%200%20001.411%200l6.986-6.991a.998.9987%200%2010-1.411-1.412z%22%20fill%3D%22%23bfe28f%22%2F%3E%3C%2Fsvg%3E");
}
[required]:not([type=password])[placeholder]:not(:-ms-input-placeholder):focus:valid + span::after {
  color: #8dc63f;
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20version%3D%221.1%22%20viewBox%3D%220%20.983%2012%209%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m10.28%201.288-6.28%206.285-2.288-2.29a.998.9987%200%2010-1.411%201.412l2.994%202.996a.998.9987%200%20001.411%200l6.986-6.991a.998.9987%200%2010-1.411-1.412z%22%20fill%3D%22%23bfe28f%22%2F%3E%3C%2Fsvg%3E");
}
[required]:not([type=password])[placeholder]:not(:placeholder-shown):focus:valid + span::after {
  color: #8dc63f;
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20version%3D%221.1%22%20viewBox%3D%220%20.983%2012%209%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m10.28%201.288-6.28%206.285-2.288-2.29a.998.9987%200%2010-1.411%201.412l2.994%202.996a.998.9987%200%20001.411%200l6.986-6.991a.998.9987%200%2010-1.411-1.412z%22%20fill%3D%22%23bfe28f%22%2F%3E%3C%2Fsvg%3E");
}

textarea,
select, [type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
[type=time],
[type=number] {
  background-color: #f7f9fc;
  border-style: solid;
  border-width: 0;
  border-radius: 10em;
  caret-color: #303945;
  color: #303945;
  font-weight: 400;
  margin: 0;
  padding: 0.8rem 1.6rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: background-color, border-color, color;
  transition-property: background-color, border-color, color;
  width: 100%;
}
textarea + span::after,
select + span::after, [type=text] + span::after,
[type=search] + span::after,
[type=tel] + span::after,
[type=url] + span::after,
[type=email] + span::after,
[type=password] + span::after,
[type=date] + span::after,
[type=time] + span::after,
[type=number] + span::after {
  bottom: 0.9rem;
  content: "";
  left: auto;
  position: absolute;
  right: 1rem;
  top: auto;
}
textarea:focus-visible,
select:focus-visible, [type=text]:focus-visible,
[type=search]:focus-visible,
[type=tel]:focus-visible,
[type=url]:focus-visible,
[type=email]:focus-visible,
[type=password]:focus-visible,
[type=date]:focus-visible,
[type=time]:focus-visible,
[type=number]:focus-visible {
  outline: 2px solid #303945;
}
textarea:focus,
select:focus, [type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
[type=time]:focus,
[type=number]:focus, textarea:hover,
select:hover, [type=text]:hover,
[type=search]:hover,
[type=tel]:hover,
[type=url]:hover,
[type=email]:hover,
[type=password]:hover,
[type=date]:hover,
[type=time]:hover,
[type=number]:hover, textarea:active,
select:active, [type=text]:active,
[type=search]:active,
[type=tel]:active,
[type=url]:active,
[type=email]:active,
[type=password]:active,
[type=date]:active,
[type=time]:active,
[type=number]:active {
  color: #303945;
  background-color: #e9eef7;
  outline: none;
}
textarea:active,
select:active, [type=text]:active,
[type=search]:active,
[type=tel]:active,
[type=url]:active,
[type=email]:active,
[type=password]:active,
[type=date]:active,
[type=time]:active,
[type=number]:active {
  background-color: #7a899f;
}
textarea:disabled,
select:disabled, [type=text]:disabled,
[type=search]:disabled,
[type=tel]:disabled,
[type=url]:disabled,
[type=email]:disabled,
[type=password]:disabled,
[type=date]:disabled,
[type=time]:disabled,
[type=number]:disabled, textarea[aria-disabled=true],
select[aria-disabled=true], [aria-disabled=true][type=text],
[aria-disabled=true][type=search],
[aria-disabled=true][type=tel],
[aria-disabled=true][type=url],
[aria-disabled=true][type=email],
[aria-disabled=true][type=password],
[aria-disabled=true][type=date],
[aria-disabled=true][type=time],
[aria-disabled=true][type=number] {
  color: #b3b3b3;
  cursor: not-allowed;
}
textarea:disabled:focus,
select:disabled:focus, [type=text]:disabled:focus,
[type=search]:disabled:focus,
[type=tel]:disabled:focus,
[type=url]:disabled:focus,
[type=email]:disabled:focus,
[type=password]:disabled:focus,
[type=date]:disabled:focus,
[type=time]:disabled:focus,
[type=number]:disabled:focus, textarea:disabled:active,
select:disabled:active, [type=text]:disabled:active,
[type=search]:disabled:active,
[type=tel]:disabled:active,
[type=url]:disabled:active,
[type=email]:disabled:active,
[type=password]:disabled:active,
[type=date]:disabled:active,
[type=time]:disabled:active,
[type=number]:disabled:active, textarea[aria-disabled=true]:focus,
select[aria-disabled=true]:focus, [aria-disabled=true][type=text]:focus,
[aria-disabled=true][type=search]:focus,
[aria-disabled=true][type=tel]:focus,
[aria-disabled=true][type=url]:focus,
[aria-disabled=true][type=email]:focus,
[aria-disabled=true][type=password]:focus,
[aria-disabled=true][type=date]:focus,
[aria-disabled=true][type=time]:focus,
[aria-disabled=true][type=number]:focus, textarea[aria-disabled=true]:active,
select[aria-disabled=true]:active, [aria-disabled=true][type=text]:active,
[aria-disabled=true][type=search]:active,
[aria-disabled=true][type=tel]:active,
[aria-disabled=true][type=url]:active,
[aria-disabled=true][type=email]:active,
[aria-disabled=true][type=password]:active,
[aria-disabled=true][type=date]:active,
[aria-disabled=true][type=time]:active,
[aria-disabled=true][type=number]:active {
  outline-color: #c9d0dd;
}
textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, [type=text]::-webkit-input-placeholder, [type=search]::-webkit-input-placeholder, [type=tel]::-webkit-input-placeholder, [type=url]::-webkit-input-placeholder, [type=email]::-webkit-input-placeholder, [type=password]::-webkit-input-placeholder, [type=date]::-webkit-input-placeholder, [type=time]::-webkit-input-placeholder, [type=number]::-webkit-input-placeholder {
  color: #98a1ad;
  font-style: italic;
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder, [type=text]::-webkit-input-placeholder,
[type=search]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
[type=url]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder,
[type=password]::-webkit-input-placeholder,
[type=date]::-webkit-input-placeholder,
[type=time]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder, textarea:-moz-placeholder,
select:-moz-placeholder, [type=text]:-moz-placeholder,
[type=search]:-moz-placeholder,
[type=tel]:-moz-placeholder,
[type=url]:-moz-placeholder,
[type=email]:-moz-placeholder,
[type=password]:-moz-placeholder,
[type=date]:-moz-placeholder,
[type=time]:-moz-placeholder,
[type=number]:-moz-placeholder, textarea::-moz-placeholder,
select::-moz-placeholder, [type=text]::-moz-placeholder,
[type=search]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=url]::-moz-placeholder,
[type=email]::-moz-placeholder,
[type=password]::-moz-placeholder,
[type=date]::-moz-placeholder,
[type=time]::-moz-placeholder,
[type=number]::-moz-placeholder, textarea:-ms-input-placeholder,
select:-ms-input-placeholder, [type=text]:-ms-input-placeholder,
[type=search]:-ms-input-placeholder,
[type=tel]:-ms-input-placeholder,
[type=url]:-ms-input-placeholder,
[type=email]:-ms-input-placeholder,
[type=password]:-ms-input-placeholder,
[type=date]:-ms-input-placeholder,
[type=time]:-ms-input-placeholder,
[type=number]:-ms-input-placeholder, textarea::-ms-input-placeholder,
select::-ms-input-placeholder, [type=text]::-ms-input-placeholder,
[type=search]::-ms-input-placeholder,
[type=tel]::-ms-input-placeholder,
[type=url]::-ms-input-placeholder,
[type=email]::-ms-input-placeholder,
[type=password]::-ms-input-placeholder,
[type=date]::-ms-input-placeholder,
[type=time]::-ms-input-placeholder,
[type=number]::-ms-input-placeholder, textarea::placeholder,
select::placeholder, [type=text]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=url]::placeholder,
[type=email]::placeholder,
[type=password]::placeholder,
[type=date]::placeholder,
[type=time]::placeholder,
[type=number]::placeholder {
  color: #98a1ad;
  font-style: italic;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

fieldset {
  border: 1px solid #c9d0dd;
  border: 0;
  margin: 0;
  padding: 0.01em 0 0;
  position: relative;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  padding: 0;
}

label {
  display: block;
  font-weight: normal;
  padding: 0.5em 0 0.4em;
  position: relative;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3.26561%203.98235L0.149733%200.866466C0.054523%200.771336%200.00100228%200.64228%200.000946022%200.507689C0.000889284%200.373099%200.0543008%200.243998%200.149431%200.148788C0.244561%200.0535782%200.373617%205.63777e-05%200.508208%20-2.38735e-07C0.642798%20-5.68552e-05%200.771899%200.0533588%200.867109%200.148489L3.6243%202.90628L6.38149%200.149696C6.42859%200.102593%206.48451%200.0652279%206.54605%200.0397356C6.6076%200.0142433%206.67356%200.00111953%206.74017%200.00111953C6.80679%200.00111953%206.87275%200.0142433%206.9343%200.0397356C6.99584%200.0652279%207.05176%200.102593%207.09886%200.149696C7.14597%200.1968%207.18333%200.25272%207.20882%200.314264C7.23432%200.375808%207.24744%200.441766%207.24744%200.508381C7.24744%200.574995%207.23432%200.640959%207.20882%200.702502C7.18333%200.764046%207.14597%200.819966%207.09886%200.86707L3.98299%203.98295C3.93588%204.03006%203.87996%204.06742%203.81842%204.09291C3.75688%204.11841%203.69091%204.13153%203.6243%204.13153C3.55768%204.13153%203.49172%204.11841%203.43018%204.09291C3.36863%204.06742%203.31271%204.03006%203.26561%203.98295L3.26561%203.98235Z%22%20fill%3D%22%23d9e0ec%22%2F%3E%0A%3C%2Fsvg%3E%0A"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3.26561%203.98235L0.149733%200.866466C0.054523%200.771336%200.00100228%200.64228%200.000946022%200.507689C0.000889284%200.373099%200.0543008%200.243998%200.149431%200.148788C0.244561%200.0535782%200.373617%205.63777e-05%200.508208%20-2.38735e-07C0.642798%20-5.68552e-05%200.771899%200.0533588%200.867109%200.148489L3.6243%202.90628L6.38149%200.149696C6.42859%200.102593%206.48451%200.0652279%206.54605%200.0397356C6.6076%200.0142433%206.67356%200.00111953%206.74017%200.00111953C6.80679%200.00111953%206.87275%200.0142433%206.9343%200.0397356C6.99584%200.0652279%207.05176%200.102593%207.09886%200.149696C7.14597%200.1968%207.18333%200.25272%207.20882%200.314264C7.23432%200.375808%207.24744%200.441766%207.24744%200.508381C7.24744%200.574995%207.23432%200.640959%207.20882%200.702502C7.18333%200.764046%207.14597%200.819966%207.09886%200.86707L3.98299%203.98295C3.93588%204.03006%203.87996%204.06742%203.81842%204.09291C3.75688%204.11841%203.69091%204.13153%203.6243%204.13153C3.55768%204.13153%203.49172%204.11841%203.43018%204.09291C3.36863%204.06742%203.31271%204.03006%203.26561%203.98295L3.26561%203.98235Z%22%20fill%3D%22%23d9e0ec%22%2F%3E%0A%3C%2Fsvg%3E%0A"), linear-gradient(to bottom, #fff 0%, #fff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 1em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
@media (min-width: 55.5em) {
  select {
    background-position: right 1.4em top 50%, 0 0;
    padding-right: 2.3em;
  }
}
select::-ms-expand {
  display: none;
}
select:focus,
select:hover,
select:active {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3.26561%203.98235L0.149733%200.866466C0.054523%200.771336%200.00100228%200.64228%200.000946022%200.507689C0.000889284%200.373099%200.0543008%200.243998%200.149431%200.148788C0.244561%200.0535782%200.373617%205.63777e-05%200.508208%20-2.38735e-07C0.642798%20-5.68552e-05%200.771899%200.0533588%200.867109%200.148489L3.6243%202.90628L6.38149%200.149696C6.42859%200.102593%206.48451%200.0652279%206.54605%200.0397356C6.6076%200.0142433%206.67356%200.00111953%206.74017%200.00111953C6.80679%200.00111953%206.87275%200.0142433%206.9343%200.0397356C6.99584%200.0652279%207.05176%200.102593%207.09886%200.149696C7.14597%200.1968%207.18333%200.25272%207.20882%200.314264C7.23432%200.375808%207.24744%200.441766%207.24744%200.508381C7.24744%200.574995%207.23432%200.640959%207.20882%200.702502C7.18333%200.764046%207.14597%200.819966%207.09886%200.86707L3.98299%203.98295C3.93588%204.03006%203.87996%204.06742%203.81842%204.09291C3.75688%204.11841%203.69091%204.13153%203.6243%204.13153C3.55768%204.13153%203.49172%204.11841%203.43018%204.09291C3.36863%204.06742%203.31271%204.03006%203.26561%203.98295L3.26561%203.98235Z%22%20fill%3D%22%23434343%22%2F%3E%0A%3C%2Fsvg%3E%0A"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3.26561%203.98235L0.149733%200.866466C0.054523%200.771336%200.00100228%200.64228%200.000946022%200.507689C0.000889284%200.373099%200.0543008%200.243998%200.149431%200.148788C0.244561%200.0535782%200.373617%205.63777e-05%200.508208%20-2.38735e-07C0.642798%20-5.68552e-05%200.771899%200.0533588%200.867109%200.148489L3.6243%202.90628L6.38149%200.149696C6.42859%200.102593%206.48451%200.0652279%206.54605%200.0397356C6.6076%200.0142433%206.67356%200.00111953%206.74017%200.00111953C6.80679%200.00111953%206.87275%200.0142433%206.9343%200.0397356C6.99584%200.0652279%207.05176%200.102593%207.09886%200.149696C7.14597%200.1968%207.18333%200.25272%207.20882%200.314264C7.23432%200.375808%207.24744%200.441766%207.24744%200.508381C7.24744%200.574995%207.23432%200.640959%207.20882%200.702502C7.18333%200.764046%207.14597%200.819966%207.09886%200.86707L3.98299%203.98295C3.93588%204.03006%203.87996%204.06742%203.81842%204.09291C3.75688%204.11841%203.69091%204.13153%203.6243%204.13153C3.55768%204.13153%203.49172%204.11841%203.43018%204.09291C3.36863%204.06742%203.31271%204.03006%203.26561%203.98295L3.26561%203.98235Z%22%20fill%3D%22%23434343%22%2F%3E%0A%3C%2Fsvg%3E%0A"), linear-gradient(to bottom, #fff 0%, #fff 100%);
  outline: none;
}
select:active {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3.26561%203.98235L0.149733%200.866466C0.054523%200.771336%200.00100228%200.64228%200.000946022%200.507689C0.000889284%200.373099%200.0543008%200.243998%200.149431%200.148788C0.244561%200.0535782%200.373617%205.63777e-05%200.508208%20-2.38735e-07C0.642798%20-5.68552e-05%200.771899%200.0533588%200.867109%200.148489L3.6243%202.90628L6.38149%200.149696C6.42859%200.102593%206.48451%200.0652279%206.54605%200.0397356C6.6076%200.0142433%206.67356%200.00111953%206.74017%200.00111953C6.80679%200.00111953%206.87275%200.0142433%206.9343%200.0397356C6.99584%200.0652279%207.05176%200.102593%207.09886%200.149696C7.14597%200.1968%207.18333%200.25272%207.20882%200.314264C7.23432%200.375808%207.24744%200.441766%207.24744%200.508381C7.24744%200.574995%207.23432%200.640959%207.20882%200.702502C7.18333%200.764046%207.14597%200.819966%207.09886%200.86707L3.98299%203.98295C3.93588%204.03006%203.87996%204.06742%203.81842%204.09291C3.75688%204.11841%203.69091%204.13153%203.6243%204.13153C3.55768%204.13153%203.49172%204.11841%203.43018%204.09291C3.36863%204.06742%203.31271%204.03006%203.26561%203.98295L3.26561%203.98235Z%22%20fill%3D%22%23434343%22%2F%3E%0A%3C%2Fsvg%3E%0A"), -webkit-gradient(linear, left top, left bottom, from(#7a899f), to(#7a899f));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3.26561%203.98235L0.149733%200.866466C0.054523%200.771336%200.00100228%200.64228%200.000946022%200.507689C0.000889284%200.373099%200.0543008%200.243998%200.149431%200.148788C0.244561%200.0535782%200.373617%205.63777e-05%200.508208%20-2.38735e-07C0.642798%20-5.68552e-05%200.771899%200.0533588%200.867109%200.148489L3.6243%202.90628L6.38149%200.149696C6.42859%200.102593%206.48451%200.0652279%206.54605%200.0397356C6.6076%200.0142433%206.67356%200.00111953%206.74017%200.00111953C6.80679%200.00111953%206.87275%200.0142433%206.9343%200.0397356C6.99584%200.0652279%207.05176%200.102593%207.09886%200.149696C7.14597%200.1968%207.18333%200.25272%207.20882%200.314264C7.23432%200.375808%207.24744%200.441766%207.24744%200.508381C7.24744%200.574995%207.23432%200.640959%207.20882%200.702502C7.18333%200.764046%207.14597%200.819966%207.09886%200.86707L3.98299%203.98295C3.93588%204.03006%203.87996%204.06742%203.81842%204.09291C3.75688%204.11841%203.69091%204.13153%203.6243%204.13153C3.55768%204.13153%203.49172%204.11841%203.43018%204.09291C3.36863%204.06742%203.31271%204.03006%203.26561%203.98295L3.26561%203.98235Z%22%20fill%3D%22%23434343%22%2F%3E%0A%3C%2Fsvg%3E%0A"), linear-gradient(to bottom, #7a899f 0%, #7a899f 100%);
  outline: none;
}
select:disabled,
select[aria-disabled=true] {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3.26561%203.98235L0.149733%200.866466C0.054523%200.771336%200.00100228%200.64228%200.000946022%200.507689C0.000889284%200.373099%200.0543008%200.243998%200.149431%200.148788C0.244561%200.0535782%200.373617%205.63777e-05%200.508208%20-2.38735e-07C0.642798%20-5.68552e-05%200.771899%200.0533588%200.867109%200.148489L3.6243%202.90628L6.38149%200.149696C6.42859%200.102593%206.48451%200.0652279%206.54605%200.0397356C6.6076%200.0142433%206.67356%200.00111953%206.74017%200.00111953C6.80679%200.00111953%206.87275%200.0142433%206.9343%200.0397356C6.99584%200.0652279%207.05176%200.102593%207.09886%200.149696C7.14597%200.1968%207.18333%200.25272%207.20882%200.314264C7.23432%200.375808%207.24744%200.441766%207.24744%200.508381C7.24744%200.574995%207.23432%200.640959%207.20882%200.702502C7.18333%200.764046%207.14597%200.819966%207.09886%200.86707L3.98299%203.98295C3.93588%204.03006%203.87996%204.06742%203.81842%204.09291C3.75688%204.11841%203.69091%204.13153%203.6243%204.13153C3.55768%204.13153%203.49172%204.11841%203.43018%204.09291C3.36863%204.06742%203.31271%204.03006%203.26561%203.98295L3.26561%203.98235Z%22%20fill%3D%22%23d9e0ec%22%2F%3E%0A%3C%2Fsvg%3E%0A"), -webkit-gradient(linear, left top, left bottom, from(#f7f9fc), to(#f7f9fc));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3.26561%203.98235L0.149733%200.866466C0.054523%200.771336%200.00100228%200.64228%200.000946022%200.507689C0.000889284%200.373099%200.0543008%200.243998%200.149431%200.148788C0.244561%200.0535782%200.373617%205.63777e-05%200.508208%20-2.38735e-07C0.642798%20-5.68552e-05%200.771899%200.0533588%200.867109%200.148489L3.6243%202.90628L6.38149%200.149696C6.42859%200.102593%206.48451%200.0652279%206.54605%200.0397356C6.6076%200.0142433%206.67356%200.00111953%206.74017%200.00111953C6.80679%200.00111953%206.87275%200.0142433%206.9343%200.0397356C6.99584%200.0652279%207.05176%200.102593%207.09886%200.149696C7.14597%200.1968%207.18333%200.25272%207.20882%200.314264C7.23432%200.375808%207.24744%200.441766%207.24744%200.508381C7.24744%200.574995%207.23432%200.640959%207.20882%200.702502C7.18333%200.764046%207.14597%200.819966%207.09886%200.86707L3.98299%203.98295C3.93588%204.03006%203.87996%204.06742%203.81842%204.09291C3.75688%204.11841%203.69091%204.13153%203.6243%204.13153C3.55768%204.13153%203.49172%204.11841%203.43018%204.09291C3.36863%204.06742%203.31271%204.03006%203.26561%203.98295L3.26561%203.98235Z%22%20fill%3D%22%23d9e0ec%22%2F%3E%0A%3C%2Fsvg%3E%0A"), linear-gradient(to bottom, #f7f9fc 0%, #f7f9fc 100%);
  cursor: not-allowed;
}
select option {
  border-bottom: 1px solid #c9d0dd;
  display: inline-block;
  font-weight: normal;
  padding: 0 1em;
}
@media (min-width: 55.5em) {
  select option {
    padding: 1em 1.4em;
  }
}

optgroup {
  font-weight: bold;
}

textarea {
  border-radius: 1rem;
  padding: 2vw;
  overflow: auto;
  text-align: left;
}

.form-item {
  position: relative;
}

.form-item-required {
  position: relative;
}
.form-item-required label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.form-item-required label::after {
  color: inherit;
  content: " *";
  display: inline;
  font-weight: normal;
  text-transform: uppercase;
}
.form-item-required input {
  -webkit-box-flex: 22;
      -ms-flex: 22 0 calc(100% - 2em);
          flex: 22 0 calc(100% - 2em);
  width: 100%;
}

.profile-item {
  position: relative;
}
.profile-item label {
  color: #98a1ad;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  margin: 2rem 0 0;
  padding: 0 1rem;
}
.profile-item input,
.profile-item select,
.profile-item textarea {
  background-color: #fff;
  border: 1px solid #c9d0dd;
  border-radius: 0;
  display: block;
  font-size: 0.875rem;
  margin: -1.95rem 0 0;
  padding: 1.95rem 1rem 0.4rem;
}
.profile-item input:focus, .profile-item input:hover,
.profile-item select:focus,
.profile-item select:hover,
.profile-item textarea:focus,
.profile-item textarea:hover {
  background-color: inherit;
}
.profile-item select:active {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3.26561%203.98235L0.149733%200.866466C0.054523%200.771336%200.00100228%200.64228%200.000946022%200.507689C0.000889284%200.373099%200.0543008%200.243998%200.149431%200.148788C0.244561%200.0535782%200.373617%205.63777e-05%200.508208%20-2.38735e-07C0.642798%20-5.68552e-05%200.771899%200.0533588%200.867109%200.148489L3.6243%202.90628L6.38149%200.149696C6.42859%200.102593%206.48451%200.0652279%206.54605%200.0397356C6.6076%200.0142433%206.67356%200.00111953%206.74017%200.00111953C6.80679%200.00111953%206.87275%200.0142433%206.9343%200.0397356C6.99584%200.0652279%207.05176%200.102593%207.09886%200.149696C7.14597%200.1968%207.18333%200.25272%207.20882%200.314264C7.23432%200.375808%207.24744%200.441766%207.24744%200.508381C7.24744%200.574995%207.23432%200.640959%207.20882%200.702502C7.18333%200.764046%207.14597%200.819966%207.09886%200.86707L3.98299%203.98295C3.93588%204.03006%203.87996%204.06742%203.81842%204.09291C3.75688%204.11841%203.69091%204.13153%203.6243%204.13153C3.55768%204.13153%203.49172%204.11841%203.43018%204.09291C3.36863%204.06742%203.31271%204.03006%203.26561%203.98295L3.26561%203.98235Z%22%20fill%3D%22%23434343%22%2F%3E%0A%3C%2Fsvg%3E%0A"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3.26561%203.98235L0.149733%200.866466C0.054523%200.771336%200.00100228%200.64228%200.000946022%200.507689C0.000889284%200.373099%200.0543008%200.243998%200.149431%200.148788C0.244561%200.0535782%200.373617%205.63777e-05%200.508208%20-2.38735e-07C0.642798%20-5.68552e-05%200.771899%200.0533588%200.867109%200.148489L3.6243%202.90628L6.38149%200.149696C6.42859%200.102593%206.48451%200.0652279%206.54605%200.0397356C6.6076%200.0142433%206.67356%200.00111953%206.74017%200.00111953C6.80679%200.00111953%206.87275%200.0142433%206.9343%200.0397356C6.99584%200.0652279%207.05176%200.102593%207.09886%200.149696C7.14597%200.1968%207.18333%200.25272%207.20882%200.314264C7.23432%200.375808%207.24744%200.441766%207.24744%200.508381C7.24744%200.574995%207.23432%200.640959%207.20882%200.702502C7.18333%200.764046%207.14597%200.819966%207.09886%200.86707L3.98299%203.98295C3.93588%204.03006%203.87996%204.06742%203.81842%204.09291C3.75688%204.11841%203.69091%204.13153%203.6243%204.13153C3.55768%204.13153%203.49172%204.11841%203.43018%204.09291C3.36863%204.06742%203.31271%204.03006%203.26561%203.98295L3.26561%203.98235Z%22%20fill%3D%22%23434343%22%2F%3E%0A%3C%2Fsvg%3E%0A"), linear-gradient(to bottom, #fff 0%, #fff 100%);
  outline: none;
}
.profile-item [type=file] {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%20viewBox%3D%22721.5%20389%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m729.5%20398h4v2h-4zm0-4h4v2h-4zm-4-5v9h-4v4c0%201.7%201.3%203%203%203h10c1.7%200%203-1.3%203-3v-13zm10%2013c0%20.6-.4%201-1%201h-7v-12h8z%22%20fill%3D%22%238dc63f%22%2F%3E%3C%2Fsvg%3E") 1rem calc(2.2rem + 0.1em)/1.6em auto no-repeat;
  border: 1px dashed #c9d0dd;
  padding: 2.2rem 1rem 0.6rem 3.5em;
  width: 100%;
}
.profile-item ::-webkit-file-upload-button {
  background-color: transparent;
  border-width: 0;
  font-weight: 700;
  margin-right: 1rem;
  min-width: auto;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
.profile-item ::file-selector-button {
  background-color: transparent;
  border-width: 0;
  font-weight: 700;
  margin-right: 1rem;
  min-width: auto;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}

form {
  position: relative;
}

table {
  background-color: transparent;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption {
  background-color: transparent;
  border: 0;
}

th {
  border-bottom: 1px solid #c9d0dd;
  color: inherit;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
}

tr {
  border-bottom: 1px solid #c9d0dd;
}
tr:last-of-type {
  border-bottom-width: 0;
}

th,
td {
  padding: 0.8rem;
}

.lightbox-content, .hero-categories, .header-content,
.hero, .footer-content, main[role=main] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem;
  padding-left: 2vw;
  padding-right: 2vw;
  width: 100%;
}

.footer-content, main[role=main] {
  max-width: 77rem;
}

#search-main {
  max-width: 20em;
}

header[role=banner] {
  background-color: #fff;
  border-bottom: 1px solid #c9d0dd;
  scroll-margin-top: 2vw;
  scroll-snap-align: start;
  z-index: 34;
}
@supports (position: sticky) {
  header[role=banner] {
    position: sticky;
    top: 0;
  }
}
header[role=banner] a {
  color: inherit;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 2vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  scroll-margin-top: 2vw;
  scroll-snap-align: start;
  z-index: 5;
}
.header-content #search-main {
  margin-left: auto;
}
.header-content .navbar {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 5;
}

[rel=home] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  max-width: 11em;
}

.slogan {
  color: #8dc63f;
  font-size: 0.5625rem;
  font-weight: 700;
}

@media (min-width: 88em) {
  .header-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-content .navbar {
    margin-right: auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
main[role=main] {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

#main-content {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}

.main-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2vw;
  padding-top: 2rem;
}
.main-contain > div, .main-contain > section, .main-contain > h1, .main-contain > form {
  min-width: 15em;
  max-width: 100%;
  -webkit-box-flex: 4;
      -ms-flex: 4 0 calc((40rem - 100%) * 999);
          flex: 4 0 calc((40rem - 100%) * 999);
}
.main-contain > aside, .main-contain > .product-filters, .main-contain > .sidebar, .main-contain > nav, .main-contain > .order-summary {
  min-width: 15em;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((40rem - 100%) * 999);
          flex: 1 0 calc((40rem - 100%) * 999);
}

.category-description {
  margin-bottom: 2rem;
}

@media (min-width: 55.5em) {
  .product-filters {
    position: sticky;
    top: 6em;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow-y: scroll;
    -ms-scroll-snap-type: y proximity;
        scroll-snap-type: y proximity;
  }
  .product-filters::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
}
footer[role=contentinfo] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 0.75rem;
  margin: 6rem 0 0;
  z-index: 33;
}

.footer-content {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(13em, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(1em, auto));
  padding-bottom: 6rem;
  padding-top: 6rem;
}
@media (min-width: 55.5em) {
  .footer-content {
    grid-auto-flow: column dense;
    grid-template-rows: repeat(auto-fit, minmax(1em, 1fr));
  }
}
.footer-content .section-title {
  font-weight: 800;
  text-transform: uppercase;
}
.footer-content ul {
  list-style: none;
  padding: 0;
}
.footer-content ul a {
  color: inherit;
  display: inline-block;
  margin: 0.3em 0;
  padding: 0.3em 0;
}
.footer-content .terms-conditions {
  grid-row: span 2;
}

.copyright span {
  display: block;
  font-weight: 700;
}

.product-results {
  display: grid;
  gap: 3vw;
  grid-template-columns: repeat(auto-fill, minmax(13.5em, 1fr));
}
@media (min-width: 55.5em) {
  .product-results {
    gap: 1vw;
  }
}

.product-results [class^=ad] {
  grid-column: 1/-1;
}

.product-results h1 {
  grid-column: 1/-1;
}
.product-results .more-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #c9d0dd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
}
.product-results .more-link:focus, .product-results .more-link:hover {
  background-color: #f7f9fc;
  -webkit-transform: translateX(1vw) translateZ(0);
          transform: translateX(1vw) translateZ(0);
}

.main-contain-1col {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding: 2vw;
  width: 100%;
}

.navbar-open, .navbar-close {
  border-radius: 0;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.5;
  min-width: 1.4em;
  padding: 0 1rem;
  text-align: center;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}
.navbar-open:focus, .navbar-close:focus, .navbar-open:hover, .navbar-close:hover {
  text-decoration: none;
}
.navbar-open:active, .navbar-close:active {
  background-color: #fff;
}

.navbar {
  background-color: #fff;
  font-size: 1.25rem;
  left: 0;
  margin: 0;
  max-height: 100vh;
  overflow-x: visible;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
  text-align: left;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  top: 0;
  width: 100%;
  z-index: 30;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@supports (position: fixed) {
  .navbar {
    position: fixed;
  }
}
.navbar::-webkit-scrollbar {
  display: none;
}
.navbar-open span, .navbar-close span {
  vertical-align: middle;
}
.navbar-open {
  margin-right: -2vw;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.navbar-open:target {
  -webkit-animation-name: none;
          animation-name: none;
}
.navbar-close {
  background: none;
  font-weight: bold;
  z-index: 32;
}
.navbar-close > span {
  position: relative;
  top: -0.04em;
}
.navbar > h2 {
  -webkit-box-shadow: 0 0.1em 0.6em 0.1em rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.1em 0.6em 0.1em rgba(0, 0, 0, 0.05);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 1.25rem;
  margin: 0;
  padding: 0.8em 1em 0.7em 6vw;
  text-align: left;
}
.navbar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.navbar-item {
  list-style: none;
  padding: 0;
}
.navbar-link {
  display: block;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.4rem;
  padding: 2rem 0.5rem 1.8rem 1.6rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.navbar-link:focus, .navbar-link:hover {
  text-decoration: none;
}
.navbar:target {
  -webkit-animation-name: none;
          animation-name: none;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}

@media (min-width: 55.5em) {
  .navbar {
    display: block;
    height: auto;
    font-size: 1rem;
    left: auto;
    min-width: 40em;
    overflow-y: hidden;
    position: relative;
    text-align: center;
    top: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    width: auto;
  }
  .navbar > h2, .navbar-open, .navbar-close {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    -webkit-clip-path: inset(0% 100% 100% 0%);
            clip-path: inset(0% 100% 100% 0%);
    word-wrap: normal;
  }
  .navbar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar-link {
    margin: 0 0.2rem;
  }
}
.with-mega::after,
.megamenu-area {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  visibility: hidden;
}

.with-mega:focus::after, .with-mega:hover::after, .navbar-link:focus + .megamenu-area,
.navbar-link:hover + .megamenu-area, .navbar-item:focus-within .megamenu-area,
.navbar-item:hover .megamenu-area {
  opacity: 1;
  visibility: visible;
}

.megamenu {
  background: repeating-linear-gradient(to right, transparent 0%, transparent calc(34% - 2px), #e9eef7 calc(34% - 1px), #e9eef7 34%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-height: 100vh;
  overflow-y: scroll;
}
.megamenu-area {
  -webkit-animation: fadeIn 0.3s ease 0s;
          animation: fadeIn 0.3s ease 0s;
  background-color: #fff;
  -webkit-box-shadow: 0 -1px 1px 0 #c9d0dd, 0 2rem 3rem 0 #c9d0dd;
          box-shadow: 0 -1px 1px 0 #c9d0dd, 0 2rem 3rem 0 #c9d0dd;
  color: #303945;
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  text-align: left;
  top: 9em;
  width: 90%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.megamenu-area::-webkit-scrollbar {
  display: none;
}
.megamenu button {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  min-width: 6rem;
  padding: 2em 0 1em;
  text-align: left;
  text-transform: none;
}
.megamenu button:focus,
.megamenu button:hover {
  background-color: transparent;
  color: inherit;
  cursor: default;
}
.megamenu button:focus-visible {
  border-bottom-color: #303945;
  outline: none;
}
.megamenu a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5em 0;
  position: relative;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.megamenu a:focus,
.megamenu a:hover {
  text-decoration: underline;
  text-underline-offset: 0.4em;
}

.navbar-item:focus-within .megamenu-area,
.navbar-item:hover .megamenu-area {
  z-index: 1;
}

.navbar-link:focus + .megamenu-area,
.navbar-link:hover + .megamenu-area {
  z-index: 1;
}

.with-mega {
  position: relative;
}
.with-mega::after {
  background-color: #fff;
  border-left: 1px solid #c9d0dd;
  border-top: 1px solid #c9d0dd;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-clip-path: polygon(1.1rem 0, 0 1.1rem, -1px -1px);
          clip-path: polygon(1.1rem 0, 0 1.1rem, -1px -1px);
  content: "";
  display: block;
  height: 1rem;
  left: 1.1rem;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 1rem;
  z-index: 2;
}
.megamenu-categories {
  list-style: none;
}
@media (min-width: 55.5em) {
  .megamenu-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    padding: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.megamenu-categories > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 6rem;
          flex: 1 0 6rem;
  margin: 0;
  padding: 0 0.5rem 0 3rem;
}

@media (min-width: 55.5em) {
  .megamenu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    padding: 0;
    padding-bottom: 3em;
    padding-top: 1em;
  }
}
.megamenu-content [role=tabpanel] {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 6rem;
          flex: 1 0 6rem;
  margin: 0;
  padding: 0 0.5rem 0 3rem;
  list-style: none;
}

.promo-mega {
  position: relative;
  width: 20em;
}
.promo-mega .product-link {
  display: grid;
  gap: 0 1rem;
  grid-template-columns: auto 1fr;
  grid-auto-flow: row;
  margin: 0;
  text-align: center;
}
.promo-mega .product-img {
  display: block;
  grid-row: 1/span 3;
  min-height: 8em;
  padding: 1rem;
  width: 10em;
}
.promo-mega [class^=product-tag] {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: static;
}
.promo-mega .price-regular {
  justify-self: center;
}

.load-more {
  margin-left: 0;
  margin-right: 0;
}

.pager-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
@media print {
  .pager {
    display: none;
  }
}

.pager-item,
.pager-item-current {
  display: inline-block;
  font-size: 0.875rem;
  list-style-type: none;
  background-image: none;
}
.pager-item a,
.pager-item-current a {
  color: #98a1ad;
  font-weight: 700;
  padding: 0.4rem 0.6rem;
}

.pager-item-current {
  font-weight: bold;
  padding: 0.2em 0.5em;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  text-decoration-thickness: 2px;
}

.product-categories {
  background-color: #f7f9fc;
  padding: 1.4rem;
}
.product-categories h2 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 0.4rem;
}

.product-categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.product-categories-list a {
  color: inherit;
  display: block;
  margin-bottom: 0.2rem;
  padding: 0.3rem 0;
}

.skip-link {
  background-color: #686868;
  color: #fff;
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 0;
  outline: 1px dotted #fff;
  padding: 0.5em;
  text-align: center;
  text-decoration: none;
  top: 0;
}
@media print {
  .skip-link {
    display: none;
  }
}

.fast-access {
  list-style: none;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 35;
}
.fast-access ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.user-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  gap: calc(0.5rem + 1vw);
  height: 100%;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
}
.user-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.user-menu [class^=link-] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  padding: 0.3rem;
  position: relative;
  white-space: nowrap;
}
.user-menu [class^=link-]::after {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  margin-left: 0.4rem;
}
.user-menu .link-myaccount {
  min-width: 3rem;
  padding: 0;
  position: relative;
}
.user-menu .link-myaccount img {
  border-radius: 10em;
  display: inline-block;
  min-width: 2rem;
  vertical-align: middle;
}
.user-menu .link-myaccount::after {
  content: "";
  display: none;
}

.link-myaccount:focus + .link-logout,
.link-myaccount:hover + .link-logout, .user-myaccount:hover .link-logout, .link-logout:focus, .link-logout:hover {
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  height: auto;
  overflow: visible;
  position: absolute;
  -webkit-transition: -webkit-clip-path 0.4s ease 0.5s;
  transition: -webkit-clip-path 0.4s ease 0.5s;
  transition: clip-path 0.4s ease 0.5s;
  transition: clip-path 0.4s ease 0.5s, -webkit-clip-path 0.4s ease 0.5s;
  width: auto;
}

.link-logout {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
  -webkit-clip-path: inset(0% 0% 0% 100%);
          clip-path: inset(0% 0% 0% 100%);
  background-color: #f7f9fc;
  bottom: 0;
  right: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: none;
  transition: none;
  z-index: 1;
}
.user-myaccount {
  position: relative;
}
.link-login::after {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224.45%22%20height%3D%2226.45%22%20version%3D%221.1%22%20viewBox%3D%221636%2055.28%2024.45%2026.45%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m1659%2081h-19a1.002%201.002%200%2001-1-1v-10.41h-.001l-.912-.001c-.6%200-1.087-.488-1.087-1.087%200-.6.488-1.087%201.087-1.087h.913v2.174h6.152v3.261a.543.543%200%2000.863.44l5.978-4.348a.539.539%200%2000.219-.356.539.539%200%2000-.219-.526l-5.978-4.347a.54.54%200%2000-.567-.044.54.54%200%2000-.296.485v3.261h-6.152v-10.41c0-.551.448-1%201-1h19c.552%200%201%20.449%201%201v23c0%20.551-.448%201-1%201z%22%20fill%3D%22%23303945%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E%0A");
}

.link-logout::after {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224.45%22%20height%3D%2226.45%22%20version%3D%221.1%22%20viewBox%3D%221636%2055.28%2024.45%2026.45%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m1638%2055.99c-.5564%200-1.004.4475-1.004%201.004v23.01c0%20.5564.4475%201.004%201.004%201.004h18.98c.5564%200%201.004-.4475%201.004-1.004v-9.645l-4.117%202.969c-.3293.2365-.7461-.05288-.7461-.5215l-.0176-3.141h-7.043a1.15%201.15%200%2001-1.148-1.15%201.15%201.15%200%20011.148-1.148h7.029l-.0176-3.135c-.0014-.3513.2289-.6055.4844-.6133.0851-.002604.1729.02237.2558.08008l4.172%202.912v-9.615c0-.5564-.4475-1.004-1.004-1.004h-18.98zm19.99%2010.62v3.748l1.902-1.371c.3286-.2377.3256-.8226-.0097-1.055l-1.893-1.322z%22%20fill%3D%22%23303945%22%2F%3E%3C%2Fsvg%3E");
}

.link-wishlist::after {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2221.017%22%20viewBox%3D%22-19%201.983%2022%2021.017%22%3E%3Cpath%20d%3D%22M-3.417%202A6.452%206.452%200%200%200-8%203.947a6.4%206.4%200%200%200-11%204.444c0%205.844%209.994%2014.056%2010.42%2014.4a.92.92%200%200%200%201.16%200C-6.994%2022.447%203%2014.235%203%208.391A6.412%206.412%200%200%200-3.417%202Z%22%20fill%3D%22%23303945%22%2F%3E%3C%2Fsvg%3E");
}

.link-cart::after {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2224%22%20viewBox%3D%222%200%2020%2024%22%3E%3Cpath%20d%3D%22M21%205h-4c0-2.8-2.2-5-5-5S7%202.2%207%205H3c-.6%200-1%20.4-1%201v17c0%20.6.4%201%201%201h18c.6%200%201-.4%201-1V6c0-.6-.4-1-1-1Zm-9-3c1.7%200%203%201.3%203%203H9c0-1.7%201.3-3%203-3Z%22%20fill%3D%22%23303945%22%2F%3E%3C%2Fsvg%3E");
}

.button,
.add-address,
a.address-add-link,
.promo-points .form-item button,
.item-capsule button,
.froddo-club button,
.load-more,
button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.add-address, a.address-add-link, .promo-points .form-item button, .item-capsule button, .froddo-club button, .load-more,
button,
[type=button],
[type=reset],
[type=submit] {
  background-color: #303945;
  color: #fff;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  padding: 1.3rem 3rem 1.2rem;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10em;
  border: 0;
  font-size: 0.75rem;
  font-weight: 800;
  margin: 1em 0;
  min-width: 10em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.add-address:focus, a.address-add-link:focus, .promo-points .form-item button:focus, .load-more:focus, .add-address:hover, a.address-add-link:hover, .promo-points .form-item button:hover, .load-more:hover, .add-address:active, a.address-add-link:active, .promo-points .form-item button:active, .load-more:active,
button:focus,
button:hover,
button:active,
[type=button]:focus,
[type=button]:hover,
[type=button]:active,
[type=reset]:focus,
[type=reset]:hover,
[type=reset]:active,
[type=submit]:focus,
[type=submit]:hover,
[type=submit]:active {
  background-color: #8dc63f;
  text-decoration: none;
  outline: none;
}
.add-address:focus-visible, a.address-add-link:focus-visible, .promo-points .form-item button:focus-visible, .load-more:focus-visible,
button:focus-visible,
[type=button]:focus-visible,
[type=reset]:focus-visible,
[type=submit]:focus-visible {
  outline: 2px solid #303945;
}
.add-address:active, a.address-add-link:active, .promo-points .form-item button:active, .load-more:active,
button:active,
[type=button]:active,
[type=reset]:active,
[type=submit]:active {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.add-address::-moz-focus-inner, a.address-add-link::-moz-focus-inner, .promo-points .form-item button::-moz-focus-inner, .item-capsule button::-moz-focus-inner, .froddo-club button::-moz-focus-inner, .load-more::-moz-focus-inner,
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.add-address:-moz-focusring, a.address-add-link:-moz-focusring, .promo-points .form-item button:-moz-focusring, .load-more:-moz-focusring,
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 2px solid ButtonText;
}

.add-address, a.address-add-link, .promo-points .form-item button, .item-capsule button, .load-more {
  background-color: #fff;
  border: 1px solid #303945;
  color: #303945;
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
  -webkit-transition-property: border-color, background-color, color;
  transition-property: border-color, background-color, color;
}
.add-address:focus, a.address-add-link:focus, .promo-points .form-item button:focus, .item-capsule button:focus, .load-more:focus, .add-address:hover, a.address-add-link:hover, .promo-points .form-item button:hover, .item-capsule button:hover, .load-more:hover, .add-address:active, a.address-add-link:active, .promo-points .form-item button:active, .item-capsule button:active, .load-more:active {
  background-color: #8dc63f;
  border-color: #8dc63f;
  color: #fff;
}
.load-more {
  border-radius: 10em;
}
[type=reset] {
  background-color: #e1e1e1;
  color: inherit;
}
[type=reset]:focus {
  background-color: revert;
  color: revert;
}
.froddo-club button {
  background-color: #fff;
  color: #303945;
}
.froddo-club button:focus, .froddo-club button:hover {
  color: #fff;
}

button[disabled],
[disabled][type=button],
[disabled][type=reset],
[disabled][type=submit], [disabled].add-address, a[disabled].address-add-link, .promo-points .form-item button[disabled], [disabled].load-more {
  background-color: #b3b3b3;
  background-image: none;
  cursor: not-allowed;
  color: #999999;
}
button[disabled]:focus,
[disabled][type=button]:focus,
[disabled][type=reset]:focus,
[disabled][type=submit]:focus, [disabled].add-address:focus, a[disabled].address-add-link:focus, [disabled].load-more:focus,
button[disabled]:hover,
[disabled][type=button]:hover,
[disabled][type=reset]:hover,
[disabled][type=submit]:hover, [disabled].add-address:hover, a[disabled].address-add-link:hover, [disabled].load-more:hover,
button[disabled]:active,
[disabled][type=button]:active,
[disabled][type=reset]:active,
[disabled][type=submit]:active, [disabled].add-address:active, a[disabled].address-add-link:active, [disabled].load-more:active {
  color: #999999;
}

.generate-sticker, .item-remove, .product-colors-list [type=button], .product-options [type=button], .cart-reserve {
  background-color: transparent;
  border-width: 0;
  color: inherit;
  margin: 0;
  min-width: auto;
  padding: 0;
  text-transform: none;
}
.generate-sticker:focus, .item-remove:focus, .product-colors-list [type=button]:focus, .product-options [type=button]:focus, .cart-reserve:focus, .generate-sticker:hover, .item-remove:hover, .product-colors-list [type=button]:hover, .product-options [type=button]:hover, .cart-reserve:hover, .generate-sticker:active, .item-remove:active, .product-colors-list [type=button]:active, .product-options [type=button]:active, .cart-reserve:active {
  background-color: transparent;
  text-decoration: none;
  outline: none;
}

.item-capsule, #search-returns, #search-main,
.form-item-capsule {
  display: grid;
  grid-template-areas: "label" "capsule";
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 1.6rem 0;
}
.item-capsule label, #search-returns label, #search-main label,
.form-item-capsule label {
  grid-area: label;
}
.item-capsule input, #search-returns input, #search-main input,
.form-item-capsule input,
.item-capsule button,
#search-returns button,
#search-main button,
.form-item-capsule button {
  grid-area: capsule;
}
.item-capsule input:focus, #search-returns input:focus, #search-main input:focus,
.form-item-capsule input:focus,
.item-capsule button:focus,
#search-returns button:focus,
#search-main button:focus,
.form-item-capsule button:focus {
  outline: none;
}
.item-capsule input:focus-visible, #search-returns input:focus-visible, #search-main input:focus-visible,
.form-item-capsule input:focus-visible,
.item-capsule button:focus-visible,
#search-returns button:focus-visible,
#search-main button:focus-visible,
.form-item-capsule button:focus-visible {
  outline-offset: 0;
}
.item-capsule input, #search-returns input, #search-main input,
.form-item-capsule input {
  padding-right: 10em;
  width: 100%;
}
.item-capsule button, #search-returns button, #search-main button,
.form-item-capsule button {
  margin: 0 0 0 auto;
  max-width: 50%;
}

#search-returns, #search-main,
.form-item-capsule {
  position: relative;
}
#search-returns:focus-within, #search-main:focus-within,
.form-item-capsule:focus-within {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#search-returns label, #search-main label,
.form-item-capsule label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
#search-returns .button-text, #search-main .button-text,
.form-item-capsule .button-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}

.products-sorting [type=radio],
.product-filter-items [type=radio], .profile-item [type=radio], #send-gift,
.product-filter-items [type=checkbox], .profile-item [type=checkbox] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
.products-sorting [type=radio] + label,
.product-filter-items [type=radio] + label, .profile-item [type=radio] + label, #send-gift + label,
.product-filter-items [type=checkbox] + label, .profile-item [type=checkbox] + label {
  color: #98a1ad;
  line-height: 1.3;
  padding-left: 2.2em;
  text-indent: -2.2em;
}
.products-sorting [type=radio] + label::before,
.product-filter-items [type=radio] + label::before, .profile-item [type=radio] + label::before, #send-gift + label::before,
.product-filter-items [type=checkbox] + label::before, .profile-item [type=checkbox] + label::before {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  content: " ";
  display: inline-block;
  height: 1.2em;
  line-height: 1.2em;
  margin-right: 1em;
  text-align: center;
  text-indent: 0;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  vertical-align: text-bottom;
  width: 1.2em;
  z-index: 1;
}
.products-sorting [type=radio]:focus,
.product-filter-items [type=radio]:focus, .profile-item [type=radio]:focus, #send-gift:focus,
.product-filter-items [type=checkbox]:focus, .profile-item [type=checkbox]:focus {
  outline: 2px solid;
}
.products-sorting [type=radio]:focus-visible + label,
.product-filter-items [type=radio]:focus-visible + label, .profile-item [type=radio]:focus-visible + label, #send-gift:focus-visible + label,
.product-filter-items [type=checkbox]:focus-visible + label, .profile-item [type=checkbox]:focus-visible + label {
  border-radius: 2px;
  outline: 2px solid;
}
.products-sorting [type=radio]:checked + label,
.product-filter-items [type=radio]:checked + label, .profile-item [type=radio]:checked + label, #send-gift:checked + label,
.product-filter-items [type=checkbox]:checked + label, .profile-item [type=checkbox]:checked + label {
  color: inherit;
  font-weight: 700;
}
.products-sorting [type=radio]:checked + label::before,
.product-filter-items [type=radio]:checked + label::before, .profile-item [type=radio]:checked + label::before, #send-gift:checked + label::before,
.product-filter-items [type=checkbox]:checked + label::before, .profile-item [type=checkbox]:checked + label::before {
  background-color: #8dc63f;
  border-color: #8dc63f;
  color: #fff;
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.833%22%20height%3D%226.817%22%20viewBox%3D%223.567%204.583%208.833%206.817%22%3E%3Cpath%20d%3D%22M12.4%206%2011%204.6l-4%204-2-2L3.6%208%207%2011.4%2012.4%206Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  line-height: 1;
}
.products-sorting [disabled][type=radio] + label::before,
.product-filter-items [disabled][type=radio] + label::before, .profile-item [disabled][type=radio] + label::before, [disabled]#send-gift + label::before,
.product-filter-items [disabled][type=checkbox] + label::before, .profile-item [disabled][type=checkbox] + label::before {
  background-color: #b3b3b3;
}
.products-sorting [disabled][type=radio]:checked + label::before,
.product-filter-items [disabled][type=radio]:checked + label::before, .profile-item [disabled][type=radio]:checked + label::before, [disabled]#send-gift:checked + label::before,
.product-filter-items [disabled][type=checkbox]:checked + label::before, .profile-item [disabled][type=checkbox]:checked + label::before {
  border-color: #b3b3b3;
}

.products-sorting [type=radio] + label::before,
.product-filter-items [type=radio] + label::before, .profile-item [type=radio] + label::before {
  border-radius: 10em;
}
.products-sorting [type=radio]:checked + label::before,
.product-filter-items [type=radio]:checked + label::before, .profile-item [type=radio]:checked + label::before {
  background-color: #fff;
  border-color: #8dc63f;
  -webkit-box-shadow: 0 0 0 0.42em #8dc63f inset;
          box-shadow: 0 0 0 0.42em #8dc63f inset;
  content: "";
}

.product-filter {
  background-color: #f7f9fc;
}
.product-filter fieldset {
  padding-bottom: 1.5rem;
}
.product-filter legend {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
.product-filter [type=submit] {
  padding-left: clamp(1vw, 2rem, 2vw);
  padding-right: clamp(1vw, 2rem, 2vw);
  width: 100%;
}
.product-filter-items {
  padding: 0 1.4rem;
}
.product-filter-items [type=checkbox]:focus {
  outline: 2px solid;
}
.product-filter-items .product-choose-sizes {
  background: none;
  border-top: 0;
}
.product-filter-items .choose-colors [type=checkbox]:checked + label {
  color: inherit;
  opacity: 1;
}
.product-filter-items .choose-colors [type=checkbox]:checked + label::before {
  outline-width: 0;
}
.product-filter-items .choose-colors [type=checkbox]:checked + label:focus,
.product-filter-items .choose-colors [type=checkbox]:checked + label:hover {
  color: inherit;
}
.product-filter-items .choose-colors [type=checkbox] + label:focus,
.product-filter-items .choose-colors [type=checkbox] + label:hover {
  color: inherit;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.product-filter-items .choose-colors [type=checkbox] + label:focus::before,
.product-filter-items .choose-colors [type=checkbox] + label:hover::before {
  outline-color: transparent;
}
.product-filter-items .toggle [type=radio] + label {
  padding-left: clamp(1vw, 2rem, 2vw);
  padding-right: clamp(1vw, 2rem, 2vw);
  text-indent: 0;
}
.product-filter-items .toggle [type=radio] + label::before {
  content: none;
}
.product-filter [for=price-discount] {
  border-top: 1px solid rgba(201, 208, 221, 0.5);
  margin-bottom: 0.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.choose-colors {
  background: none;
  border-top: 0;
}
.choose-colors label {
  opacity: 0.3;
  outline-width: 0;
}
.choose-colors label span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}

.product-filter-items [type=checkbox] + [for$=white]::before {
  background-color: #fff;
}

.product-filter-items [type=checkbox]:checked + [for$=white]::before {
  background-color: #fff;
}

.product-filter-items [type=checkbox] + [for$=black]::before {
  background-color: #000;
}

.product-filter-items [type=checkbox]:checked + [for$=black]::before {
  background-color: #000;
}

.product-filter-items [type=checkbox] + [for$=red]::before {
  background-color: #f77d7d;
}

.product-filter-items [type=checkbox]:checked + [for$=red]::before {
  background-color: #f77d7d;
}

.product-filter-items [type=checkbox] + [for$=purple]::before {
  background-color: #d1b2fa;
}

.product-filter-items [type=checkbox]:checked + [for$=purple]::before {
  background-color: #d1b2fa;
}

.product-filter-items [type=checkbox] + [for$=orange]::before {
  background-color: #ffd381;
}

.product-filter-items [type=checkbox]:checked + [for$=orange]::before {
  background-color: #ffd381;
}

.product-filter-items [type=checkbox] + [for$=blue]::before {
  background-color: #99d4f8;
}

.product-filter-items [type=checkbox]:checked + [for$=blue]::before {
  background-color: #99d4f8;
}

.product-filter-items [type=checkbox] + [for$=pink]::before {
  background-color: #ff9dca;
}

.product-filter-items [type=checkbox]:checked + [for$=pink]::before {
  background-color: #ff9dca;
}

.product-filter-items [type=checkbox] + [for$=brown]::before {
  background-color: #c9ae93;
}

.product-filter-items [type=checkbox]:checked + [for$=brown]::before {
  background-color: #c9ae93;
}

.product-filter-items [type=checkbox] + [for$=green]::before {
  background-color: #9bd889;
}

.product-filter-items [type=checkbox]:checked + [for$=green]::before {
  background-color: #9bd889;
}

.product-filter-items [type=checkbox] + [for$=gold]::before {
  background-color: #f7ef8a;
}

.product-filter-items [type=checkbox]:checked + [for$=gold]::before {
  background-color: #f7ef8a;
}

.product-filter-items [type=checkbox] + [for$=yellow]::before {
  background-color: #ebe773;
}

.product-filter-items [type=checkbox]:checked + [for$=yellow]::before {
  background-color: #ebe773;
}

.product-filter-items [for$=gold]::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7ef8a), to(#ae8625));
  background-image: linear-gradient(#f7ef8a, #ae8625);
}

.product-filter-items [for$=multi]::before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #99d4f8), color-stop(50%, #ebe773)), -webkit-gradient(linear, left top, right top, color-stop(50%, #d1b2fa), color-stop(50%, #f77d7d));
  background-image: linear-gradient(to right, #99d4f8 50%, #ebe773 50%), linear-gradient(to right, #d1b2fa 50%, #f77d7d 50%);
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 50%, 100% 50%;
}

.number-spinner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 11em;
}
.number-spinner label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
.number-spinner button {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20version%3D%221.1%22%20viewBox%3D%220%200%2012%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20x1%3D%221%22%20x2%3D%2211%22%20y1%3D%226%22%20y2%3D%226%22%20stroke%3D%22%238dc63f%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%226%22%20x2%3D%226%22%20y1%3D%221%22%20y2%3D%2211%22%20stroke%3D%22%238dc63f%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") 50% 50%/1em auto no-repeat;
  border: 1px solid #c9d0dd;
  display: block;
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2em;
          flex: 0 0 2em;
  font-size: 0.75rem;
  font-weight: 600;
  height: 2em;
  line-height: 2em;
  margin: 0;
  min-width: 0;
  padding: 0.5em;
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
  -webkit-transition-property: border-color, -webkit-filter;
  transition-property: border-color, -webkit-filter;
  transition-property: border-color, filter;
  transition-property: border-color, filter, -webkit-filter;
  width: 1em;
  z-index: 1;
}
.number-spinner button[data-type=subtract] {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20version%3D%221.1%22%20viewBox%3D%220%200%2012%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20x1%3D%221%22%20x2%3D%2211%22%20y1%3D%226%22%20y2%3D%226%22%20stroke%3D%22%238dc63f%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
}
.number-spinner button span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
  pointer-events: none;
}
.number-spinner button:focus, .number-spinner button:hover {
  border-color: #8dc63f;
  -webkit-filter: saturate(100%);
          filter: saturate(100%);
}
.number-spinner [type=number] {
  -moz-appearance: textfield;
  background-color: transparent;
  line-height: 1em;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 3em;
          flex: 0 1 3em;
  font-size: 1em;
  margin: 0;
  min-width: 2em;
  padding: 0.3em;
  text-align: center;
  z-index: 0;
}
.number-spinner [type=number]::-webkit-inner-spin-button, .number-spinner [type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.product-choose-sizes {
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.917%22%20height%3D%2217.483%22%20viewBox%3D%22449.967%204911.983%2022.917%2017.483%22%3E%3Cg%3E%3Cpath%20d%3D%22M452.858%204929.451h17.152c1.579%200%202.858-1.343%202.858-3H450c0%201.657%201.28%203%202.859%203Z%22%20fill%3D%22%2398a1ad%22%2F%3E%3Cpath%20d%3D%22M472.868%204924.451c-.003-2.76-2.134-4.997-4.764-5h-1.56l-8.52-7.451-1.22%201.536%202.454%202.147a6.077%206.077%200%200%201-3.065.768%205.682%205.682%200%200%201-3.373-.921%201.816%201.816%200%200%200-1.89.036%202%202%200%200%200-.93%201.717v7.168h22.868Z%22%20fill%3D%22%2398a1ad%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 1rem/auto 1em no-repeat;
  border-top: 1px solid #c9d0dd;
  font-weight: 700;
  padding: 1rem 0 0;
}
.product-choose-sizes legend {
  color: #98a1ad;
  font-size: 0.75rem;
  grid-column: 1/-1;
  margin-bottom: 1rem;
  padding-left: 2.4em;
}

.product-choose-sizes fieldset {
  display: grid;
  gap: 0.5rem;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(2.4em, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(2.4em, 1fr)) minmax(1em, auto);
}

.product-filter-items .product-choose-sizes, .choose-colors {
  display: grid;
  gap: 0.4rem;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(2.4em, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(2.4em, 1fr));
  padding: 1rem 0 2rem;
}

.product-choose-sizes [type=checkbox], .choose-colors [type=checkbox] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
.product-choose-sizes [type=checkbox]:checked + label, .choose-colors [type=checkbox]:checked + label {
  color: #fff;
}
.product-choose-sizes [type=checkbox]:checked + label::before, .choose-colors [type=checkbox]:checked + label::before {
  background-color: #8dc63f;
  content: "";
  outline-color: #8dc63f;
  -webkit-transform: translateY(-50%) translateZ(0) scaleY(1.2);
          transform: translateY(-50%) translateZ(0) scaleY(1.2);
}
.product-choose-sizes [type=checkbox]:checked + label:focus, .choose-colors [type=checkbox]:checked + label:focus, .product-choose-sizes [type=checkbox]:checked + label:hover, .choose-colors [type=checkbox]:checked + label:hover {
  color: #fff;
}
.product-choose-sizes [type=checkbox] + label, .choose-colors [type=checkbox] + label {
  color: inherit;
  font-weight: 700;
  line-height: 1.7;
  padding: 0.4em;
  position: relative;
  text-align: center;
  text-indent: unset;
  -webkit-transition: color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s;
  z-index: 0;
}
.product-choose-sizes [type=checkbox] + label::before, .choose-colors [type=checkbox] + label::before {
  background-color: #fff;
  border-radius: 0.3rem;
  border-width: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  outline: 1px solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateZ(0) scaleY(1);
          transform: translateY(-50%) translateZ(0) scaleY(1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
  transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
  -webkit-transition-property: background-color, outline-color, -webkit-transform;
  transition-property: background-color, outline-color, -webkit-transform;
  transition-property: transform, background-color, outline-color;
  transition-property: transform, background-color, outline-color, -webkit-transform;
  width: 100%;
  z-index: -1;
}
.product-choose-sizes [type=checkbox] + label:focus, .choose-colors [type=checkbox] + label:focus, .product-choose-sizes [type=checkbox] + label:hover, .choose-colors [type=checkbox] + label:hover {
  color: #8dc63f;
}
.product-choose-sizes [type=checkbox] + label:focus::before, .choose-colors [type=checkbox] + label:focus::before, .product-choose-sizes [type=checkbox] + label:hover::before, .choose-colors [type=checkbox] + label:hover::before {
  outline-color: #8dc63f;
  -webkit-transform: translateY(-50%) translateZ(0) scaleY(1.2);
          transform: translateY(-50%) translateZ(0) scaleY(1.2);
}

.product-choose-sizes .measurements {
  background-color: #f7f9fc;
  border-bottom: 1px solid #c9d0dd;
  border-top: 1px solid #c9d0dd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1/-1;
  grid-row: -1/span 1;
  font-size: 0.8125rem;
  font-weight: 300;
  margin: 1rem 0 3rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.product-choose-sizes .measurements:first-of-type {
  opacity: 1;
}
.product-choose-sizes .measurements span {
  font-weight: 800;
  margin: 0 1.4rem 0 0.3rem;
}
.product-choose-sizes .measurements .size {
  border-right: 1px solid #c9d0dd;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0.8rem 0.8rem 0.8rem 0;
  padding-right: 0.8rem;
}

#search-main [type=search]:not(:-moz-placeholder-shown) {
  background-color: #f7f9fc;
  cursor: text;
  max-width: 30em;
  opacity: 1;
  padding-right: 6.6rem;
  width: 25em;
  z-index: 1;
}

#search-main [type=search]:not(:-ms-input-placeholder) {
  background-color: #f7f9fc;
  cursor: text;
  max-width: 30em;
  opacity: 1;
  padding-right: 6.6rem;
  width: 25em;
  z-index: 1;
}

#search-main:focus-within [type=search], #search-main [type=search]:focus, #search-main [type=search]:not(:placeholder-shown) {
  background-color: #f7f9fc;
  cursor: text;
  max-width: 30em;
  opacity: 1;
  padding-right: 6.6rem;
  width: 25em;
  z-index: 1;
}
#search-main [type=search]:hover:not(:-moz-placeholder-shown) {
  cursor: text;
  background-color: #e9eef7;
  opacity: 1;
}
#search-main [type=search]:hover:not(:-ms-input-placeholder) {
  cursor: text;
  background-color: #e9eef7;
  opacity: 1;
}
#search-main:focus-within [type=search]:hover, #search-main [type=search]:hover:focus, #search-main [type=search]:hover:not(:placeholder-shown) {
  cursor: text;
  background-color: #e9eef7;
  opacity: 1;
}

#search-main {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 0 auto;
  z-index: 3;
}
#search-main [type=search] {
  max-width: 2.6rem;
  opacity: 0;
  padding-right: 1.6rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  -webkit-transition-property: opacity, max-width, background-color;
  transition-property: opacity, max-width, background-color;
  z-index: 1;
}
#search-main [type=search]:hover {
  cursor: pointer;
  background-color: #f7f9fc;
  opacity: 1;
}
#search-main [type=search]:not(:-moz-placeholder-shown) + [type=submit] {
  background-color: #303945;
  pointer-events: auto;
}
#search-main [type=search]:not(:-ms-input-placeholder) + [type=submit] {
  background-color: #303945;
  pointer-events: auto;
}
#search-main [type=search]:focus + [type=submit], #search-main [type=search]:not(:placeholder-shown) + [type=submit] {
  background-color: #303945;
  pointer-events: auto;
}
#search-main [type=search]:not(:-moz-placeholder-shown) + [type=submit]::before {
  background-color: #fff;
}
#search-main [type=search]:not(:-ms-input-placeholder) + [type=submit]::before {
  background-color: #fff;
}
#search-main [type=search]:focus + [type=submit]::before, #search-main [type=search]:not(:placeholder-shown) + [type=submit]::before {
  background-color: #fff;
}
#search-main [type=search]:not(:-moz-placeholder-shown) + [type=submit]:focus, #search-main [type=search]:not(:-moz-placeholder-shown) + [type=submit]:hover {
  background-color: #8dc63f;
}
#search-main [type=search]:not(:-ms-input-placeholder) + [type=submit]:focus, #search-main [type=search]:not(:-ms-input-placeholder) + [type=submit]:hover {
  background-color: #8dc63f;
}
#search-main [type=search]:focus + [type=submit]:focus, #search-main [type=search]:focus + [type=submit]:hover, #search-main [type=search]:not(:placeholder-shown) + [type=submit]:focus, #search-main [type=search]:not(:placeholder-shown) + [type=submit]:hover {
  background-color: #8dc63f;
}
#search-main [type=search]:not(:-moz-placeholder-shown) ~ [type=reset] {
  opacity: 1;
  visibility: visible;
}
#search-main [type=search]:not(:-ms-input-placeholder) ~ [type=reset] {
  opacity: 1;
  visibility: visible;
}
#search-main [type=search]:focus ~ [type=reset], #search-main [type=search]:not(:placeholder-shown) ~ [type=reset] {
  opacity: 1;
  visibility: visible;
}
#search-main [type=search]:-moz-placeholder-shown + [type=submit]:hover {
  background-color: #303945;
}
#search-main [type=search]:-ms-input-placeholder + [type=submit]:hover {
  background-color: #303945;
}
#search-main [type=search]:placeholder-shown + [type=submit]:hover {
  background-color: #303945;
}
#search-main [type=submit] {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224.87%22%20height%3D%2224.92%22%20version%3D%221.1%22%20viewBox%3D%22138.6%204909%2024.87%2024.92%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23303945%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m157.1%204927%204.929%204.929%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22m140%204920a10%2010%200%20110%20.1z%22%20fill%3D%22none%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  border-color: #8dc63f;
  font-size: inherit;
  min-height: calc(1.6rem + 1.7em);
  min-width: calc(1.6rem + 1.7em);
  padding-left: 2vw;
  padding-right: 2vw;
  pointer-events: none;
  width: 2.6rem;
  z-index: 2;
}
@supports ((-webkit-mask-image: url()) or (mask-image: url())) {
  #search-main [type=submit] {
    background-image: none;
  }
  #search-main [type=submit]::before {
    background-color: #303945;
    border-radius: 10em;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    -webkit-mask-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224.87%22%20height%3D%2224.92%22%20version%3D%221.1%22%20viewBox%3D%22138.6%204909%2024.87%2024.92%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23303945%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m157.1%204927%204.929%204.929%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22m140%204920a10%2010%200%20110%20.1z%22%20fill%3D%22none%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
            mask-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224.87%22%20height%3D%2224.92%22%20version%3D%221.1%22%20viewBox%3D%22138.6%204909%2024.87%2024.92%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23303945%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m157.1%204927%204.929%204.929%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22m140%204920a10%2010%200%20110%20.1z%22%20fill%3D%22none%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    -webkit-mask-position: 50% 50%;
            mask-position: 50% 50%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: auto;
            mask-size: auto;
    -webkit-mask-composite: source-over;
    mask-composite: add;
    position: absolute;
    top: 0;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    width: 100%;
  }
  #search-main [type=submit]:focus::before, #search-main [type=submit]:hover::before {
    background-color: #fff;
  }
}
#search-main [type=submit]:focus, #search-main [type=submit]:hover {
  background-color: #8dc63f;
}
#search-main [type=submit]:focus {
  outline: 2px solid #303945;
  outline-offset: 0;
}
#search-main [type=reset] {
  cursor: pointer;
  font-size: 1.2em;
  margin: 0;
  min-width: 0;
  opacity: 0;
  padding: 0.2rem 0.6rem;
  position: absolute;
  right: 4.2rem;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  visibility: hidden;
  z-index: 3;
  width: auto;
}
#search-main:focus-within [type=reset] {
  opacity: 1;
  visibility: visible;
}

.products-sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  margin: 1rem 0;
}
.products-sorting fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 1rem;
  margin: 0 0 0 auto;
}
.products-sorting legend {
  display: contents;
}
.products-sorting legend span {
  border-right: 1px solid #c9d0dd;
  line-height: 1.3;
  padding: 0.4rem 1rem 0 0;
}
.products-sorting [type=radio] + label {
  color: #98a1ad;
  cursor: pointer;
  font-weight: normal;
  padding: 0.4rem 0;
  text-indent: 0;
}
.products-sorting [type=radio] + label::before {
  content: none;
}
.products-sorting [type=radio]:checked + label {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.4em;
}
.products-sorting [type=radio]:checked + label::before {
  content: none;
}

.stars-row [for^=star-] {
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.05%22%20height%3D%2215.317%22%20viewBox%3D%22-0.017%20-0.017%2016.05%2015.317%22%3E%3Cpath%20d%3D%22m15.146%205.057-4.317-.628L8.902.518a1.041%201.041%200%200%200-1.8%200L5.175%204.43l-4.317.627a1%201%200%200%200-.556%201.706l3.123%203.045-.737%204.3a1%201%200%200%200%201.451%201.054l3.863-2.031%203.861%202.029a1%201%200%200%200%201.451-1.054l-.737-4.3%203.125-3.043a1%201%200%200%200-.554-1.705Z%22%20fill%3D%22%23ffcd6f%22%2F%3E%3C%2Fsvg%3E") 50% 50%/auto 2em no-repeat;
  color: #98a1ad;
  display: block;
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
  height: 2em;
  -webkit-transition: -webkit-filter 0.3s ease 0s;
  transition: -webkit-filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s, -webkit-filter 0.3s ease 0s;
  width: 2.4em;
}

.stars-row [for^=star-]:focus ~ [for^=star-],
.stars-row [for^=star-]:focus ~ [type=radio]:checked ~ [for^=star-],
.stars-row [for^=star-]:hover ~ [for^=star-],
.stars-row [for^=star-]:hover ~ [type=radio]:checked ~ [for^=star-],
.stars-row [for^=star-]:focus,
.stars-row [for^=star-]:hover,
.stars-row [type=radio]:checked + [for^=star-]:focus ~ [for^=star-],
.stars-row [type=radio]:checked + [for^=star-]:hover ~ [for^=star-],
.stars-row [type=radio]:checked ~ [for^=star-]:focus ~ [for^=star-],
.stars-row [type=radio]:checked ~ [for^=star-]:hover ~ [for^=star-],
.stars-row [type=radio]:checked + [for^=star-]:focus,
.stars-row [type=radio]:checked + [for^=star-]:hover,
.stars-row [type=radio]:checked ~ [for^=star-]:focus,
.stars-row [type=radio]:checked ~ [for^=star-]:hover {
  color: #bfe28f;
  -webkit-filter: saturate(400%);
          filter: saturate(400%);
}

.stars-row [type=radio]:checked + [for^=star-],
.stars-row [type=radio]:checked ~ [for^=star-] {
  color: #ffcd6f;
  -webkit-filter: saturate(100%);
          filter: saturate(100%);
}

.stars-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
  gap: 0.2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 1rem 0;
}
.stars-row legend {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.stars-row [type=radio] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
.stars-row [for^=star-] span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
.product-rate [type=submit]:focus, .product-rate [type=submit]:hover {
  background-color: #ffcd6f;
}

fieldset.toggle {
  background-color: #fff;
  border-radius: 10em;
  -webkit-box-shadow: 0 0 0 1px #c9d0dd inset;
          box-shadow: 0 0 0 1px #c9d0dd inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 0.2em;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  padding: 0;
  position: relative;
}
fieldset.toggle legend {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
  line-height: 1.3;
  text-align: center;
}
fieldset.toggle [type=radio] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
fieldset.toggle [type=radio]:checked + label {
  background-color: #8dc63f;
  color: #fff;
  font-weight: 700;
}
fieldset.toggle [type=radio]:focus-visible + label {
  outline: 2px solid #303945;
}
fieldset.toggle label {
  border-radius: 10em;
  color: #98a1ad;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-weight: normal;
  padding: 1rem 2rem;
  text-align: center;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}
fieldset.toggle label::before {
  content: none;
}

form.order-toggle:focus-within {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-choose-sizes [type=submit],
.add-cart {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: normal;
  width: 100%;
}
.product-choose-sizes [type=submit]::before,
.add-cart::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2022%2024%22%20width%3D%2222%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m22%2019h-2v-2h-2v2h-2v2h2v2h2v-2h2zm-8%201a5%205%200%20016-4.9v-9.1a1%201%200%2000-1-1h-4a5%205%200%2000-10%200h-4a1%201%200%2000-1%201v17a1%201%200%20001%201h15.03a4.98%204.98%200%2001-2.027-4zm-7-15a3%203%200%20016%200z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
}
@supports ((-webkit-mask-image: url()) or (mask-image: url())) {
  .product-choose-sizes [type=submit]::before,
.add-cart::before {
    background-color: #8dc63f;
    content: " ";
    display: inline-table;
    height: 24px;
    -webkit-mask-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2022%2024%22%20width%3D%2222%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m22%2019h-2v-2h-2v2h-2v2h2v2h2v-2h2zm-8%201a5%205%200%20016-4.9v-9.1a1%201%200%2000-1-1h-4a5%205%200%2000-10%200h-4a1%201%200%2000-1%201v17a1%201%200%20001%201h15.03a4.98%204.98%200%2001-2.027-4zm-7-15a3%203%200%20016%200z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
            mask-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2022%2024%22%20width%3D%2222%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m22%2019h-2v-2h-2v2h-2v2h2v2h2v-2h2zm-8%201a5%205%200%20016-4.9v-9.1a1%201%200%2000-1-1h-4a5%205%200%2000-10%200h-4a1%201%200%2000-1%201v17a1%201%200%20001%201h15.03a4.98%204.98%200%2001-2.027-4zm-7-15a3%203%200%20016%200z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    -webkit-mask-position: 50% 50%;
            mask-position: 50% 50%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: auto;
            mask-size: auto;
    -webkit-mask-composite: source-over;
    mask-composite: add;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    width: 22px;
  }
}
.product-choose-sizes [type=submit]:focus::before, .product-choose-sizes [type=submit]:hover::before,
.add-cart:focus::before,
.add-cart:hover::before {
  background-color: #fff;
}

[class^=alert] {
  -webkit-animation: shakeX 0.8s ease 0.5s 1;
          animation: shakeX 0.8s ease 0.5s 1;
  background-image: "🛈 ";
  background-position: 1rem 50%;
  background-repeat: no-repeat;
  background-size: 2em auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 0.8125rem 1vw rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.8125rem 1vw rgba(0, 0, 0, 0.07);
  margin: 1.6rem 0;
  position: relative;
  padding: 1rem 1rem 1rem calc(2rem + 2em);
}
[class^=alert] p {
  margin: 1rem 0;
}

.alert-info {
  background-color: #f3f3f3;
  background-image: "🛈 ";
  color: #434343;
  border: 1px solid #434343;
}

.alert-error {
  background-color: #ffdede;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2226%22%20height%3D%2225%22%20viewBox%3D%220%200%2026%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.6287%200.0253601C5.7398%200.0253601%200.154053%205.61111%200.154053%2012.5C0.154053%2019.3889%205.7398%2024.9747%2012.6287%2024.9747C19.5176%2024.9747%2025.1034%2019.3889%2025.1034%2012.5C25.1034%205.61111%2019.5176%200.0253601%2012.6287%200.0253601ZM12.6287%2022.8584C6.9093%2022.8584%202.27029%2018.2194%202.27029%2012.5C2.27029%2010.0218%203.14185%207.74406%204.59537%205.96196L19.1668%2020.5334C17.3847%2021.9869%2015.1069%2022.8584%2012.6287%2022.8584ZM20.6621%2019.0381L6.09065%204.46667C7.87275%203.01315%2010.1505%202.1416%2012.6287%202.1416C18.3481%202.1416%2022.9871%206.78061%2022.9871%2012.5C22.9871%2014.9782%2022.1156%2017.256%2020.6621%2019.0381Z%22%20fill%3D%22%23E0232E%22%2F%3E%0A%3C%2Fsvg%3E");
  color: #ff5273;
  border: 1px solid #ff5273;
}

.alert-success {
  background-color: #fefffa;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20version%3D%221.1%22%20viewBox%3D%220%20.983%2012%209%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m10.28%201.288-6.28%206.285-2.288-2.29a.998.9987%200%2010-1.411%201.412l2.994%202.996a.998.9987%200%20001.411%200l6.986-6.991a.998.9987%200%2010-1.411-1.412z%22%20fill%3D%22%23bfe28f%22%2F%3E%3C%2Fsvg%3E");
  color: #8dc63f;
  border: 1px solid #8dc63f;
}

.badge {
  background-color: #8dc63f;
  border-radius: 10em;
  color: #fff;
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.3em 0.5em;
  position: absolute;
  right: -0.3rem;
  text-align: center;
  top: 50%;
  z-index: 1;
}

.brand-froddo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.brand-froddo h2 {
  font-weight: 800;
}
.brand-froddo .banner-img,
.brand-froddo .brand-content {
  min-width: 20em;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((20em - 100%) * 999);
          flex: 1 0 calc((20em - 100%) * 999);
}
.brand-froddo .banner-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.section-subtitle {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 0;
}

.carousel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

.carousel-scroll-area {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 0.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  overflow-x: scroll;
  padding: 20px 0;
  max-width: 100%;
  scroll-behavior: smooth;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.carousel-scroll-area > figure, .carousel-scroll-area > div, .carousel-scroll-area > a {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 clamp(12em, min(50%, 17em), 20vw);
          flex: 1 0 clamp(12em, min(50%, 17em), 20vw);
  margin: 0 0 0.5rem;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  text-align: center;
}
.carousel-scroll-area img {
  width: 100%;
}

.carousel-wrapper {
  display: block;
}
.carousel-wrapper [class^=carousel-button] {
  left: -2vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.8) translateZ(0);
          transform: translateY(-50%) scale(0.8) translateZ(0);
  z-index: 1;
}
.carousel-wrapper [class^=carousel-button]:focus, .carousel-wrapper [class^=carousel-button]:hover {
  -webkit-transform: translateY(-50%) scale(1) translateZ(0);
          transform: translateY(-50%) scale(1) translateZ(0);
}
.carousel-wrapper .carousel-scroll-area {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 20px 0;
}
.carousel-wrapper .carousel-scroll-area > article {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 13.5em;
          flex: 1 0 13.5em;
  max-width: 20em;
}
.carousel-wrapper [class*=next] {
  left: auto;
  right: -2vw;
  -webkit-transform: translateY(-50%) scale(0.8) translateZ(0) rotateY(180deg);
          transform: translateY(-50%) scale(0.8) translateZ(0) rotateY(180deg);
}
.carousel-wrapper [class*=next]:focus, .carousel-wrapper [class*=next]:hover {
  -webkit-transform: translateY(-50%) scale(1) translateZ(0) rotateY(180deg);
          transform: translateY(-50%) scale(1) translateZ(0) rotateY(180deg);
}

.categories {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
  grid-auto-rows: 1fr;
  gap: 1px;
  list-style: none;
  padding-left: 0;
}

.silhouette,
.accent-fill {
  -webkit-transition: fill 0.3s ease 0s;
  transition: fill 0.3s ease 0s;
}

[class^=cat-]:focus .silhouette, [class^=cat-]:hover .silhouette {
  fill: #699a24;
}
[class^=cat-]:focus .accent-fill, [class^=cat-]:hover .accent-fill {
  fill: #fff;
}

[class^=cat-] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22142%22%20height%3D%22142%22%20version%3D%221.1%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-dasharray%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-opacity%3D%22.3%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%2F%3E%3C%2Fsvg%3E") 120% -4em/50% auto no-repeat;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-weight: 800;
  gap: 2rem;
  height: 100%;
  line-height: 1.2;
  outline: 1px solid #c9d0dd;
  padding: 2rem 3rem;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  -webkit-transition-property: background-color, color, background-size;
  transition-property: background-color, color, background-size;
}
[class^=cat-] svg {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 3em;
          flex: 1 0 3em;
  max-width: 3em;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
[class^=cat-]:focus, [class^=cat-]:hover {
  background-color: #8dc63f;
  background-size: 70% auto;
  color: #fff;
}

.category-banner {
  font-weight: 600;
  line-height: 1.3;
}

#chat-bubble {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: transparent;
  border-radius: 10em;
  color: #fff;
  display: block;
  font-weight: 800;
  margin: 1rem;
  min-width: 0;
  padding: 1.4rem;
  position: fixed;
  top: calc(100vh - 7rem);
  right: 1rem;
  z-index: 32;
}
#chat-bubble span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
#chat-bubble::after {
  background-color: #8dc63f;
  border-radius: 10em;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateZ(0) scale(1);
          transform: translateY(-50%) translateZ(0) scale(1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  width: 100%;
  z-index: -1;
}
#chat-bubble:focus,
#chat-bubble:hover {
  background-color: transparent;
}
#chat-bubble:focus::after,
#chat-bubble:hover::after {
  background-color: #bfe28f;
  -webkit-transform: translateY(-50%) translateZ(0) scale(1.2);
          transform: translateY(-50%) translateZ(0) scale(1.2);
}
#chat-bubble:focus .talk-bubble,
#chat-bubble:hover .talk-bubble {
  fill: #75914e;
}

.talk-bubble {
  fill: #fff;
  -webkit-transition: fill 0.3s ease 0s;
  transition: fill 0.3s ease 0s;
}

.client-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-bottom: 6rem;
  padding-top: 6rem;
}
.client-brands li {
  border-bottom: 1px solid #c9d0dd;
  border-top: 1px solid #c9d0dd;
  margin: 0 0 1rem;
  padding: 3rem 2rem;
}

.delivery-address,
details {
  border-bottom: 1px solid #c9d0dd;
  margin: 0;
  max-height: clamp(1.1em + 2.2rem, 4vw + 0.9em + 2.2rem, 2.5em + 2.2rem);
  overflow-y: visible;
  -webkit-transition: max-height 0.3s ease 0s;
  transition: max-height 0.3s ease 0s;
  -webkit-transition-timing-function: ease, cubic-bezier(0, 1, 0, 1);
          transition-timing-function: ease, cubic-bezier(0, 1, 0, 1);
}
.delivery-address:last-of-type,
details:last-of-type {
  border-width: 0;
}
.delivery-address summary,
details summary {
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 1rem 0;
}
[open].delivery-address,
details[open] {
  max-height: 70em;
}

.delivery-address {
  max-height: clamp(1.1em + 1.5rem, 4vw + 0.9em + 1.5rem, 2.5em + 1.5rem);
}

.fast-sell {
  background-color: #ff5273;
  border-radius: 0 0.2rem 0.2rem 0;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  margin: 1rem auto 1rem 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding: 0.2rem 2rem;
  text-transform: uppercase;
}

.free-delivery-box {
  font-size: clamp(1.1875rem, -0.3970070423rem + 7.9225352113vw, 4rem);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #8dc63f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  font-weight: 400;
  line-height: 1.4;
  margin: 2rem 0;
  padding: 4rem 10% 2rem;
  text-indent: -6em;
}
.free-delivery-box::before {
  font-size: clamp(2rem, -0.2535211268rem + 11.2676056338vw, 6rem);
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2236.02%22%20height%3D%2232.48%22%20version%3D%221.1%22%20viewBox%3D%221303%202083%2036.02%2032.48%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m1303%202083h36v8h-36zm4%209h29v23h-29z%22%20fill%3D%22%238dc63f%22%2F%3E%3Cpath%20d%3D%22m1326%202105-4.616-1.538-4.615%201.538v-20.75h9.23v20.75z%22%20fill%3D%22none%22%20stroke%3D%22%23ecffd5%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") 50%/clamp(2rem, -0.25rem + 11vw, 6rem) auto no-repeat;
  content: "";
  display: block;
  height: clamp(2rem, -0.25rem + 11vw, 6rem);
  width: clamp(2rem, -0.25rem + 11vw, 6rem);
}
.free-delivery-box span {
  font-size: clamp(1rem, -0.1267605634rem + 5.6338028169vw, 3rem);
  display: block;
  text-indent: 0;
}

@media (min-width: 40rem) {
  .free-delivery-box {
    font-size: 1.75rem;
  }
  .free-delivery-box::before {
    background-size: 1em auto;
    height: 1em;
    width: 1em;
  }
  .free-delivery-box span {
    font-size: 1.4rem;
  }
}
.froddo-advantages {
  margin-bottom: 7em;
  margin-top: 7em;
}
.froddo-advantages h2 {
  min-width: 8em;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((40em - 100%) * 999);
          flex: 0 0 calc((40em - 100%) * 999);
  font-weight: 800;
  margin-top: -2em;
  text-align: left;
}
.froddo-advantages h2 span {
  display: block;
  font-weight: 300;
}

.advantages-list {
  min-width: 20em;
  max-width: 100%;
  -webkit-box-flex: 3;
      -ms-flex: 3 0 calc((40em - 100%) * 999);
          flex: 3 0 calc((40em - 100%) * 999);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18em, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

[class^=advantage-] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f9fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-weight: 800;
  gap: 2vw;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.4;
  padding: 0.8rem 3vw;
}

.advantage-delivery::before {
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239.517%22%20height%3D%2237.833%22%20viewBox%3D%22316.983%204987.167%2039.517%2037.833%22%3E%3Cg%3E%3Cpath%20d%3D%22M320.537%205025v-28.049h33.015V5025h-33.015Zm-3.538-29.242V4988h39.5v7.758H317Z%22%20fill%3D%22%23bfe28f%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m342.935%205012.354-5.346-1.761-5.347%201.761v-23.76h10.693v23.76Z%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%/auto;
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4em;
          flex: 0 0 4em;
  height: 4em;
  text-align: center;
  width: 4em;
}

.advantage-return::before {
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239.017%22%20height%3D%2245.017%22%20viewBox%3D%22494.983%204983.583%2039.017%2045.017%22%3E%3Cg%3E%3Cpath%20d%3D%22M495%205028.592v-31.908h39v31.908h-39Zm0-33.327v-2.836h39v2.836h-39Z%22%20fill%3D%22%23bfe28f%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M507.014%204999.394v-7.185a7.209%207.209%200%200%201%207.21-7.21h0a7.209%207.209%200%200%201%207.208%207.21v7.185%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M519.338%205018.89v-5.08a3.387%203.387%200%200%200-3.387-3.387h-6.775%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22m513.693%205014.939-4.517-4.517%204.517-4.516%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%/auto;
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4em;
          flex: 0 0 4em;
  height: 4em;
  text-align: center;
  width: 4em;
}

.advantage-installments::before {
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239.517%22%20height%3D%2245.15%22%20viewBox%3D%221342.867%204773.583%2039.517%2045.15%22%3E%3Cg%3E%3Cpath%20d%3D%22M1351.34%204784.872v-4.231a2.82%202.82%200%200%201%202.82-2.82h0a2.82%202.82%200%200%201%202.821%202.82v4.231%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M1356.98%204784.872v-5.641a2.82%202.82%200%200%201%202.821-2.82h0a2.82%202.82%200%200%201%202.82%202.82v5.641%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M1362.623%204784.873v-7.052a2.82%202.82%200%200%201%202.82-2.821h0a2.82%202.82%200%200%201%202.822%202.82v7.053%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M1368.266%204784.872v-5.641a2.82%202.82%200%200%201%202.82-2.82h0a2.82%202.82%200%200%201%202.821%202.82v5.641%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M1365.78%204804.77h-22.903v-21.458h39.491v21.458h-4.231%22%20fill%3D%22%23bfe28f%22%2F%3E%3Cpath%20d%3D%22M1359.184%204794.253a3.526%203.526%200%201%201%200%20.1z%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M1351.365%204804.756c.03%206.745%206.188%2012.555%2013.373%2012.555h0c7.399%200%2013.398-6%2013.398-13.399v-13.398c-3.187%200-5.641%202.454-5.641%205.641v4.231c-4.35%200-8.463%203.056-8.463%207.052%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%/auto;
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4em;
          flex: 0 0 4em;
  height: 4em;
  text-align: center;
  width: 4em;
}

.advantage-materials::before {
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242.483%22%20height%3D%2243.883%22%20viewBox%3D%22230.583%204984.583%2042.483%2043.883%22%3E%3Cg%3E%3Cpath%20d%3D%22m267.196%205012.884%204.426%202.833-19.81%2011.32-19.811-11.32%204.422-2.83%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22m232%205006.518%2019.811-11.32%2019.81%2011.32-19.81%2011.32-19.81-11.32Z%22%20fill%3D%22%23bfe28f%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m232%204997.32%2019.811-11.32%2019.81%2011.32-19.81%2011.321-19.81-11.32Z%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%/auto;
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4em;
          flex: 0 0 4em;
  height: 4em;
  text-align: center;
  width: 4em;
}

.advantage-card::before {
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2247.85%22%20height%3D%2236%22%20viewBox%3D%22402.583%204988%2047.85%2036%22%3E%3Cg%3E%3Cpath%20d%3D%22M403%204988h47v36h-47v-36z%22%20fill%3D%22%23bfe28f%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M404%204997h45v10h0-45%200v-10h0z%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M412%205015h13%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M436%205015h5%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%/auto;
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4em;
          flex: 0 0 4em;
  height: 4em;
  text-align: center;
  width: 4em;
}

.advantage-sales::before {
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2237.4%22%20height%3D%2249.6%22%20viewBox%3D%22660.567%204982%2037.4%2049.6%22%3E%3Cg%3E%3Cpath%20d%3D%22M697.943%205026.934h-26.788v-32.951L684.549%204982l13.394%2011.983v32.951Zm-13.394-32.78c-.755%200-1.464.293-1.997.827a2.807%202.807%200%200%200-.827%201.997c0%20.755.293%201.464.827%201.997a2.804%202.804%200%200%200%201.997.827c.754%200%201.463-.294%201.997-.827%201.1-1.101%201.1-2.892%200-3.994a2.806%202.806%200%200%200-1.997-.828Z%22%20fill%3D%22%23bfe28f%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M662%205012.63a3.5%203.5%200%201%201%200%20.1z%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M676%205026.63a3.5%203.5%200%201%201%200%20.1z%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22m664%205028.23%2018-18%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%/auto;
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4em;
          flex: 0 0 4em;
  height: 4em;
  text-align: center;
  width: 4em;
}

.advantage-2click::before {
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2247.433%22%20height%3D%2247.467%22%20viewBox%3D%22140%204982.583%2047.433%2047.467%22%3E%3Cg%3E%3Cpath%20d%3D%22M140%205029.627v-33.432h40.76v33.432H140Zm0-34.918v-2.972h40.76v2.972H140Z%22%20fill%3D%22%23bfe28f%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M152.963%204999.178v-7.577a7.602%207.602%200%200%201%207.602-7.601h0a7.602%207.602%200%200%201%207.601%207.601v7.577%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22m176%205018.628%2010%2010%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22m165.463%205006.43%205.982%2018.694%204.486-7.477%207.477-4.487-17.945-6.73Z%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%/auto;
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4em;
          flex: 0 0 4em;
  height: 4em;
  text-align: center;
  width: 4em;
}

.advantage-noregistration::before {
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.317%22%20height%3D%2252.483%22%20viewBox%3D%22579.7%204980.95%2036.317%2052.483%22%3E%3Cg%3E%3Cpath%20d%3D%22M580%204982h36v37h-36v-37z%22%20fill%3D%22%23bfe28f%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m581.12%204982.372%2023.054%2012.87v36.75l-23.054-12.869v-36.75%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%/auto;
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4em;
          flex: 0 0 4em;
  height: 4em;
  text-align: center;
  width: 4em;
}

.advantage-bookmarks::before {
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241.017%22%20height%3D%2246.35%22%20viewBox%3D%22744%204982.667%2041.017%2046.35%22%3E%3Cg%3E%3Cpath%20d%3D%22M744%204984h41v45h-41v-45z%22%20fill%3D%22%23bfe28f%22%2F%3E%3Cpath%20d%3D%22m778.14%205012.05-6.59-3.768-6.59%203.769v-27.955h13.18v27.955Z%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20stroke%3D%22%2375914e%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%/auto;
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4em;
          flex: 0 0 4em;
  height: 4em;
  text-align: center;
  width: 4em;
}

.product-image-gallery {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: grid;
  gap: 1px;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  grid-template-rows: minmax(10em, 100%) repeat(auto-fill, minmax(110px, 1fr));
  list-style: none;
  max-width: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}
.product-image-gallery > a {
  align-self: stretch;
  -webkit-animation-name: none;
          animation-name: none;
  background-color: #fff;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row: 1/2;
  opacity: 0;
  outline: 1px solid #c9d0dd;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  width: 100%;
  z-index: 0;
}
.product-image-gallery > a:first-of-type {
  opacity: 1;
}
.product-image-gallery [type=radio] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
.product-image-gallery [type=radio]:focus + label, .product-image-gallery [type=radio]:checked + label {
  outline-color: #98a1ad;
  z-index: 2;
}
.product-image-gallery [type=radio]:focus + label img, .product-image-gallery [type=radio]:checked + label img {
  -webkit-transform: translateZ(0) scale(1.3);
          transform: translateZ(0) scale(1.3);
}
.product-image-gallery [type=radio]:focus + label + a, .product-image-gallery [type=radio]:checked + label + a {
  opacity: 1;
  z-index: 1;
}
.product-image-gallery label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: 1px solid #c9d0dd;
  overflow: hidden;
  padding: 1rem;
  -webkit-transition: outline-color 0.3 ease 0s;
  transition: outline-color 0.3 ease 0s;
  width: 100%;
  z-index: 1;
}
.product-image-gallery label:focus, .product-image-gallery label:hover {
  outline-color: #98a1ad;
  z-index: 3;
}
.product-image-gallery label:focus img, .product-image-gallery label:hover img {
  -webkit-transform: translateZ(0) scale(1.3);
          transform: translateZ(0) scale(1.3);
}
.product-image-gallery img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  width: 100%;
}

.hero-categories .categories a, .hero-content a {
  color: inherit;
  display: block;
  font-size: 1.25rem;
  line-height: 1.1;
  min-width: 13em;
  padding: 1em 3em;
  text-align: center;
}
.hero-categories .categories a span, .hero-content a span {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
}

.hero {
  display: grid;
  grid-template-areas: "hero";
  place-items: end center;
  text-align: center;
}
.hero > img {
  display: block;
  grid-area: hero;
  max-height: 30rem;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 0;
}
.hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 2vw;
  grid-area: hero;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 3rem 2vw;
  z-index: 1;
}
.hero-content a {
  background-color: #fff;
  border-radius: 10em;
}
.hero-categories .categories {
  gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));
  overflow: hidden;
  padding: 30px 0;
}
.hero-categories .categories a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  font-size: inherit;
  font-weight: 400;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
}
.hero-categories .categories a::after {
  border-width: 0;
  outline: 1px solid #c9d0dd;
}
.hero-categories .categories a .product-img {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(0) translateZ(0);
          transform: rotate(0) translateZ(0);
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
.hero-categories .categories a span {
  font-size: 1.375rem;
  text-transform: uppercase;
}
.hero-categories .categories a:focus, .hero-categories .categories a:hover {
  color: #fff;
  z-index: 1;
}
.hero-categories .categories a:focus::after, .hero-categories .categories a:hover::after {
  border-width: 0;
  outline-width: 0.9523809524px;
}
.hero-categories .categories a:focus .product-img, .hero-categories .categories a:hover .product-img {
  -webkit-transform: rotate(20deg) translateZ(0);
          transform: rotate(20deg) translateZ(0);
}

.product-image-gallery > [href="#"],
.lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.product-image-gallery > [href="#"]:target,
.lightbox:target {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-animation: 0.3s ease 0s fadeIn;
          animation: 0.3s ease 0s fadeIn;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  height: 100vh;
  left: 0;
  opacity: 1;
  text-decoration: none;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: 40;
}
.product-image-gallery > [href="#"]::after,
.lightbox::after {
  background: #fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2217.99%22%20height%3D%2218%22%20version%3D%221.1%22%20viewBox%3D%22551.6%204912%2017.99%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m563.5%204918-5.819%205.82%22%20stroke%3D%22%23303945%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22m563.5%204924-5.819-5.82%22%20stroke%3D%22%23303945%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22m552.6%204921a8%208%200%20110%20.1z%22%20fill%3D%22none%22%20stroke%3D%22%23303945%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") 50% 45%/1.6em auto no-repeat;
  border-radius: 10em;
  color: #303945;
  content: "";
  display: block;
  font: 700 1.6em/1.6em "Merriweather Sans", sans-serif;
  height: 1.6em;
  opacity: 0.8;
  position: absolute;
  right: 1rem;
  text-align: center;
  top: 1rem;
  width: 1.6em;
  z-index: 1;
}
.lightbox-content {
  background-color: #fff;
  background-size: 100% 5rem, 100% 5rem, 100% 1.6rem, 100% 1.6rem;
  border: 1px solid #c4c4c4;
  height: 100%;
  max-width: 50rem;
  overflow: scroll;
  padding-bottom: 5vh;
  padding-top: 5vh;
}
.product-image-gallery > [href="#"] > img,
.lightbox > img {
  display: block;
  height: auto;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}

.lightbox-trigger {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.lightbox-trigger::after {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2016%2016%22%20width%3D%2216%22%20height%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Efullscreen%3C%2Ftitle%3E%3Cpath%20d%3D%22m15.18%208.531v6.653a.8223.8223%200%2001-.8162.8162h-13.55a.8223.8223%200%2001-.8162-.8162v-13.55a.8223.8223%200%2001.8162-.8162h6.653a.8162.8162%200%20110%201.632h-5.837v11.92h11.92v-5.837a.8162.8162%200%20111.632%200zm-7.239-1.638%205.251-5.251h-1.799a.828.828%200%2001-.8262-.8262.8258.8258%200%2001.8262-.8158h3.786a.9141.9141%200%2001.1674.02094.806.806%200%2001.6275.6275.9141.9141%200%2001.02094.1674v3.786a.821.821%200%2011-1.642%200v-1.799l-5.251%205.251a.821.821%200%2001-1.401-.5856.8168.8168%200%2001.2405-.5753z%22%20fill%3D%22%23434343%22%2F%3E%3C%2Fsvg%3E");
  display: inline-block;
  line-height: 1;
  margin-left: 0.4em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  vertical-align: text-bottom;
}
.lightbox-trigger:focus::after,
.lightbox-trigger:hover::after {
  -webkit-transform: translateZ(0) scale(1.5);
          transform: translateZ(0) scale(1.5);
}

[href$=".pdf"] {
  color: #98a1ad;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  min-width: 0;
  padding: 0.4em 0.6em 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
}
[href$=".pdf"]::after {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%22845%204914%2014%2016%22%3E%3Cg%3E%3Cpath%20d%3D%22M855%204914v4h4l-4-4Z%22%20fill%3D%22%238dc63f%22%2F%3E%3Cpath%20d%3D%22M853%204920h6v9c0%20.6-.4%201-1%201h-12c-.6%200-1-.4-1-1v-14c0-.6.4-1%201-1h7v6Z%22%20fill%3D%22%238dc63f%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  margin-left: 0.5em;
  vertical-align: middle;
}

.nav-back, .froddo-brand a,
.more-link {
  color: inherit;
  font-weight: 700;
  margin-left: auto;
}

.froddo-brand a::after,
.more-link::after {
  content: " " " " "▸";
}

.nav-back::before {
  content: "◂" " " " ";
}

.product-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #303945;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  font-size: 0.875rem;
}
.product-link:hover .product-extra {
  opacity: 1;
}
.product-tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0.6rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-height: 3.2rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  overflow-wrap: break-word;
  pointer-events: none;
  width: 100%;
  z-index: 3;
}
.product-tags img {
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1.1;
  max-height: 3.2rem;
  max-width: 3em;
  text-transform: uppercase;
  vertical-align: top;
  width: auto;
}
.product-tags .price-discount {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #8dc63f;
  color: #fff;
  border-bottom-left-radius: 3em;
  font-weight: 800;
  line-height: 1;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  padding: 1.4em 0.5em 1.6em 1.2em;
  text-align: center;
}
.product-title {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  padding: 0 0 1vw;
  text-align: left;
}
.product-img {
  display: block;
  margin-top: auto;
  padding: 1rem;
}
.product-extra {
  background-color: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 2rem;
  height: calc(100% - 2px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  left: 0;
  margin: 1px;
  opacity: 0;
  padding: 1rem;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  width: calc(100% - 2px);
  z-index: 2;
}
.product-sizes {
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.917%22%20height%3D%2217.483%22%20viewBox%3D%22449.967%204911.983%2022.917%2017.483%22%3E%3Cg%3E%3Cpath%20d%3D%22M452.858%204929.451h17.152c1.579%200%202.858-1.343%202.858-3H450c0%201.657%201.28%203%202.859%203Z%22%20fill%3D%22%2398a1ad%22%2F%3E%3Cpath%20d%3D%22M472.868%204924.451c-.003-2.76-2.134-4.997-4.764-5h-1.56l-8.52-7.451-1.22%201.536%202.454%202.147a6.077%206.077%200%200%201-3.065.768%205.682%205.682%200%200%201-3.373-.921%201.816%201.816%200%200%200-1.89.036%202%202%200%200%200-.93%201.717v7.168h22.868Z%22%20fill%3D%22%2398a1ad%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 0/auto 2em no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0.3em;
  list-style: none;
  margin: 0;
  padding: 3em 0 0;
}
.product-sizes li {
  background-color: #ecf0f7;
  border-radius: 3px;
  font-weight: 700;
  line-height: 1;
  padding: 0.3em 0.3em 0.2em;
}

.price-current {
  font-size: 1.125rem;
  font-weight: 800;
}

.price-regular {
  color: #98a1ad;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  position: relative;
}
.price-regular::after {
  background-color: #98a1ad;
  content: "";
  display: block;
  height: 1px;
  left: -10%;
  position: absolute;
  top: 0.8em;
  width: 120%;
}

[class^=promo-codes-] {
  color: #fff;
  display: grid;
  gap: 0.5rem 0;
  grid-template-columns: 1fr auto;
}
[class^=promo-codes-] dt,
[class^=promo-codes-] dd {
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
  padding: 1.3rem 2rem;
  position: relative;
}
[class^=promo-codes-] dt::before,
[class^=promo-codes-] dd::before {
  background: repeating-linear-gradient(transparent, transparent 0.5em, #303945 0.5em, #303945 0.8em);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 1rem;
  z-index: -1;
}
[class^=promo-codes-] dt::after,
[class^=promo-codes-] dd::after {
  background-color: #303945;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: calc(100% - 0.4em);
  z-index: -1;
}
[class^=promo-codes-] dt {
  background: radial-gradient(transparent calc(0.4em - 1px), #303945 0.4em);
  background-size: 1.2em 1.2em;
  background-position: -0.72em 0.2em;
  background-repeat: repeat-y;
  margin-right: 0.1em;
}
[class^=promo-codes-] dt::before {
  right: -0.1em;
}
[class^=promo-codes-] dt::after {
  left: 0.4em;
}
[class^=promo-codes-] dd {
  background: radial-gradient(transparent calc(0.4em - 1px), #8dc63f 0.4em);
  background-size: 1.2em 1.2em;
  background-position: calc(100% + 0.72em) 0.2em;
  background-repeat: repeat-y;
  margin-left: 0.1em;
}
[class^=promo-codes-] dd::before {
  background: repeating-linear-gradient(transparent, transparent 0.5em, #8dc63f 0.5em, #8dc63f 0.8em);
  left: -0.1em;
}
[class^=promo-codes-] dd::after {
  background-color: #8dc63f;
  left: 0;
}

.promo-codes-expired dt {
  background: radial-gradient(transparent calc(0.4em - 1px), #ecf0f7 0.4em);
  background-size: 1.2em 1.2em;
  background-position: -0.72em 0.2em;
  background-repeat: repeat-y;
  color: #303945;
}
.promo-codes-expired dt::before {
  background: repeating-linear-gradient(transparent, transparent 0.5em, #ecf0f7 0.5em, #ecf0f7 0.8em);
}
.promo-codes-expired dt::after {
  background-color: #ecf0f7;
}
.promo-codes-expired dd {
  background: radial-gradient(transparent calc(0.4em - 1px), #c9d0dd 0.4em);
  background-size: 1.2em 1.2em;
  background-position: calc(100% + 0.72em) 0.2em;
  background-repeat: repeat-y;
}
.promo-codes-expired dd::before {
  background: repeating-linear-gradient(transparent, transparent 0.5em, #c9d0dd 0.5em, #c9d0dd 0.8em);
}
.promo-codes-expired dd::after {
  background-color: #c9d0dd;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0.5em;
}
.social-icons [class^=social-] {
  background-color: transparent;
  display: block;
  height: 4em;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 4em;
}
.social-icons [class^=social-]::before {
  background-clip: content-box;
  background-color: #303945;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.4em auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  height: 1.4em;
  left: 50%;
  padding: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
          transform: translateX(-50%) translateY(-50%) translateZ(0);
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  width: 1.4em;
  z-index: 1;
}
.social-icons [class^=social-]::after {
  background-color: #fff;
  border-radius: 2em;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateZ(0) scaleY(1);
          transform: translateZ(0) scaleY(1);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transition-property: border-radius, -webkit-transform;
  transition-property: border-radius, -webkit-transform;
  transition-property: transform, border-radius;
  transition-property: transform, border-radius, -webkit-transform;
  width: 100%;
  z-index: 0;
}
.social-icons [class^=social-] span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
.social-icons [class^=social-]:focus::before, .social-icons [class^=social-]:hover::before {
  background-color: #8dc63f;
}
.social-icons [class^=social-]:focus::after, .social-icons [class^=social-]:hover::after {
  border-radius: 2em/1.6666666667em;
  -webkit-transform: translateZ(0) scaleY(1.2);
          transform: translateZ(0) scaleY(1.2);
}
.social-fb::before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200v20h20v-20zm2.699%202h14.6c.4%200%20.6992.2992.6992.6992v14.6c0%20.4-.2992.6992-.6992.6992h-4.301v-5h2l.5996-3h-2.6v-1c0-.6.4-1%201-1h1v-3h-2c-1.8%200-3%20.9-3%203v2h-2v3h2v5h-7.301c-.4%200-.6992-.2996-.6992-.5996v-14.7c0-.4.2992-.6992.6992-.6992z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.social-ig::before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200v20h20v-20zm6%202h8c2.056%200%204%201.944%204%204v8c0%202.056-1.944%204-4%204h-8c-2.056%200-4-1.944-4-4v-8c0-2.056%201.944-4%204-4zm0%202c-.935%200-2%201.065-2%202v8c0%20.953%201.047%202%202%202h8c.935%200%202-1.065%202-2v-8c0-.935-1.065-2-2-2zm7.186%201.793v.09961a.96.96%200%20100-.09961zm-3.186.207c2.206%200%204%201.794%204%204%200%202.206-1.794%204-4%204-2.206%200-4-1.794-4-4%200-2.206%201.794-4%204-4zm0%202c-1.103%200-2%20.897-2%202%200%201.103.897%202%202%202%201.103%200%202-.897%202-2%200-1.103-.897-2-2-2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.social-tw::before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%201.5%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%201.5v20h20v-20h-20zm13%203.5c.9%200%201.8.4%202.4%201%20.8-.2%201.5-.4008%202.1-.8008-.2.8-.7004%201.401-1.4%201.801.7-.1%201.3-.2%201.9-.5-.4.7-.9992%201.301-1.699%201.801v.3984c0%204.3-3.301%209.301-9.301%209.301-1.8%200-3.5-.6-5-1.5h.8008c1.6%200%203-.5004%204.1-1.4-1.5%200-2.7-.9988-3.1-2.299.2.1.3996.09961.5996.09961.3%200%20.6004.00039.9004-.09961-1.5-.3-2.602-1.601-2.602-3.201.5.2%201%20.4004%201.5.4004-.9-.6-1.5-1.599-1.5-2.699%200-.7.1004-1.201.4004-1.701%201.6%202%204.101%203.3%206.801%203.4-.1-.2-.09961-.3992-.09961-.6992%201e-7-1.8%201.499-3.301%203.199-3.301z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.rating-user {
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.05%22%20height%3D%2215.317%22%20viewBox%3D%22-0.017%20-0.017%2016.05%2015.317%22%3E%3Cpath%20d%3D%22m15.146%205.057-4.317-.628L8.902.518a1.041%201.041%200%200%200-1.8%200L5.175%204.43l-4.317.627a1%201%200%200%200-.556%201.706l3.123%203.045-.737%204.3a1%201%200%200%200%201.451%201.054l3.863-2.031%203.861%202.029a1%201%200%200%200%201.451-1.054l-.737-4.3%203.125-3.043a1%201%200%200%200-.554-1.705Z%22%20fill%3D%22%23ffcd6f%22%2F%3E%3C%2Fsvg%3E") space no-repeat;
  background-size: 1.2em auto;
  display: inline-block;
  float: right;
  height: 1.4em;
  margin-top: -2.8rem;
  width: calc(1.44em * var(--rating) - 1px);
}

.rating-average {
  display: block;
  height: 1.8em;
  position: relative;
  width: 9.2em;
  z-index: 0;
}
.rating-average::before {
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.05%22%20height%3D%2215.317%22%20viewBox%3D%22-0.017%20-0.017%2016.05%2015.317%22%3E%3Cpath%20d%3D%22m15.146%205.057-4.317-.628L8.902.518a1.041%201.041%200%200%200-1.8%200L5.175%204.43l-4.317.627a1%201%200%200%200-.556%201.706l3.123%203.045-.737%204.3a1%201%200%200%200%201.451%201.054l3.863-2.031%203.861%202.029a1%201%200%200%200%201.451-1.054l-.737-4.3%203.125-3.043a1%201%200%200%200-.554-1.705Z%22%20fill%3D%22%23ffcd6f%22%2F%3E%3C%2Fsvg%3E") space no-repeat;
  background-size: 1.6em auto;
  content: "";
  display: block;
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.rating-average::after {
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.05%22%20height%3D%2215.317%22%20viewBox%3D%22-0.017%20-0.017%2016.05%2015.317%22%3E%3Cpath%20d%3D%22m15.146%205.057-4.317-.628L8.902.518a1.041%201.041%200%200%200-1.8%200L5.175%204.43l-4.317.627a1%201%200%200%200-.556%201.706l3.123%203.045-.737%204.3a1%201%200%200%200%201.451%201.054l3.863-2.031%203.861%202.029a1%201%200%200%200%201.451-1.054l-.737-4.3%203.125-3.043a1%201%200%200%200-.554-1.705Z%22%20fill%3D%22%23ffcd6f%22%2F%3E%3C%2Fsvg%3E") space no-repeat;
  background-size: 1.6em auto;
  -webkit-clip-path: inset(0% calc(100% - var(--rating) * 100% / 5) 0% 0%);
          clip-path: inset(0% calc(100% - var(--rating) * 100% / 5) 0% 0%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.tooltip {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%20viewBox%3D%22417.5%2063%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m424.5%2067.9a1%201%200%20110%20.1zm0%202.1h2v5h-2zm1-7c-4.4%200-8%203.6-8%208s3.6%208%208%208%208-3.6%208-8-3.6-8-8-8zm0%2014c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.7%206-6%206z%22%20fill%3D%22%23303945%22%2F%3E%3C%2Fsvg%3E") 50% 50%/1rem auto no-repeat;
  display: inline-block;
  font-weight: 400;
  height: 1rem;
  opacity: 0.5;
  position: relative;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  width: 1rem;
  z-index: 3;
}
.tooltip span {
  bottom: 1rem;
  -webkit-clip-path: inset(100% 0% 0% 0%);
          clip-path: inset(100% 0% 0% 0%);
  display: block;
  min-width: 10em;
  padding: 0.5rem 1rem 1.2rem;
  position: absolute;
  right: -0.8rem;
  text-align: right;
  -webkit-transition: -webkit-clip-path 0.3s ease 0s;
  transition: -webkit-clip-path 0.3s ease 0s;
  transition: clip-path 0.3s ease 0s;
  transition: clip-path 0.3s ease 0s, -webkit-clip-path 0.3s ease 0s;
  z-index: 3;
}
.tooltip span::before,
.tooltip span::after {
  content: "";
  display: block;
  position: absolute;
}
.tooltip span::before {
  background-color: #fff;
  border-bottom: 1px solid #c9d0dd;
  border-right: 1px solid #c9d0dd;
  bottom: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-clip-path: polygon(1.1rem -2px, 1rem 1rem, 0 1rem);
          clip-path: polygon(1.1rem -2px, 1rem 1rem, 0 1rem);
  height: 1rem;
  right: 0.8rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 1rem;
  z-index: 0;
}
.tooltip span::after {
  background-color: #fff;
  border-bottom: 1px solid #c9d0dd;
  bottom: auto;
  -webkit-box-shadow: 0 -0.4rem 2rem 0.3rem #e9eef7;
          box-shadow: 0 -0.4rem 2rem 0.3rem #e9eef7;
  content: "";
  height: calc(100% - 0.9rem);
  left: 0;
  right: auto;
  top: 0;
  width: 100%;
  z-index: -1;
}
.tooltip:hover {
  opacity: 1;
}
.tooltip:hover span {
  -webkit-clip-path: inset(-2rem -2rem -1rem -2rem);
          clip-path: inset(-2rem -2rem -1rem -2rem);
}

.visually-hidden,
.main-nav-toggle-label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
.visually-hidden--off,
.visually-hidden--focusable:focus,
.visually-hidden--focusable:active,
.skip-link:focus,
.skip-link:active {
  position: static !important;
  -webkit-clip-path: none;
          clip-path: none;
  height: auto;
  width: auto;
  overflow: visible;
}
.visually-hidden--focusable,
.skip-link {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
.cart-layout {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cart-layout h1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.cart-content {
  min-width: 14em;
  max-width: 100%;
  -webkit-box-flex: 3;
      -ms-flex: 3 0 calc((53rem - 100%) * 999);
          flex: 3 0 calc((53rem - 100%) * 999);
}
.cart-content h2,
.cart-content caption {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
.cart-summary {
  min-width: 14em;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((53rem - 100%) * 999);
          flex: 1 0 calc((53rem - 100%) * 999);
}
.cart-table {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}
.cart-table tbody tr {
  border: 1px solid #c9d0dd;
}
.cart-table tbody tr:focus-within, .cart-table tbody tr:hover {
  border-color: #98a1ad;
}
.cart-table tbody tr:focus-within td, .cart-table tbody tr:hover td {
  border-top: 1px solid #98a1ad;
}
.cart-table tbody tr:focus-within .item-remove, .cart-table tbody tr:hover .item-remove {
  opacity: 1;
  pointer-events: auto;
}
.cart-table th {
  border-width: 0;
  text-align: center;
}
.cart-table th:first-child {
  padding-left: 0;
  text-align: left;
}
.cart-table td {
  position: relative;
}
.cart-table td::before {
  background-color: #e9eef7;
  content: "";
  display: block;
  height: calc(100% - 1.6rem);
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}
.cart-table td:first-child::before {
  content: none;
}
.cart-table td:nth-child(4), .cart-table td:last-child {
  white-space: nowrap;
}
.cart-table td .item-remove {
  min-height: 1.5em;
  min-width: 1.5em;
  opacity: 0;
  padding-left: 1.5em;
  pointer-events: none;
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.cart-table td .item-remove span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
.cart-table .product-size {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart-product-link {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 8em;
  padding-left: 9em;
  position: relative;
  text-align: left;
}
.cart-product-link .product-img {
  left: 0;
  max-width: 8em;
  position: absolute;
  top: 0;
}
.cart-product-link .product-ID {
  min-width: 10em;
}

.gift-cta {
  -ms-flex-line-pack: center;
      align-content: center;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2264%22%20height%3D%2265.42%22%20version%3D%221.1%22%20viewBox%3D%2247.5%2037.62%2064%2065.42%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m47.5%2053.61h64v11.64h-64v-11.64zm6%2013.39h52v35h-52v-35z%22%20fill%3D%22%23bfe28f%22%2F%3E%3Cpath%20d%3D%22m85.32%2053.61v48h-11.64v-48%22%20fill%3D%22none%22%20stroke%3D%22%2375914e%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22m56.23%2046.33a7.526%207.526%200%20017.759-7.273c11.47%200%2015.51%2014.54%2015.51%2014.54h-15.51a7.527%207.527%200%2001-7.759-7.272z%22%20fill%3D%22none%22%20stroke%3D%22%2375914e%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22m95.01%2053.6h-15.51s4.04-14.54%2015.51-14.54a7.526%207.526%200%20017.759%207.273%207.527%207.527%200%2001-7.759%207.272z%22%20fill%3D%22none%22%20stroke%3D%22%2375914e%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") 1.7em 50%/4.6em auto no-repeat;
  display: grid;
  min-height: 8em;
  padding-left: 9em;
  position: relative;
  text-align: left;
}
.gift-cta p {
  font-size: 0.75rem;
  font-weight: 300;
  margin: 0.4em 0;
}
.gift-cta .note {
  background: "⚠ " 0% 50%/1em auto no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.gift-cta .note::before {
  content: "⚠ ";
}

@media (min-width: 55.5em) {
  .promo-points-discounts {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 8vw;
       -moz-column-gap: 8vw;
            column-gap: 8vw;
    -webkit-column-rule: 1px solid #c9d0dd;
       -moz-column-rule: 1px solid #c9d0dd;
            column-rule: 1px solid #c9d0dd;
    margin: 3rem 0;
  }
  .promo-points,
.discounts {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
.item-capsule {
  border-bottom: 1px solid #c9d0dd;
  padding-bottom: 1.6rem;
  margin-top: 0;
}
.item-capsule label {
  font-weight: 400;
}
.item-capsule button {
  padding-left: 2vw;
  padding-right: 2vw;
}

.promo-points {
  font-size: 0.875rem;
}
.promo-points .form-item {
  border-bottom: 1px solid #c9d0dd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 1rem;
  margin-bottom: 1.4rem;
  padding-bottom: 0.4rem;
}
.promo-points .form-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.promo-points .form-item .form-item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  font-weight: 400;
}
.promo-points .form-item p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 12em;
          flex: 1 1 12em;
  margin: 1rem 0;
}
.promo-points .form-item button {
  margin-left: auto;
  max-width: 50%;
  min-width: 10em;
  padding-left: 2vw;
  padding-right: 2vw;
}

.discounts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 1.6rem;
}

.discount-1plus1 {
  font-weight: 400;
  padding: 3rem 4vw;
}
.discount-1plus1 a {
  display: block;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}

.free-delivery {
  font-size: 0.875rem;
  text-align: center;
}
.free-delivery::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2233.43%22%20height%3D%2233.43%22%20version%3D%221.1%22%20viewBox%3D%22801.6%20918.6%2033.43%2033.43%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%22811%22%20y%3D%22928%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23c9d0dd%22%2F%3E%3Cpath%20d%3D%22m818.4%20928.8v-4.407a4.407%204.407%200%20014.406-4.407v0a4.407%204.407%200%20014.407%204.407v4.407m-24.24%2011.02h10.28m-5.141%204.407h8.08m-8.08-8.813h8.08%22%20fill%3D%22none%22%20stroke%3D%22%2398a1ad%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  display: inline-block;
  margin-right: 0.5em;
  position: relative;
  top: 0.5em;
  vertical-align: baseline;
}

.cart-summary {
  background-color: #f7f9fc;
  margin-top: 2.5rem;
  padding: 2rem 2vw;
  position: sticky;
  top: 10em;
}
.cart-summary h2 {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
.cart-summary dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  gap: 1rem 0;
  grid-template-columns: 1fr auto;
  line-height: 1.3;
  margin-top: 0;
  padding: 0 0.5rem;
}
.cart-summary dt {
  font-weight: 400;
  padding-right: 1rem;
}
.cart-summary dd {
  font-weight: 400;
  margin: 0;
  text-align: right;
}

.cart-total,
.cart-price-total {
  border-top: 1px solid #c9d0dd;
  font-size: 1.125rem;
  padding: 1rem 0;
}

.meter-note {
  font-size: 0.8125rem;
  margin-bottom: 0;
  text-align: center;
}

#free-delivery {
  background: none;
  background-color: #fff;
  border-radius: 10em;
  display: block;
  height: 5px;
  margin-bottom: 2rem;
  width: 100%;
}

#free-delivery::-webkit-meter-bar {
  background: none;
  background-color: #fff;
  border-radius: 10em;
}

#free-delivery::-moz-meter-bar {
  background: none;
  background-color: #bfe28f;
  border-bottom-left-radius: 10em;
  border-top-left-radius: 10em;
}

#free-delivery::-webkit-meter-optimum-value {
  background: none;
  background-color: #bfe28f;
  border-bottom-left-radius: 10em;
  border-top-left-radius: 10em;
}

.cart-reserve {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.75%22%20height%3D%2216.033%22%20viewBox%3D%22600.967%204912.983%2015.75%2016.033%22%3E%3Cg%3E%3Cpath%20d%3D%22M606%204919.901a2%202%200%201%201%200%20.1z%22%20fill%3D%22%23303945%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m615.293%204923.294-3.293%203.293-1.293-1.293-1.414%201.414%202%202a1%201%200%200%200%201.414%200l4-4-1.414-1.414Z%22%20fill%3D%22%23303945%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M604.559%204923.622a4.955%204.955%200%200%201-1.56-3.621%205%205%200%201%201%209.58%202h2.129a7%207%200%201%200-13.708-2%206.934%206.934%200%200%200%202.1%204.99c.076.091%204.15%203.681%204.239%203.759a1%201%200%200%200%20.66.251v-2.334l-3.4-3c-.01-.017-.025-.031-.04-.045Z%22%20fill%3D%22%23303945%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0% 50%/1.6em auto no-repeat;
  float: right;
  margin: 0.2rem 0 1rem 1rem;
  padding: 0.1em 0 0.2em 2em;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  z-index: 1;
}

#send-gift {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
#send-gift:checked ~ #gift-message {
  margin-bottom: 0;
  max-height: 20em;
  opacity: 1;
}

[for=send-gift] {
  font-size: 0.6875rem;
}
[for=send-gift]::after {
  background-color: #c9d0dd;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -0.8rem;
  width: 100%;
}

#gift-message {
  background-color: #fff;
  margin-bottom: -4vw;
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease 0s;
  transition: max-height 0.3s ease 0s;
  -webkit-transition-property: max-height, opacity;
  transition-property: max-height, opacity;
}

[for=gift-message] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}

.checkout-submit {
  line-height: 1.5;
  margin-top: 3rem;
  position: relative;
  text-transform: none;
  white-space: normal;
  width: 100%;
}
.checkout-submit span {
  display: block;
  font-size: 0.6875rem;
  font-weight: 300;
}
.checkout-submit::after {
  background-color: #c9d0dd;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -1.5rem;
  width: 100%;
}

.category-layout {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4vw;
}
.category-filters {
  min-width: 14em;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((40rem - 100%) * 999);
          flex: 1 0 calc((40rem - 100%) * 999);
  padding: 0;
}
.category-content {
  min-width: 14em;
  max-width: 100%;
  -webkit-box-flex: 4;
      -ms-flex: 4 0 calc((40rem - 100%) * 999);
          flex: 4 0 calc((40rem - 100%) * 999);
}
.category-desc {
  width: 37em;
}

.rating-store {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #c9d0dd;
  gap: 4vw;
  margin: 4rem 0;
  padding: 4rem 0;
}

.rating-outsider,
.rating-testimonial {
  min-width: 12em;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((20em - 100%) * 999);
          flex: 1 0 calc((20em - 100%) * 999);
}

.rating-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 1rem;
}
.rating-testimonial .payment-cards {
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
  margin-left: auto;
}

.categories2 .categories {
  -webkit-box-flex: 4;
      -ms-flex: 4 0 calc((40rem - 100%) * 999);
          flex: 4 0 calc((40rem - 100%) * 999);
  grid-template-columns: repeat(auto-fill, minmax(17em, 1fr));
}
.categories2 .categories li {
  padding-bottom: 10px;
  padding-top: 10px;
}
.categories2 .categories [class^=cat-] {
  border-width: 0;
  gap: 0 1vw;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  outline-width: 0;
  overflow-wrap: break-word;
  padding: 3rem 2rem 3rem 60%;
  position: relative;
  text-align: right;
}
.categories2 .categories [class^=cat-]::after {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  outline: 1px solid #c9d0dd;
  position: absolute;
  top: 0;
  -webkit-transform: translateZ(0) scaleY(1);
          transform: translateZ(0) scaleY(1);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
  -webkit-transition-property: outline-color, -webkit-transform;
  transition-property: outline-color, -webkit-transform;
  transition-property: transform, outline-color;
  transition-property: transform, outline-color, -webkit-transform;
  width: 100%;
  z-index: -1;
}
.categories2 .categories [class^=cat-]:focus, .categories2 .categories [class^=cat-]:hover {
  background-color: transparent;
  color: inherit;
  z-index: 3;
}
.categories2 .categories [class^=cat-]:focus .category-img, .categories2 .categories [class^=cat-]:hover .category-img {
  -webkit-transform: translateY(-50%) translateZ(0) scaleY(1.16);
          transform: translateY(-50%) translateZ(0) scaleY(1.16);
}
.categories2 .categories [class^=cat-]:focus img, .categories2 .categories [class^=cat-]:hover img {
  -webkit-transform: translateY(-50%) translateX(0) translateZ(0) scaleY(1.16) scaleX(1.3456);
          transform: translateY(-50%) translateX(0) translateZ(0) scaleY(1.16) scaleX(1.3456);
}
.categories2 .categories [class^=cat-]:focus::after, .categories2 .categories [class^=cat-]:hover::after {
  outline-color: #98a1ad;
  -webkit-transform: translateZ(0) scaleY(1.16);
          transform: translateZ(0) scaleY(1.16);
}
.categories2 .categories .category-img {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: translateY(-50%) translateZ(0) scaleY(1);
          transform: translateY(-50%) translateZ(0) scaleY(1);
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
  width: 60%;
}
.categories2 .categories img {
  display: block;
  height: 120%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: translateY(-50%) translateX(-30%) translateZ(0) scale(1);
          transform: translateY(-50%) translateX(-30%) translateZ(0) scale(1);
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
}

.new-collection-aside {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((40rem - 100%) * 999);
          flex: 1 0 calc((40rem - 100%) * 999);
  list-style: none;
  padding: 0;
}
.new-collection-aside a {
  display: block;
  font-weight: 400;
  margin: 0.4rem 0;
  padding-bottom: 0.4rem;
  padding-top: 0.4rem;
}
.new-collection-aside .new-collection-home {
  font-weight: 700;
}
.new-collection-aside .new-collection-all {
  font-weight: 700;
}

.new-collection {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 6rem 0;
}
.new-collection > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 2vw 2rem;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.new-collection > ul a {
  font-weight: 800;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
}
.new-collection h2 {
  margin-bottom: 2rem;
}

.carousel-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.season-cta,
.club-shop {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 6rem 0;
}

.today-only,
.newsletter-cta,
.froddo-club,
.webshop {
  min-width: 20em;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((20em - 100%) * 999);
          flex: 1 0 calc((20em - 100%) * 999);
}

.newsletter-cta {
  padding: 3rem 5vw;
}
.newsletter-cta h2 {
  text-align: left;
}
.newsletter-cta h2 span {
  display: block;
  font-weight: 300;
}

.webshop {
  border: 1px solid #c9d0dd;
  padding: 3rem 5vw;
}
.webshop h2 {
  text-align: left;
}
.webshop h2 span {
  font-weight: 300;
}

.payment-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 2vw;
  list-style: none;
  margin: 0;
  padding: 0;
}

.froddo-club {
  font-weight: 800;
  padding: 3rem 5vw;
}
.froddo-club h2 {
  text-align: left;
}
.curated {
  color: #fff;
  padding-bottom: 6rem;
  padding-top: 4rem;
}
.product-layout {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #c9d0dd;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}
.product-layout h2 {
  font-size: 0.875rem;
  font-weight: 800;
  margin-top: 0;
  text-transform: uppercase;
}
.product-purchase {
  min-width: 25em;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((20rem - 100%) * 999);
          flex: 1 0 calc((20rem - 100%) * 999);
  -ms-flex-line-pack: start;
      align-content: flex-start;
  background-color: #f7f9fc;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  gap: 0 0.5rem;
  grid-template-columns: minmax(9em, 1fr) auto;
  margin: 2rem 0;
  padding: 3rem 4vw 1rem;
}
.product-purchase h1 {
  font-size: 1.5rem;
  font-weight: 800;
  grid-column: 1/-1;
  margin: 0;
  padding: 0;
  text-align: left;
}
.product-purchase form {
  grid-column: 1/-1;
  margin: 1.4rem 0;
}
.product-purchase .payment-cards,
.product-purchase .payment-comment {
  font-size: 0.6875rem;
  grid-column: 1/-1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.product-ID {
  font-size: 0.8125rem;
  font-weight: 300;
  grid-column: 1/-1;
  margin-bottom: 1.4rem;
}
.product-price {
  grid-column: 1/span 1;
  grid-row: 3/span 2;
}
.product-price .price-regular {
  margin-left: 2.4rem;
}
.product-availability, .product-availability-colors {
  background-color: #303945;
  border-radius: 0.2rem;
  color: #fff;
  display: inline-block;
  font-size: 0.5625rem;
  font-weight: 700;
  grid-column: 2/span 1;
  justify-self: center;
  margin-bottom: 0.2rem;
  padding: 0.2rem 1rem;
  text-align: center;
  text-transform: uppercase;
}
.product-availability-colors {
  background: #98a1ad -webkit-gradient(linear, right top, left top, from(#d93535), color-stop(16%, #d99e00), color-stop(33%, #ead700), color-stop(56%, #2ece3a), color-stop(79%, #1f75bf), to(#3214cc));
  background: #98a1ad linear-gradient(270deg, #d93535 0%, #d99e00 16%, #ead700 33%, #2ece3a 56%, #1f75bf 79%, #3214cc 100%);
}
.product-options {
  grid-column: 1/-1;
}
.product-choose-sizes {
  padding: 1rem 0 0;
}
.product-choose-sizes .product-reminder {
  background-color: #fff;
  color: #303945;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  border: 1px solid #303945;
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color;
}
.product-choose-sizes .product-reminder:focus, .product-choose-sizes .product-reminder:hover, .product-choose-sizes .product-reminder:active {
  background-color: #8dc63f;
  text-decoration: none;
  outline: none;
}
.product-choose-sizes .product-reminder:focus-visible {
  outline: 2px solid #303945;
}
.product-choose-sizes .product-reminder:active {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.product-choose-sizes .product-reminder::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.017%22%20height%3D%2214%22%20viewBox%3D%22649%204914%2016.017%2014%22%3E%3Cg%3E%3Cpath%20d%3D%22M663%204914h-12a2%202%200%200%200-2%202v.4l8%204.5%208-4.4v-.5a2%202%200%200%200-2-2Z%22%20fill%3D%22%238dc63f%22%2F%3E%3Cpath%20d%3D%22m656.5%204922.9-7.5-4.2v7.3a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2v-7.3l-7.5%204.2c-.318.14-.68.14-1%200Z%22%20fill%3D%22%238dc63f%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.6em;
          flex: 0 0 1.6em;
}
@supports ((-webkit-mask-image: url()) or (mask-image: url())) {
  .product-choose-sizes .product-reminder::before {
    background-color: #303945;
    content: " ";
    display: inline-table;
    height: 1.4em;
    -webkit-mask-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.017%22%20height%3D%2214%22%20viewBox%3D%22649%204914%2016.017%2014%22%3E%3Cg%3E%3Cpath%20d%3D%22M663%204914h-12a2%202%200%200%200-2%202v.4l8%204.5%208-4.4v-.5a2%202%200%200%200-2-2Z%22%20fill%3D%22%238dc63f%22%2F%3E%3Cpath%20d%3D%22m656.5%204922.9-7.5-4.2v7.3a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2v-7.3l-7.5%204.2c-.318.14-.68.14-1%200Z%22%20fill%3D%22%238dc63f%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
            mask-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.017%22%20height%3D%2214%22%20viewBox%3D%22649%204914%2016.017%2014%22%3E%3Cg%3E%3Cpath%20d%3D%22M663%204914h-12a2%202%200%200%200-2%202v.4l8%204.5%208-4.4v-.5a2%202%200%200%200-2-2Z%22%20fill%3D%22%238dc63f%22%2F%3E%3Cpath%20d%3D%22m656.5%204922.9-7.5-4.2v7.3a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2v-7.3l-7.5%204.2c-.318.14-.68.14-1%200Z%22%20fill%3D%22%238dc63f%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    -webkit-mask-position: 50% 50%;
            mask-position: 50% 50%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: auto;
            mask-size: auto;
    -webkit-mask-composite: source-over;
    mask-composite: add;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    width: 1.6em;
  }
}
.product-choose-sizes .product-reminder:focus, .product-choose-sizes .product-reminder:hover, .product-choose-sizes .product-reminder:active {
  background-color: #fff;
  border-color: #8dc63f;
  color: #8dc63f;
}
@supports ((-webkit-mask-image: url()) or (mask-image: url())) {
  .product-choose-sizes .product-reminder:focus::before, .product-choose-sizes .product-reminder:hover::before, .product-choose-sizes .product-reminder:active::before {
    background-color: #8dc63f;
  }
}
.product-options {
  border-bottom: 1px solid #c9d0dd;
  -webkit-columns: clamp(8em, 9em, 100vw);
     -moz-columns: clamp(8em, 9em, 100vw);
          columns: clamp(8em, 9em, 100vw);
  -webkit-column-rule: 1px solid #c9d0dd;
     -moz-column-rule: 1px solid #c9d0dd;
          column-rule: 1px solid #c9d0dd;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  list-style: none;
  margin-top: auto;
  padding: 0 0 1rem;
  text-align: center;
}
.product-options [type=button] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  gap: 0.6rem;
  margin: 0;
  padding: 0.8rem 1rem;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
.product-share::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.017%22%20height%3D%2216%22%20viewBox%3D%22300%204913%2014.017%2016%22%3E%3Cpath%20d%3D%22M311%204919c1.655%200%203-1.346%203-3s-1.345-3-3-3c-1.653%200-3%201.346-3%203%200%20.224.03.44.076.65l-3.22%202.011a2.972%202.972%200%200%200-1.855-.661c-1.654%200-3%201.346-3%203s1.346%203%203%203c.704%200%201.344-.254%201.856-.661l3.219%202.012a3.009%203.009%200%200%200-.075.649c0%201.654%201.346%203%203%203s3-1.346%203-3-1.346-3-3-3c-.704%200-1.343.254-1.856.661l-3.22-2.012c.047-.209.076-.426.076-.649%200-.224-.03-.44-.075-.649l3.22-2.012A2.97%202.97%200%200%200%20311%204919Zm0-4a1.001%201.001%200%200%201%200%202%201.001%201.001%200%200%201%200-2Zm-8%207a1.001%201.001%200%200%201%200-2%201.001%201.001%200%200%201%200%202Zm8%203a1.001%201.001%200%200%201%200%202%201.001%201.001%200%200%201%200-2Z%22%20fill%3D%22%23303945%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.product-fav::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.05%22%20height%3D%2214.033%22%20viewBox%3D%22345.983%204913.983%2016.05%2014.033%22%3E%3Cpath%20d%3D%22M360.682%204915.318A4.485%204.485%200%200%200%20357.5%204914a4.377%204.377%200%200%200-3.5%201.707%204.383%204.383%200%200%200-3.5-1.707%204.5%204.5%200%200%200-3.182%207.682L354%204928l6.682-6.318a4.5%204.5%200%200%200%200-6.364Zm-1.4%204.933-5.282%204.996-5.285-5A2.5%202.5%200%200%201%20350.5%204916c1.437%200%202.312.681%203.5%202.625%201.187-1.944%202.062-2.625%203.5-2.625a2.5%202.5%200%200%201%201.785%204.251Z%22%20fill%3D%22%23303945%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.product-gallery {
  min-width: max(23em, 35vw);
  max-width: 100%;
  -webkit-box-flex: 2;
      -ms-flex: 2 0 calc((20rem - 100%) * 999);
          flex: 2 0 calc((20rem - 100%) * 999);
  margin: 2rem 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
}
.product-gallery .product-tags {
  position: absolute;
}
.product-colors {
  min-width: max(25em, 60vw);
  max-width: 100%;
  -webkit-box-flex: 2;
      -ms-flex: 2 0 calc((20rem - 100%) * 999);
          flex: 2 0 calc((20rem - 100%) * 999);
}
.product-colors-list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: grid;
  gap: 1px;
  grid-auto-flow: row;
  grid-auto-rows: minmax(80px, 1fr);
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  list-style: none;
  padding: 1px;
}
.product-colors-list [type=button] {
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  outline: 1px solid #c9d0dd;
  padding: 0.7rem;
  position: relative;
  -webkit-transition-property: outline-color;
  transition-property: outline-color;
  z-index: 1;
}
.product-colors-list [type=button][disabled] {
  outline-color: #c9d0dd;
}
.product-colors-list [type=button][disabled] img {
  opacity: 0.2;
}
.product-colors-list [type=button][disabled]:focus, .product-colors-list [type=button][disabled]:hover {
  outline-color: #c9d0dd;
}
.product-colors-list [type=button][disabled]:focus img, .product-colors-list [type=button][disabled]:hover img {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}
.product-colors-list [type=button]:focus, .product-colors-list [type=button]:hover {
  outline: 1px solid #98a1ad;
  z-index: 3;
}
.product-colors-list [type=button]:focus img, .product-colors-list [type=button]:hover img {
  -webkit-transform: translateZ(0) scale(1.3);
          transform: translateZ(0) scale(1.3);
}
.product-colors-list img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  width: 100%;
}
.product-rating {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 2vw;
}
.product-rating dt {
  font-size: 0.75rem;
  font-weight: 400;
  max-width: 7em;
  text-align: right;
}
.product-rating dd {
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.05%22%20height%3D%2215.317%22%20viewBox%3D%22-0.017%20-0.017%2016.05%2015.317%22%3E%3Cpath%20d%3D%22m15.146%205.057-4.317-.628L8.902.518a1.041%201.041%200%200%200-1.8%200L5.175%204.43l-4.317.627a1%201%200%200%200-.556%201.706l3.123%203.045-.737%204.3a1%201%200%200%200%201.451%201.054l3.863-2.031%203.861%202.029a1%201%200%200%200%201.451-1.054l-.737-4.3%203.125-3.043a1%201%200%200%200-.554-1.705Z%22%20fill%3D%22%23ffcd6f%22%2F%3E%3C%2Fsvg%3E") 50% 36%/2.2em auto no-repeat;
  font-size: 1.875rem;
  font-weight: 800;
  margin: 0;
  padding: 0.4em 0.8em;
}
.product-desc-specs {
  border-bottom: 1px solid #c9d0dd;
  border-top: 1px solid #c9d0dd;
  -webkit-columns: 30em;
     -moz-columns: 30em;
          columns: 30em;
  -webkit-column-gap: 8vw;
     -moz-column-gap: 8vw;
          column-gap: 8vw;
  -webkit-column-rule: 1px solid #c9d0dd;
     -moz-column-rule: 1px solid #c9d0dd;
          column-rule: 1px solid #c9d0dd;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 1rem 0;
}
.product-description {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2;
  padding: 2rem 2rem 2rem 0;
}
.product-specs {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 2rem 0 2rem 2rem;
}
.product-specs ul {
  -webkit-columns: 13em;
     -moz-columns: 13em;
          columns: 13em;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.product-specs ul ul {
  list-style: none;
  padding: 0;
}
.product-specs li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.product-specs li::marker {
  color: #bfe28f;
  font-size: 1.5em;
}
.product-specs strong {
  font-weight: 800;
}
.product-comments {
  border-top: 1px solid #c9d0dd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
  padding: 3rem 0;
}
.product-comments h2 {
  font-size: 1.625rem;
  font-weight: 800;
  margin: 0 0 2rem;
}
.product-comments article {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 1.6rem 1.6rem 1.6rem 9em;
  position: relative;
}
.product-comments article:nth-of-type(odd) {
  background-color: #f7f9fc;
}
.product-comments img {
  background: #bfe28f url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2211%22%20height%3D%2212%22%20version%3D%221.1%22%20viewBox%3D%22.5%20-.083%2011%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.5%202.416c0%201.38-1.119%202.499-2.5%202.499-1.381%200-2.5-1.119-2.5-2.499s1.119-2.499%202.5-2.499c1.381%200%202.5%201.119%202.5%202.499zm-7.5%209.501h10c.2761%200%20.5-.2084.5-.4845%200-3.037-2.462-5.467-5.5-5.467s-5.5%202.431-5.5%205.467c0%20.2761.2239.4845.5.4845z%22%20fill%3D%22%238dc63f%22%2F%3E%3C%2Fsvg%3E") 50% 50%/1.4em auto no-repeat;
  border: 1px solid #c9d0dd;
  border-radius: 10em;
  display: block;
  left: 1.6rem;
  height: 6em;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 1.6rem;
  width: 6em;
}
.product-comments span {
  font-size: 1rem;
  font-weight: 800;
}
.product-comments time {
  display: block;
  font-size: 0.6875rem;
  font-weight: 300;
}
.product-comments .more-link {
  display: inline-block;
  margin: 2rem 0;
}

.purchase-advantages {
  min-width: 25em;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((20rem - 100%) * 999);
          flex: 1 0 calc((20rem - 100%) * 999);
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-columns: 10em;
     -moz-columns: 10em;
          columns: 10em;
  -webkit-column-rule: 1px solid #c9d0dd;
     -moz-column-rule: 1px solid #c9d0dd;
          column-rule: 1px solid #c9d0dd;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.purchase-advantages h2 {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
.purchase-advantages ul {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin: 0;
  padding: 0;
}
.purchase-advantages [class^=advantage-] {
  background-color: transparent;
  font-size: 0.75rem;
  font-weight: 400;
  gap: 1em;
  padding: 0.4rem 0;
}
.purchase-advantages [class^=advantage-]::before {
  background-size: contain;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  -webkit-filter: invert(100%) brightness(300%) contrast(60%) saturate(0%);
          filter: invert(100%) brightness(300%) contrast(60%) saturate(0%);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.8em;
          flex: 0 0 1.8em;
  height: 1.8em;
  width: 1.8em;
}

.product-purchase .price-current {
  font-size: 1.5625rem;
  line-height: 1;
  white-space: nowrap;
}
.product-purchase .price-current::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.017%22%20height%3D%2224%22%20viewBox%3D%22-0.383%200%2024.017%2024%22%3E%3Cpath%20d%3D%22M11.623%200c-6.617%200-12%205.383-12%2012s5.383%2012%2012%2012%2012-5.383%2012-12-5.383-12-12-12Zm7%2013h-8V5h2v6h6v2Z%22%20fill%3D%22%23ff5273%22%2F%3E%3C%2Fsvg%3E") " ";
  vertical-align: middle;
}
.product-purchase .price-currency {
  font-size: 1.1875rem;
  font-weight: 400;
}

.in-stores {
  border-bottom: 1px solid #c9d0dd;
  font-size: 0.875rem;
  font-weight: 400;
}
.in-stores ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 1rem;
  list-style: none;
  padding: 0;
}
.in-stores li {
  color: #98a1ad;
  min-width: 12em;
}
.in-stores li::before {
  color: #98a1ad;
  content: "×";
  font-size: 1.6em;
  margin-right: 0.3rem;
  vertical-align: middle;
}
.in-stores .in-store {
  color: inherit;
}
.in-stores .in-store::before {
  color: #bfe28f;
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20version%3D%221.1%22%20viewBox%3D%220%20.983%2012%209%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m10.28%201.288-6.28%206.285-2.288-2.29a.998.9987%200%2010-1.411%201.412l2.994%202.996a.998.9987%200%20001.411%200l6.986-6.991a.998.9987%200%2010-1.411-1.412z%22%20fill%3D%22%23bfe28f%22%2F%3E%3C%2Fsvg%3E");
  vertical-align: baseline;
}

.find-similar {
  min-width: max(25em, 60vw);
  max-width: 100%;
  -webkit-box-flex: 2;
      -ms-flex: 2 0 calc((20rem - 100%) * 999);
          flex: 2 0 calc((20rem - 100%) * 999);
  background-color: #303945;
  color: #fff;
  font-size: 0.875rem;
  padding: 2rem 5vw;
}
.find-similar h2 {
  border-bottom: 1px solid rgba(236, 240, 247, 0.08);
  font-size: 1.125rem;
  padding-bottom: 2rem;
  text-transform: none;
}
.find-similar ul {
  -webkit-columns: 12em;
     -moz-columns: 12em;
          columns: 12em;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.find-similar a {
  color: #bfc8d5;
  display: block;
  padding: 0.5rem 0;
}
.find-similar .fast-sell {
  background-color: transparent;
  color: #8dc63f;
  font-size: inherit;
  font-weight: inherit;
  padding: inherit;
  text-transform: none;
}

.froddo-brand {
  min-width: 25em;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((20rem - 100%) * 999);
          flex: 1 0 calc((20rem - 100%) * 999);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 3rem 5vw 2rem;
}
.froddo-brand h2 {
  color: #8dc63f;
  font-size: 1.625rem;
  text-transform: none;
}
.froddo-brand h2 span {
  font-weight: 300;
}
.froddo-brand a {
  color: #8dc63f;
}

.comment-rating {
  text-align: right;
}

.account-connect, .profile-content section {
  border: 1px solid #c9d0dd;
  margin: 3rem 0;
  padding: 3rem 4vw;
}

#product-return section, .profile-invites section,
.promo-codes section, #delivery-addresses-edit .delivery-address-content section, .club-card section, #profile-edit section, .account-connect section {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.account-connect, .profile-content section {
  position: relative;
  margin-bottom: 9em;
}

#product-return, .profile-invites,
.promo-codes, #delivery-addresses-edit .delivery-address-content, .club-card, #profile-edit, .account-connect {
  -webkit-column-width: 15em;
     -moz-column-width: 15em;
          column-width: 15em;
  -webkit-column-gap: 8vw;
     -moz-column-gap: 8vw;
          column-gap: 8vw;
  -webkit-column-rule: 1px solid #c9d0dd;
     -moz-column-rule: 1px solid #c9d0dd;
          column-rule: 1px solid #c9d0dd;
}
#product-return section, .profile-invites section,
.promo-codes section, #delivery-addresses-edit .delivery-address-content section, .club-card section, #profile-edit section, .account-connect section {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 3rem;
}
#product-return .profile-item, .profile-invites .profile-item,
.promo-codes .profile-item, #delivery-addresses-edit .delivery-address-content .profile-item, .club-card .profile-item, #profile-edit .profile-item, .account-connect .profile-item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.profile-layout {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4vw;
}
.profile-layout h2 {
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 0;
}
.profile-layout .sidebar {
  min-width: 14em;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((38rem - 100%) * 999);
          flex: 1 0 calc((38rem - 100%) * 999);
  font-size: 0.875rem;
}
.profile-layout .sidebar h2 {
  background-color: #f7f9fc;
  margin: 0;
  padding: 3rem 2vw 0.6rem;
}
.profile-layout .sidebar a {
  color: inherit;
  display: block;
  margin-bottom: 0.3rem;
}
.profile-layout .sidebar section {
  margin: 2rem 0;
}
.profile-layout .sidebar section h2 {
  background-color: transparent;
}
.profile-layout .sidebar .user-info {
  padding: 0 2vw;
}
.profile-layout .sidebar .user-info img {
  margin-right: 0.6rem;
  vertical-align: baseline;
}
.profile-layout .standout-item a {
  border-bottom: 1px solid #c9d0dd;
  border-top: 1px solid #c9d0dd;
  margin: 0.2rem 0;
  padding: 0.6em 2vw;
}
.profile-layout .standout-item + .standout-item a {
  border-top: 0;
}
.profile-layout .standout-item:last-of-type a {
  border-bottom: 0;
}
.profile-layout small {
  color: #98a1ad;
  display: block;
}
.profile-menu-list {
  background-color: #f7f9fc;
  list-style: none;
  margin: 0;
  padding: 0;
}
.profile-menu-list a {
  padding: 0.2em 2vw;
}
.profile-content {
  min-width: 14em;
  max-width: 100%;
  -webkit-box-flex: 4;
      -ms-flex: 4 0 calc((38rem - 100%) * 999);
          flex: 4 0 calc((38rem - 100%) * 999);
}
.section-controls {
  bottom: -5.4em;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-controls a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}

.address-cta {
  list-style: none;
  padding: 0;
}
.address-cta [href^=tel],
.address-cta [href^=mailto] {
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.017%22%20height%3D%2216.033%22%20viewBox%3D%22697%204912.983%2016.017%2016.033%22%3E%3Cg%3E%3Cpath%20d%3D%22m712.086%204923.4-3.137-1.392a1.542%201.542%200%200%200-1.824.442l-.947%201.185a12.427%2012.427%200%200%201-3.813-3.812l1.184-.946a1.541%201.541%200%200%200%20.444-1.826l-1.393-3.137a1.539%201.539%200%200%200-1.793-.865l-2.652.69a1.545%201.545%200%200%200-1.14%201.705%2015.976%2015.976%200%200%200%2013.542%2013.541%201.544%201.544%200%200%200%201.705-1.139l.688-2.653a1.533%201.533%200%200%200-.864-1.793Z%22%20fill%3D%22%238dc63f%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 2vw 50%/1.2em auto no-repeat;
  border: 0;
  padding: 0.2em 2vw 0.2em calc(2em + 2vw);
}
.address-cta [href^=mailto] {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.017%22%20height%3D%2214%22%20viewBox%3D%22649%204914%2016.017%2014%22%3E%3Cg%3E%3Cpath%20d%3D%22M663%204914h-12a2%202%200%200%200-2%202v.4l8%204.5%208-4.4v-.5a2%202%200%200%200-2-2Z%22%20fill%3D%22%238dc63f%22%2F%3E%3Cpath%20d%3D%22m656.5%204922.9-7.5-4.2v7.3a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2v-7.3l-7.5%204.2c-.318.14-.68.14-1%200Z%22%20fill%3D%22%238dc63f%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

#profile-edit fieldset {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}
#profile-edit legend {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
#profile-edit .user-agreements {
  -webkit-column-break-before: column;
     -moz-column-break-before: column;
          break-before: column;
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}
#profile-edit .item-vat,
#profile-edit .item-pbr {
  float: left;
  width: calc(49% - 2vw);
  z-index: 1;
}
#profile-edit .item-pbr {
  float: right;
}

.customer-name {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 1rem 0;
}

.club-card ul {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  list-style: none;
  padding: 0;
}
.club-card a {
  color: inherit;
  font-size: 0.6875rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
.club-card figure {
  border: 1px solid #c9d0dd;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  position: relative;
  text-align: center;
}
.club-card figure img {
  display: block;
  min-height: 10em;
  padding: 1rem;
}
.club-card figcaption {
  bottom: -2.6em;
  font-style: normal;
  position: absolute;
  width: 100%;
}

.club-card-info {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  font-size: 0.6875rem;
}
.club-card-info .club-nr,
.club-card-info .club-points {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2215%22%20viewBox%3D%22745%204914%2018%2015%22%3E%3Cpath%20d%3D%22M761.5%204914h-15a1.5%201.5%200%200%200-1.5%201.5v12a1.5%201.5%200%200%200%201.5%201.5h15a1.5%201.5%200%200%200%201.5-1.5v-12a1.5%201.5%200%200%200-1.5-1.5Zm-6.75%2011.625a.375.375%200%200%201-.375.375h-6a.375.375%200%200%201-.375-.375v-.75c0-.207.168-.375.375-.375h6c.207%200%20.375.168.375.375v.75Zm-.375-6.375a1.125%201.125%200%201%201%202.25%200%201.125%201.125%200%200%201-2.25%200Zm5.625%206.375a.375.375%200%200%201-.375.375h-3a.375.375%200%200%201-.375-.375v-.75c0-.207.168-.375.375-.375h3c.207%200%20.375.168.375.375v.75Zm-.9-3.675a.75.75%200%200%201-1.2-.9%203%203%200%200%200%200-3.6.75.75%200%200%201%201.2-.9%204.5%204.5%200%200%201%200%205.4Z%22%20fill%3D%22%238dc63f%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0% 50%/1.6em auto no-repeat;
  color: #98a1ad;
  font-weight: 400;
  margin-bottom: 0.4em;
  padding-left: 2.2em;
  text-align: left;
}
.club-card-info .club-points {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.017%22%20height%3D%2217.25%22%20viewBox%3D%22795%204913%2018.017%2017.25%22%3E%3Cpath%20d%3D%22M809.076%204913.27a.75.75%200%200%200-.576-.27h-9a.75.75%200%200%200-.576.27l-3.75%204.5a.75.75%200%200%200-.03.923l8.25%2011.25a.752.752%200%200%200%201.211%200l8.25-11.25a.75.75%200%200%200-.03-.923l-3.749-4.5Zm.174%205.73h-10.5v-1.5h10.5v1.5Z%22%20fill%3D%22%238dc63f%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}

#delivery-addresses-edit {
  margin: 0 -4vw -3rem;
}
#delivery-addresses-edit summary,
#delivery-addresses-edit .delivery-address-content {
  padding-left: 4vw;
  padding-right: 4vw;
}
#delivery-addresses-edit .delivery-address-content {
  padding-bottom: 2rem;
}

a.address-add-link {
  text-decoration: none;
}

.past-purchases,
.returns, .wishlist {
  font-size: 0.875rem;
  margin: 0 -4vw -3rem;
  width: calc(100% + 8vw);
}
.past-purchases caption,
.returns caption, .wishlist caption,
.past-purchases thead,
.returns thead,
.wishlist thead {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
.past-purchases td:first-child,
.returns td:first-child, .wishlist td:first-child {
  font-weight: 700;
  padding-left: 4vw;
}

.wishlist img,
.wishlist span {
  display: block;
}
.wishlist span {
  display: block;
  font-size: 0.75rem;
  font-weight: 300;
}
.wishlist a {
  color: inherit;
  font-weight: 700;
}

.item-remove {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2217.99%22%20height%3D%2218%22%20version%3D%221.1%22%20viewBox%3D%22551.6%204912%2017.99%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m563.5%204918-5.819%205.82%22%20stroke%3D%22%23303945%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22m563.5%204924-5.819-5.82%22%20stroke%3D%22%23303945%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22m552.6%204921a8%208%200%20110%20.1z%22%20fill%3D%22none%22%20stroke%3D%22%23303945%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") 0% 50%/1.5em auto no-repeat;
  color: #98a1ad;
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.4em 0 0.4em 2em;
}

.past-invites {
  border: 1px solid #c9d0dd;
  font-size: 0.875rem;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.past-invites [class^=invites-] {
  border-bottom: 1px solid #c9d0dd;
}
.past-invites [class^=invites-]:last-child {
  border-width: 0;
}
.past-invites label {
  padding: 1rem 2vw;
}
.past-invites ul {
  list-style: none;
  margin: 0;
  padding: 0 2vw;
}
.past-invites li {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2211%22%20height%3D%2212%22%20version%3D%221.1%22%20viewBox%3D%22.5%20-.083%2011%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.5%202.416c0%201.38-1.119%202.499-2.5%202.499-1.381%200-2.5-1.119-2.5-2.499s1.119-2.499%202.5-2.499c1.381%200%202.5%201.119%202.5%202.499zm-7.5%209.501h10c.2761%200%20.5-.2084.5-.4845%200-3.037-2.462-5.467-5.5-5.467s-5.5%202.431-5.5%205.467c0%20.2761.2239.4845.5.4845z%22%20fill%3D%22%238dc63f%22%2F%3E%3C%2Fsvg%3E") 0% 50%/1em auto no-repeat;
  border-bottom: 1px solid #c9d0dd;
  padding: 0.4em 0 0.4em 1.6em;
}
.past-invites li:last-child {
  border-width: 0;
  margin-bottom: 1rem;
}

.profile-invites h2,
.promo-codes h2 {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}
.profile-invites h3,
.promo-codes h3 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: inherit;
  margin-bottom: 1.6rem;
  padding-top: 1rem;
}

.add-address {
  border-color: #c9d0dd;
  border-style: dashed;
  color: #c9d0dd;
  display: block;
  font-weight: 400;
  text-transform: none;
  width: 100%;
}
.add-address::before {
  content: "+ ";
}

#send-invites {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
#send-invites label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(0% 100% 100% 0%);
          clip-path: inset(0% 100% 100% 0%);
  word-wrap: normal;
}
#send-invites [type=submit] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.generate-sticker {
  text-decoration: underline;
  text-underline-offset: 0.4em;
}

.note {
  color: #98a1ad;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  font-size: 0.75rem;
}

#product-return .item-code,
#product-return .item-size {
  float: left;
  width: calc(49% - 2vw);
  z-index: 1;
}
#product-return .item-size {
  float: right;
}

#search-returns [type=search] {
  padding-left: 3.6em;
  padding-right: 4rem;
}
#search-returns [type=submit] {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224.87%22%20height%3D%2224.92%22%20version%3D%221.1%22%20viewBox%3D%22138.6%204909%2024.87%2024.92%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%23303945%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m157.1%204927%204.929%204.929%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22m140%204920a10%2010%200%20110%20.1z%22%20fill%3D%22none%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  border-color: #8dc63f;
  font-size: inherit;
  margin: 0 auto 0 0;
  min-height: calc(1.6rem + 1.7em);
  min-width: calc(1.6rem + 1.7em);
  padding-left: 2vw;
  padding-right: 2vw;
  width: 2.6rem;
  z-index: 2;
}
#search-returns [type=submit]:focus, #search-returns [type=submit]:hover {
  background-color: #8dc63f;
}
#search-returns [type=submit]:focus {
  outline: 2px solid #303945;
  outline-offset: 0;
}
#search-returns [type=reset] {
  cursor: pointer;
  font-size: 1.2em;
  margin: 0;
  min-width: 0;
  padding: 0.2rem 0.6rem;
  position: absolute;
  right: 1rem;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  z-index: 3;
  width: auto;
}

.aside-column,
.column-aside {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 2vw;
}
.aside-column > div,
.aside-column > section,
.column-aside > div,
.column-aside > section {
  min-width: 10em;
  max-width: 100%;
  -webkit-box-flex: 2;
      -ms-flex: 2 0 calc((30em - 100%) * 999);
          flex: 2 0 calc((30em - 100%) * 999);
}
.aside-column > div + div,
.aside-column > div + section,
.aside-column > section + div,
.aside-column > section + section,
.column-aside > div + div,
.column-aside > div + section,
.column-aside > section + div,
.column-aside > section + section {
  min-width: 10em;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((30em - 100%) * 999);
          flex: 1 0 calc((30em - 100%) * 999);
}

.aside-column > div,
.aside-column > section {
  min-width: 10em;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((30em - 100%) * 999);
          flex: 1 0 calc((30em - 100%) * 999);
}
.aside-column > div + div,
.aside-column > div + section,
.aside-column > section + div,
.aside-column > section + section {
  min-width: 10em;
  max-width: 100%;
  -webkit-box-flex: 2;
      -ms-flex: 2 0 calc((30em - 100%) * 999);
          flex: 2 0 calc((30em - 100%) * 999);
}

.two-columns,
.three-columns,
.four-columns {
  gap: 0 4vw;
  margin: 2em 0;
}
.two-columns > div, .two-columns > form, .two-columns > section,
.three-columns > div,
.three-columns > form,
.three-columns > section,
.four-columns > div,
.four-columns > form,
.four-columns > section {
  min-width: 15em;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((20em - 100%) * 999);
          flex: 1 0 calc((20em - 100%) * 999);
  margin: 0;
}

.vertically-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=styles.css.map */
