/** Shopify CDN: Minification failed

Line 12003:0 Unexpected "}"

**/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");
.ly-global-footer .util-table, .ly-section-product .util-table {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .ly-global-footer .util-table > .cell, .ly-section-product .util-table > .cell {
    display: table-cell;
    box-sizing: border-box; }

/* Slider */
theme.scss.liquid .slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  display: flex !important;
  flex-flow: column;
  min-height: 100vh; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

semib {
  font-weight: 600; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.main-navigation {
  z-index: 1; }

.footer-tapbar {
  z-index: 2; }

.header-search-results-wrapper {
  z-index: 3; }

.header-search-input-wrapper {
  z-index: 4; }

.product-info {
  z-index: 5; }

.main-header {
  z-index: 6; }

.main-navigation-wrapper {
  z-index: 7; }

.header-wrapper {
  z-index: 8; }

.banner {
  z-index: 9; }

.banner-placeholder {
  z-index: 10; }

.product-message {
  z-index: 11; }

.product-images-lightbox {
  z-index: 12; }

@font-face {
  font-family: "Harmonia Sans";
  font-weight: 400;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/harmonia_sans/harmoniasans_n4.73cf0589f7839ec88463a09f5335a2885467ed0c.woff2?h1=Y2FzZXBsYXkuc2hvcA&hmac=fb044dbbc14a4e5f9a50c8fee8645d6b07cc4ffcae08985ef7345e56a64ab2ce") format("woff2"), url("https://fonts.shopifycdn.com/harmonia_sans/harmoniasans_n4.1c5276ef69780b63aa8f0ba7897fb3bc87270bb0.woff?h1=Y2FzZXBsYXkuc2hvcA&hmac=99247af2d6c6a9e69af17f37d8bfc5a5a44959205a245910f1132191bab2cff9") format("woff"); }

@font-face {
  font-family: Ovo;
  font-weight: 400;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/ovo/ovo_n4.d4662dd1e5e1c74c64a3a15f50c51f82bd9ade07.woff2?h1=Y2FzZXBsYXkuc2hvcA&hmac=42ace643851ad7a55c0efaa089dca49ded9e86cecd7c1442450014b7886df9ec") format("woff2"), url("https://fonts.shopifycdn.com/ovo/ovo_n4.9f9fd71531ae16cc1b491b752b0b48dae8352342.woff?h1=Y2FzZXBsYXkuc2hvcA&hmac=a8d56798fa0218e6baf32b8104b66c58e7fa2d475543450aed1c2345b7ec9b55") format("woff"); }

@font-face {
  font-family: "Harmonia Sans";
  font-weight: 700;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/harmonia_sans/harmoniasans_n7.db6a243cdeddb2eba0b2e8fccdce1e6910fd06d0.woff2?h1=Y2FzZXBsYXkuc2hvcA&hmac=28e44d00b934246708ce9401ae1b13404898e05697bd46f843c7dcaa7bc5d203") format("woff2"), url("https://fonts.shopifycdn.com/harmonia_sans/harmoniasans_n7.a069bd4d0320d5bc303f7f96d7bf28abc297b6aa.woff?h1=Y2FzZXBsYXkuc2hvcA&hmac=6bd01797fcf5678a3fa0a2c688b33da097577764ca69fa9013163f84d19d9e36") format("woff"); }

@font-face {
  font-family: "Harmonia Sans";
  font-weight: 400;
  font-style: italic;
  src: url("https://fonts.shopifycdn.com/harmonia_sans/harmoniasans_i4.ccbfea79fd847e76d49925a923aa89064359e629.woff2?h1=Y2FzZXBsYXkuc2hvcA&hmac=cb0058be79f0e5d07802de2f10bc0bcd5db3aacc63f2b3e949cbee27a5a944fa") format("woff2"), url("https://fonts.shopifycdn.com/harmonia_sans/harmoniasans_i4.e5c05a10aacfb8cc7fdf892df8dba937a214e6e7.woff?h1=Y2FzZXBsYXkuc2hvcA&hmac=f33d16272fa0d32e1eca61bb260546865439362b408c5949cfb485500cb4a961") format("woff"); }

@font-face {
  font-family: "Harmonia Sans";
  font-weight: 700;
  font-style: italic;
  src: url("https://fonts.shopifycdn.com/harmonia_sans/harmoniasans_i7.4a7dd579ac7cb56f507f74a6af51c429211c3385.woff2?h1=Y2FzZXBsYXkuc2hvcA&hmac=446865961a26dfe170e17093327dadb8142f2c5bbb0587f0f92aff02a9354cf1") format("woff2"), url("https://fonts.shopifycdn.com/harmonia_sans/harmoniasans_i7.f513289b781582823a912d2e8125b8c109e5d61c.woff?h1=Y2FzZXBsYXkuc2hvcA&hmac=6b3203dcbefcd7b9a2eed86e8e858e07bb05849a860a96570b60c40d1bbf2866") format("woff"); }

/*
 * Bourbon mixins
 */
.page-wrapper:before, .main-footer-inner:before, .footer-lower:before, .footer-payment:before, .pagination:before, .form-field-swatch:before, .share:before, .cart-form:before, .collection:before, .address-name:before, .index-header:before, .product-stock .form-field-title:before, .product-stock .selector-wrapper label:before, .selector-wrapper .product-stock label:before,
.page-wrapper:after,
.main-footer-inner:after,
.footer-lower:after,
.footer-payment:after,
.pagination:after,
.form-field-swatch:after,
.share:after,
.cart-form:after,
.collection:after,
.address-name:after,
.index-header:after,
.product-stock .form-field-title:after,
.product-stock .selector-wrapper label:after,
.selector-wrapper .product-stock label:after {
  content: " ";
  display: table; }


.page-wrapper:after,
.main-footer-inner:after,
.footer-lower:after,
.footer-payment:after,
.pagination:after,
.form-field-swatch:after,
.share:after,
.cart-form:after,
.collection:after,
.address-name:after,
.index-header:after,
.product-stock .form-field-title:after,
.product-stock .selector-wrapper label:after,
.selector-wrapper .product-stock label:after {
  clear: both; }

.form-field-filters a.active::after, .button, .product-form .shopify-payment-button__button--unbranded, .tile-wrapper .tile-content, .banner, .department-item figcaption h3, .department-item figcaption p, .featured-content-item, .footer-copyright, .header-logo a, .header-tools .header-cart-count, .index-features-item .index-features-item-content, .index-newsletter-inner, .slideshow-title, .index-video-title, .collection-filters-tags .collection-filters-tag-box, .currency-switcher, .footer-currency button, .instagram-item .instagram-likes,
.instagram-item .instagram-comments, .product-item-banner, .form-swatch-item, .header-search-form .form-input, .header-search-form .form-select-wrapper select, .form-select-wrapper .header-search-form select, .collection-current-tags .collection-current-tag, .address-name span, .password.has-image .page-header,
.password.has-image .password-message,
.password.has-image .form-field-title, .password.has-image .selector-wrapper label, .selector-wrapper .password.has-image label,
.password.has-image .sidekick,
.password.has-image .section-title, .product-price {
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

h1, h2, .department-item figcaption h3, h3, h4, h5, .form-field-title, .selector-wrapper label, .account-header, .address-name, h6, .page-header {
  font-weight: 400;
  font-style: normal;
  color: #1a1a1a; }

.order-status-item strong, .account-orders .grid-item:before, .account-orders [class*="grid-item"]:before,
.order-details .grid-item:before, .order-details [class*="grid-item"]:before, .order-billing-address span,
.order-shipping-address span {
  font-weight: 400;
  color: gray; }

.errors > *:first-child, .rich-text > *:first-child, .featured-content-item > *:first-child, .index-features-text > *:first-child, .index-newsletter-inner > *:first-child, .cart-item-image > *:first-child, .cart-item-info > *:first-child, .collection-header-description > *:first-child, .product-item-description > *:first-child, .blog-item .blog-item-info > *:first-child, .article-wrapper > *:first-child, .article-content > *:first-child, .article-content blockquote > *:first-child, .collection-sidebar-note > *:first-child, .product-description > *:first-child {
  margin-top: 0; }

.errors > *:last-child, .rich-text > *:last-child, .featured-content-item > *:last-child, .index-features-text > *:last-child, .index-newsletter-inner > *:last-child, .cart-item-image > *:last-child, .cart-item-info > *:last-child, .collection-header-description > *:last-child, .product-item-description > *:last-child, .blog-item .blog-item-info > *:last-child, .article-wrapper > *:last-child, .article-content > *:last-child, .article-content blockquote > *:last-child, .collection-sidebar-note > *:last-child, .product-description > *:last-child {
  margin-bottom: 0; }

.screen-reader, .form-field-radio .form-input, .form-field-radio .form-select-wrapper select, .form-select-wrapper .form-field-radio select,
.form-field-checkbox .form-input, .form-field-checkbox .form-select-wrapper select, .form-select-wrapper .form-field-checkbox select {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(1px, 1px, 1px, 1px); }

.no-js .supports-js {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px !important;
  width: 1px !important; }

* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important; }

/*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: none; }

html {
  font-size: 62.5%; }

body {
  font-size: 13px;
  font-size: 1.3rem;
  background: #ffffff;
  line-height: 1.6;
  font-weight: 400;
  font-style: normal;
  color: #555555;
  -webkit-text-size-adjust: none; }
  body * {
    letter-spacing: 0.1em; }
  body.scroll-locked {
    overflow: hidden; }
  body.footer-search-focused {
    position: fixed;
    right: 0;
    left: 0; }
  @media (min-width: 601px) {
    body {
      padding-top: 0 !important; } }
  @media (max-width: 600px) {
    body {
      padding-bottom: 40px; }
      body.template-gift_card, body.template-password {
        padding: 0 !important; }
      body.no-js {
        padding-top: 100px; } }

svg {
  fill: currentColor; }

img {
  max-width: 100%;
  height: auto;
  max-height: 100%; }
  img.is-lazy {
    width: 100%; }
  img.lazyload {
    opacity: 0; }
    .no-js img.lazyload {
      opacity: 1; }

figure {
  margin: 0; }

ul,
ol {
  padding-left: 20px; }

blockquote {
  margin-left: 10px;
  padding-left: 15px;
  border-left: 2px solid #3bedaf; }
  blockquote cite {
    display: block;
    margin-top: 10px; }

table {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em; }
  table th,
  table td {
    padding: 10px 15px;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    text-align: left; }
  table th {
    background-color: #ebebeb;
    color: #1a1a1a; }
  table tr > *:first-child {
    border-left: 0; }

.page-wrapper {
  position: relative; }

.hidden {
  display: none; }

.visibly-hidden {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0); }

.no-js .js-dependent {
  display: none; }

.form-success {
  padding: 12px 15px;
  margin-bottom: 20px;
  color: #3bed3b;
  border: 1px solid #3bed3b;
  background: #d8fbd8; }

.form-error {
  margin-bottom: 20px; }

.form-row {
  margin-right: -10px;
  margin-left: -10px; }

.form-field, .selector-wrapper {
  margin-bottom: 10px; }

.form-inline {
  font-size: 0; }
  .form-inline > * {
    font-size: 13px;
    font-size: 1.3rem; }

.form-field-title, .selector-wrapper label {
  display: block;
  margin-top: 0;
  margin-bottom: 10px; }
  .form-field-title.form-hidden, .selector-wrapper label.form-hidden {
    display: none; }
    .lt-ie10 .form-field-title.form-hidden, .lt-ie10 .selector-wrapper label.form-hidden, .selector-wrapper .lt-ie10 label.form-hidden {
      display: block; }
  .form-inline .form-field-title, .form-inline .selector-wrapper label, .selector-wrapper .form-inline label {
    display: inline-block;
    margin-right: 20px; }

.form-input, .form-field-textarea .form-input, .form-select-wrapper select {
  padding: 9px 15px;
  max-width: 300px;
  width: 100%;
  height: 44px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  background-color: #ffffff;
  color: #555555;
  line-height: 1.6;
  -webkit-appearance: none;
  transition: border-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .form-input::-webkit-input-placeholder, .form-field-textarea .form-input::-webkit-input-placeholder, .form-select-wrapper select::-webkit-input-placeholder {
    color: gray; }
  .form-input::-moz-placeholder, .form-field-textarea .form-input::-moz-placeholder, .form-select-wrapper select::-moz-placeholder {
    color: gray; }
  .form-input::-ms-placeholder, .form-field-textarea .form-input::-ms-placeholder, .form-select-wrapper select::-ms-placeholder {
    color: gray; }
  .form-input::placeholder, .form-field-textarea .form-input::placeholder, .form-select-wrapper select::placeholder {
    color: gray; }
  .form-input:focus, .form-select-wrapper select:focus {
    border-color: #f85b58;
    outline: 0; }
  .form-input.form-full, .form-select-wrapper select.form-full {
    display: block;
    max-width: 100%; }
  .form-inline .form-input, .form-inline .form-select-wrapper select, .form-select-wrapper .form-inline select {
    display: inline-block; }
  .form-field-textarea .form-input, .form-field-textarea .form-select-wrapper select, .form-select-wrapper .form-field-textarea select {
    height: 100%;
    max-height: none;
    min-height: 200px; }

.form-select-wrapper {
  position: relative;
  display: block;
  cursor: pointer; }
  .form-select-wrapper.is-collection-sort::after {
    content: none; }
  .form-select-wrapper.active {
    border-color: #3bedaf; }
  .form-select-wrapper::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 16px;
    top: 50%;
    margin-top: -1px;
    border-top: 3px solid #555555;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent; }
  .form-select-wrapper select {
    width: 100%;
    padding: 9px 30px 9px 15px;
    border: 1px solid #ebebeb;
    line-height: 1.5;
    cursor: pointer;
    outline: 0;
    border-radius: 0;
    background-color: #f8f8f8;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .form-select-wrapper.form-full {
    max-width: 100%; }
  .form-inline .form-select-wrapper {
    display: inline-block; }

.form-submit {
  margin-top: 30px; }

.form-field-radio .form-label,
.form-field-checkbox .form-label {
  position: relative;
  display: block; }
  .form-field-radio .form-label:not(:last-child),
  .form-field-checkbox .form-label:not(:last-child) {
    margin-bottom: 5px; }

.form-field-radio .form-label-text,
.form-field-checkbox .form-label-text {
  padding-left: 22px;
  margin-left: 0; }

.form-field-radio .form-input, .form-field-radio .form-select-wrapper select, .form-select-wrapper .form-field-radio select,
.form-field-checkbox .form-input,
.form-field-checkbox .form-select-wrapper select,
.form-select-wrapper .form-field-checkbox select {
  width: auto; }
  .form-field-radio .form-input:focus + .form-label .form-label-text::before, .form-field-radio .form-field-textarea .form-input:focus + .form-label .form-label-text::before, .form-field-radio .form-select-wrapper select:focus + .form-label .form-label-text::before, .form-select-wrapper .form-field-radio select:focus + .form-label .form-label-text::before,
  .form-field-checkbox .form-input:focus + .form-label .form-label-text::before,
  .form-field-checkbox .form-field-textarea .form-input:focus + .form-label .form-label-text::before,
  .form-field-checkbox .form-select-wrapper select:focus + .form-label .form-label-text::before,
  .form-select-wrapper .form-field-checkbox select:focus + .form-label .form-label-text::before {
    border-color: #3bedaf; }

.form-field-radio .form-label-text:before,
.form-field-checkbox .form-label-text:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  cursor: pointer;
  content: ""; }

.form-field-radio .form-label-text:after,
.form-field-checkbox .form-label-text:after {
  position: absolute;
  cursor: pointer;
  content: ""; }

.form-field-radio .form-label-text:before {
  border-radius: 100%; }

.form-field-radio .form-label-text:after {
  top: calc(50% - 2px);
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 100%; }

.form-field-radio .form-input:checked + .form-label-text:after, .form-field-radio .form-field-textarea .form-input:checked + .form-label-text:after, .form-field-radio .form-select-wrapper select:checked + .form-label-text:after, .form-select-wrapper .form-field-radio select:checked + .form-label-text:after {
  background-color: #555555; }

.form-field-checkbox .form-label-text:before {
  width: 9px;
  height: 9px; }

.form-field-checkbox .form-label-text:after {
  top: calc(50% - 8px);
  left: 4px;
  width: 4px;
  height: 8px;
  transform: rotate(42.5deg); }

.form-field-checkbox .form-input:checked + .form-label .form-label-text:after, .form-field-checkbox .form-field-textarea .form-input:checked + .form-label .form-label-text:after, .form-field-checkbox .form-select-wrapper select:checked + .form-label .form-label-text:after, .form-select-wrapper .form-field-checkbox select:checked + .form-label .form-label-text:after,
.form-field-checkbox .form-label-text.active:after {
  border: solid #555555;
  border-width: 0 2px 2px 0; }

.form-filter-wrapper.is-color {
  padding-top: 10px !important;
  margin-right: -2px;
  margin-left: -2px;
  font-size: 0; }

@media (max-width: 600px) {
  .form-field-filters {
    margin-bottom: 0; } }

.form-field-filters a {
  position: relative;
  display: block;
  padding-left: 18px;
  margin-bottom: 2px;
  color: #555555;
  line-height: 19px; }
  .form-field-filters a:hover {
    color: #555555; }
  .form-field-filters a::before {
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 7px;
    border: 1px solid rgba(85, 85, 85, 0.3);
    border-radius: 2px;
    content: ""; }
  .form-field-filters a.active::after {
    position: absolute;
    top: calc(50% - 5px);
    left: 2px;
    width: 7px;
    height: 7px;
    background-color: #555555;
    border-radius: 1px;
    content: ""; }
  .form-field-filters a.is-color {
    display: inline-block;
    width: 15px;
    height: 15px;
    padding-left: 15px;
    margin-right: 2px;
    margin-bottom: 4px;
    margin-left: 2px;
    border-radius: 50%;
    text-indent: -9999px; }
    @media (max-width: 600px) {
      .form-field-filters a.is-color {
        width: 25px;
        height: 25px;
        margin-right: 3px;
        margin-bottom: 6px;
        margin-left: 3px; } }
    .form-field-filters a.is-color[data-color="white"] {
      box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.3); }
      .form-field-filters a.is-color[data-color="white"].active::after {
        background-color: #555555; }
    .form-field-filters a.is-color::before {
      display: none; }
    .form-field-filters a.is-color.active::after {
      top: 5px;
      left: 5px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #ffffff;
      content: ""; }
      @media (max-width: 600px) {
        .form-field-filters a.is-color.active::after {
          top: 9px;
          left: 9px;
          width: 7px;
          height: 7px; } }

.form-field-filters .form-field-title button, .form-field-filters .selector-wrapper label button, .selector-wrapper .form-field-filters label button {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  text-align: left; }
  @media (min-width: 601px) {
    .form-field-filters .form-field-title button, .form-field-filters .selector-wrapper label button, .selector-wrapper .form-field-filters label button {
      cursor: default; } }
  .form-field-filters .form-field-title button svg, .form-field-filters .selector-wrapper label button svg, .selector-wrapper .form-field-filters label button svg {
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 10px;
    height: 4px;
    color: #3bedaf; }
    @media (min-width: 601px) {
      .form-field-filters .form-field-title button svg, .form-field-filters .selector-wrapper label button svg, .selector-wrapper .form-field-filters label button svg {
        display: none; } }

.form-actions {
  margin-top: 20px;
  font-size: 0; }

.button, .product-form .shopify-payment-button__button--unbranded {
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
  line-height: 26px;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: none;
  background: #f85b58;
  color: #ffffff; }
  .button:hover, .product-form .shopify-payment-button__button--unbranded:hover {
    opacity: 0.7; }
  .button.button-secondary, .product-form .button-secondary.shopify-payment-button__button--unbranded {
    padding: 7px 24px 7px;
    background: transparent;
    border: 2px solid #000000;
    color: #000000; }
    .button.button-secondary:hover, .product-form .button-secondary.shopify-payment-button__button--unbranded:hover {
      background: #3bedaf;
      border-color: #3bedaf;
      color: #ffffff; }
      .button.button-secondary:hover:hover, .product-form .button-secondary.shopify-payment-button__button--unbranded:hover:hover {
        background: #12f3a4; }
      .button.button-secondary:hover:hover, .product-form .button-secondary.shopify-payment-button__button--unbranded:hover:hover {
        border-color: #12f3a4; }
  .button.grey, .product-form .grey.shopify-payment-button__button--unbranded {
    padding: 7px 24px 7px;
    background: #eee;
    border: 2px solid #ddd;
    color: #999; }
    .button.grey:hover, .product-form .grey.shopify-payment-button__button--unbranded:hover {
      padding: 7px 24px 7px;
      background: #eee;
      border: 2px solid #ddd;
      color: #999; }
  .button.button-small, .product-form .button-small.shopify-payment-button__button--unbranded {
    height: 36px;
    line-height: 18px; }
  .button.form-full, .product-form .form-full.shopify-payment-button__button--unbranded {
    display: block;
    max-width: 100%;
    width: 100%; }
  .button.button-disabled, .product-form .button-disabled.shopify-payment-button__button--unbranded {
    background: gray;
    color: #EEEEEE; }
    .button.button-disabled:hover, .product-form .button-disabled.shopify-payment-button__button--unbranded:hover {
      color: #EEEEEE !important;
      background: gray !important; }
    .button.button-disabled.button-secondary, .product-form .button-disabled.button-secondary.shopify-payment-button__button--unbranded {
      border-color: gray !important;
      color: #EEEEEE;
      background: gray; }
  .button a, .product-form .shopify-payment-button__button--unbranded a {
    color: #ffffff; }
    .button a:hover, .product-form .shopify-payment-button__button--unbranded a:hover {
      color: #ffffff; }
  .button .button-text, .product-form .shopify-payment-button__button--unbranded .button-text {
    font-size: 1.7rem; }
  .button.leader, .product-form .leader.shopify-payment-button__button--unbranded {
    margin-right: 20px; }
    @media (max-width: 600px) {
      .button.leader, .product-form .leader.shopify-payment-button__button--unbranded {
        display: block;
        width: 100%;
        margin-right: 0; } }
  .button.sidekick, .product-form .sidekick.shopify-payment-button__button--unbranded {
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    background-color: transparent;
    color: #f85b58;
    text-align: left;
    cursor: pointer;
    background: none;
    border: none; }
    .button.sidekick:hover, .product-form .sidekick.shopify-payment-button__button--unbranded:hover {
      background-color: transparent; }
    @media (max-width: 600px) {
      .button.sidekick, .product-form .sidekick.shopify-payment-button__button--unbranded {
        display: block;
        width: 100%;
        text-align: center; } }
    .button.sidekick a, .product-form .sidekick.shopify-payment-button__button--unbranded a {
      color: #3bedaf; }

.page-wrapper, .departments-wrapper, .featured-content, .main-footer-wrapper, .index-blog, .featured-products-wrapper, .featured-product-wrapper, .index-features, .index-map-wrapper .index-header, .index-map-wrapper:not(.is-fullwidth) .index-map, .index-newsletter:not(.is-fullwidth), .slideshow-content, .index-video-cover-content, .instagram-wrapper:not(.is-fullwidth), .instagram-wrapper.is-fullwidth .index-header, .navigation-super, .collection-main-wrapper, .collection-load-products, .product-images-lightbox > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Solves border-box issue with max-width in IE8 */ }
  .lt-ie9 .page-wrapper, .lt-ie9 .departments-wrapper, .lt-ie9 .featured-content, .lt-ie9 .main-footer-wrapper, .lt-ie9 .index-blog, .lt-ie9 .featured-products-wrapper, .lt-ie9 .featured-product-wrapper, .lt-ie9 .index-features, .lt-ie9 .index-map-wrapper .index-header, .index-map-wrapper .lt-ie9 .index-header, .lt-ie9 .index-map-wrapper:not(.is-fullwidth) .index-map, .index-map-wrapper:not(.is-fullwidth) .lt-ie9 .index-map, .lt-ie9 .index-newsletter:not(.is-fullwidth), .lt-ie9 .slideshow-content, .lt-ie9 .index-video-cover-content, .lt-ie9 .instagram-wrapper:not(.is-fullwidth), .lt-ie9 .instagram-wrapper.is-fullwidth .index-header, .instagram-wrapper.is-fullwidth .lt-ie9 .index-header, .lt-ie9 .navigation-super, .lt-ie9 .collection-main-wrapper, .lt-ie9 .collection-load-products, .lt-ie9 .product-images-lightbox > div {
    width: 1360px; }

.grid {
  font-size: 0; }

.grid-item, [class*="grid-item"] {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  padding-left: 0.5px;
  padding-right: 0.5px;
  vertical-align: top; }

.grid-item-100 {
  display: block;
  width: 100%; }

.grid-item-85 {
  width: 85%; }

.grid-item-83 {
  width: 83.333%; }

.grid-item-75 {
  width: 75%; }

.grid-item-70 {
  width: 70%; }

.grid-item-66 {
  width: 66.666%; }

.grid-item-58 {
  width: 58.333%; }

.grid-item-55 {
  width: 55%; }

.grid-item-50 {
  width: 50%; }

.grid-item-45 {
  width: 45%; }

.grid-item-41 {
  width: 41.666%; }

.grid-item-40 {
  width: 40%; }

.grid-item-35 {
  width: 35%; }

.grid-item-33 {
  width: 33.333%; }

.grid-item-30 {
  width: 30%; }

.grid-item-27 {
  width: 26.666%; }

.grid-item-25 {
  width: 25%; }

.grid-item-20 {
  width: 20%; }

.grid-item-16 {
  width: 16.666%; }

.grid-item-15 {
  width: 15%; }

.grid-item-12 {
  width: 12%; }

.grid-item-10 {
  width: 10%; }

.grid-item-5 {
  width: 5%; }

.tile-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 20px;
  border-right: 10px solid #ffffff;
  border-left: 10px solid #ffffff; }
  .tile-wrapper::after {
    display: block;
    width: 100%;
    content: "";
    padding-top: 140%; }
  .tile-wrapper img {
    display: none; }
  @media (max-width: 960px) {
    .tile-wrapper.grid-item-25 {
      width: 33.333%; } }
  @media (max-width: 500px) {
    .tile-wrapper.grid-item-25 {
      width: 50%; } }
  .tile-wrapper .tile {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3bedaf; }
  .tile-wrapper .tile-content {
    position: absolute;
    right: 30px;
    bottom: 25px;
    left: 30px;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff; }
    @media (max-width: 600px) {
      .tile-wrapper .tile-content {
        font-size: 20px;
        font-size: 2rem; } }
    @media (max-width: 500px) {
      .tile-wrapper .tile-content {
        font-size: 18px;
        font-size: 1.8rem; } }

.shopify-section {
  opacity: 0; }
  .shopify-section#shopify-section-footer {
    margin-top: 60px;
    margin-bottom: 0px; }
    @media screen and (max-width: 600px) {
      .shopify-section#shopify-section-footer {
        margin-top: 20px; } }
  @media screen and (max-width: 600px) {
    .shopify-section.choose {
      margin-top: 0px !important; } }

.onboarding-department {
  background-color: #f9f9f9; }
  .onboarding-department svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-width: 400px;
    transform: translate3d(-50%, -50%, 0); }

.onboarding-instagram-item figure {
  position: relative;
  background-color: #f9f9f9; }
  .onboarding-instagram-item figure svg {
    position: absolute;
    display: block;
    color: #555555; }

h1, h2, .department-item figcaption h3, h3, h4, h5, .form-field-title, .selector-wrapper label, .account-header, .address-name, h6 {
  line-height: 1.25; }

h1 {
  font-size: 35px;
  font-size: 3.5rem; }

h2, .department-item figcaption h3 {
  font-size: 25px;
  font-size: 2.5rem; }

h3 {
  font-size: 16px;
  font-size: 1.6rem; }

h4 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400; }

h5, .form-field-title, .selector-wrapper label, .account-header, .address-name {
  font-size: 13px;
  font-size: 1.3rem; }

h6 {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.3em; }

a {
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.page-header-wrapper {
  position: relative;
  margin: 30px auto 33px;
  max-width: 1360px;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 600px) {
    .page-header-wrapper {
      padding-right: 20px;
      padding-left: 20px;
      margin-top: 18px;
      margin-bottom: 18px; } }

.page-header {
  font-size: 25px;
  font-size: 2.5rem;
  margin: 30px auto;
  max-width: 1360px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; }
  .page-header.with-context {
    font-weight: 400; }
  .page-header.simple {
    margin: 0;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    text-align: left; }
  @media (max-width: 600px) {
    .page-header {
      padding-right: 20px;
      padding-left: 20px;
      margin-top: 20px;
      margin-bottom: 18px; } }
  .page-header-wrapper .page-header {
    margin: 0;
    max-width: none;
    padding-right: 0;
    padding-left: 0; }

.errors {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 6px 8px;
  color: #ed3b3b;
  border: 1px solid #ed3b3b;
  background: #fbd8d8; }
  .errors ul {
    padding: 0;
    list-style: none; }

.banner {
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  padding: 8px 20px;
  background-color: #3bedaf;
  color: #ffffff;
  letter-spacing: 0.0025em;
  text-align: center;
  line-height: 16px; }
  @media (max-width: 600px) {
    .banner {
      z-index: 1; } }
  .banner a {
    color: #ffffff; }
    .banner a:hover {
      color: #ffffff; }
  .banner p {
    margin-top: 0;
    margin-bottom: 0; }

.banner-link {
  position: relative;
  margin-left: 3px;
  text-decoration: underline; }

.banner-placeholder {
  position: relative;
  height: 3px;
  width: 100%;
  background-color: #3bedaf; }
  @media (max-width: 600px) {
    .banner-placeholder {
      display: none; } }

.departments-wrapper {
  position: relative; }
  .departments-wrapper .slick-list {
    overflow: visible; }
  .departments-wrapper .slick-slide {
    opacity: 0.05;
    outline: 0;
    backface-visibility: hidden;
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .departments-wrapper .slick-slide.visible,
  .departments-wrapper .slick-active {
    opacity: 1; }

@media (max-width: 600px) {
  .departments-slide {
    width: 100%; } }

.departments-slide a:focus {
  outline: 0;
  box-shadow: inset 0 0 2px 2px rgba(59, 237, 175, 0.9); }

.departments {
  margin-right: -10px;
  margin-left: -10px; }

.department-item {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
  .department-item:hover figure::before {
    opacity: 1; }
  html:not(.no-js) .department-item.department-item-tall figure {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    html:not(.no-js) .department-item.department-item-tall figure::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: calc(130.5% + 20px); }
    html:not(.no-js) .department-item.department-item-tall figure img {
      display: none; }
  html:not(.no-js) .department-item.department-item-wide figure {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    html:not(.no-js) .department-item.department-item-wide figure::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: 32.625%; }
    html:not(.no-js) .department-item.department-item-wide figure img {
      display: none; }
  html:not(.no-js) .department-item.department-item-tall.department-item-wide figure {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    html:not(.no-js) .department-item.department-item-tall.department-item-wide figure::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: 65.25%; }
    html:not(.no-js) .department-item.department-item-tall.department-item-wide figure img {
      display: none; }
  .department-item figure {
    position: relative; }
    html:not(.no-js) .department-item figure {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      overflow: hidden; }
      html:not(.no-js) .department-item figure::after {
        display: block;
        width: 100%;
        content: "";
        padding-top: 65.25%; }
      html:not(.no-js) .department-item figure img {
        display: none; }
    .department-item figure::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      content: ""; }
    .department-item figure.overlay-10::before {
      background-color: rgba(26, 26, 26, 0.1); }
    .department-item figure.overlay-20::before {
      background-color: rgba(26, 26, 26, 0.2); }
    .department-item figure.overlay-30::before {
      background-color: rgba(26, 26, 26, 0.3); }
    .department-item figure.overlay-40::before {
      background-color: rgba(26, 26, 26, 0.4); }
    .department-item figure.overlay-50::before {
      background-color: rgba(26, 26, 26, 0.5); }
    .department-item figure.overlay-60::before {
      background-color: rgba(26, 26, 26, 0.6); }
    .department-item figure.overlay-70::before {
      background-color: rgba(26, 26, 26, 0.7); }
    .department-item figure.overlay-80::before {
      background-color: rgba(26, 26, 26, 0.8); }
    .department-item figure.overlay-90::before {
      background-color: rgba(26, 26, 26, 0.9); }
    .department-item figure.overlay-100::before {
      background-color: #1a1a1a; }
    .department-item figure img {
      display: block; }
  .department-item figcaption {
    position: absolute;
    width: 100%;
    padding: 20px;
    font-weight: 400; }
    @media (max-width: 500px) {
      .department-item figcaption {
        padding: 15px; } }
    .department-item figcaption.center {
      top: 50%;
      left: 0;
      text-align: center;
      transform: translateY(-50%); }
    .department-item figcaption.top {
      top: 0; }
    .department-item figcaption.bottom {
      bottom: 0; }
    .department-item figcaption.right {
      text-align: right; }
    .department-item figcaption h3 {
      font-size: 24px;
      font-size: 2.4rem;
      margin-top: 0;
      margin-bottom: 0;
      color: #ffffff; }
      @media (max-width: 600px) {
        .department-item figcaption h3 {
          font-size: 20px;
          font-size: 2rem; } }
      @media (max-width: 500px) {
        .department-item figcaption h3 {
          font-size: 16px;
          font-size: 1.6rem; } }
      .department-item figcaption h3 + .button, .department-item figcaption .product-form h3 + .shopify-payment-button__button--unbranded, .product-form .department-item figcaption h3 + .shopify-payment-button__button--unbranded {
        margin-top: 10px; }
    .department-item figcaption.title-16 h3 {
      font-size: 16px;
      font-size: 1.6rem; }
    .department-item figcaption.title-18 h3 {
      font-size: 18px;
      font-size: 1.8rem; }
    .department-item figcaption.title-20 h3 {
      font-size: 20px;
      font-size: 2rem; }
    .department-item figcaption.title-22 h3 {
      font-size: 22px;
      font-size: 2.2rem; }
    .department-item figcaption.title-24 h3 {
      font-size: 24px;
      font-size: 2.4rem; }
    .department-item figcaption p {
      margin-top: 9px;
      color: #ffffff; }
  .department-item .link-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

@media (max-width: 600px) {
  .departments-slideshow-navigation {
    display: none; } }

.no-js .departments-slideshow-navigation {
  display: none; }

.departments-slideshow-navigation button {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 10px;
  border: 0;
  outline: 0;
  background-color: transparent; }
  .departments-slideshow-navigation button:focus svg {
    box-shadow: 0 0 2px 2px rgba(59, 237, 175, 0.9); }

.departments-slideshow-navigation svg {
  position: relative;
  top: -11px;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  color: #3bedaf;
  background-color: rgba(255, 255, 255, 0.9); }

.departments-slideshow-navigation button:first-child {
  left: -50px; }
  @media (max-width: 1200px) {
    .departments-slideshow-navigation button:first-child {
      left: -30px; } }
  @media (max-width: 1110px) {
    .departments-slideshow-navigation button:first-child {
      left: 0; } }

.departments-slideshow-navigation button:last-child {
  right: -50px; }
  @media (max-width: 1200px) {
    .departments-slideshow-navigation button:last-child {
      right: -30px; } }
  @media (max-width: 1110px) {
    .departments-slideshow-navigation button:last-child {
      right: 0; } }

.featured-content-wrapper {
  text-align: center; }

.featured-content {
  display: inline-block; }

.featured-content-item {
  padding: 20px;
  color: #1a1a1a;
  text-align: center; }
  @media (max-width: 500px) {
    .featured-content-item {
      padding-top: 0;
      padding-bottom: 0; } }
  .featured-content-item.size-28 {
    font-size: 28px;
    font-size: 2.8rem; }
    .featured-content-item.size-28 h2, .featured-content-item.size-28 .department-item figcaption h3, .department-item figcaption .featured-content-item.size-28 h3 {
      font-size: 1.2em; }
    @media (max-width: 960px) {
      .featured-content-item.size-28 {
        font-size: 25.2px;
        font-size: 2.52rem; } }
    @media (max-width: 600px) {
      .featured-content-item.size-28 {
        font-size: 19.6px;
        font-size: 1.96rem; } }
    @media (max-width: 500px) {
      .featured-content-item.size-28 {
        font-size: 14px;
        font-size: 1.4rem; } }
  .featured-content-item.size-29 {
    font-size: 29px;
    font-size: 2.9rem; }
    .featured-content-item.size-29 h2, .featured-content-item.size-29 .department-item figcaption h3, .department-item figcaption .featured-content-item.size-29 h3 {
      font-size: 1.2em; }
    @media (max-width: 960px) {
      .featured-content-item.size-29 {
        font-size: 26.1px;
        font-size: 2.61rem; } }
    @media (max-width: 600px) {
      .featured-content-item.size-29 {
        font-size: 20.3px;
        font-size: 2.03rem; } }
    @media (max-width: 500px) {
      .featured-content-item.size-29 {
        font-size: 14.5px;
        font-size: 1.45rem; } }
  .featured-content-item.size-30 {
    font-size: 30px;
    font-size: 3rem; }
    .featured-content-item.size-30 h2, .featured-content-item.size-30 .department-item figcaption h3, .department-item figcaption .featured-content-item.size-30 h3 {
      font-size: 1.2em; }
    @media (max-width: 960px) {
      .featured-content-item.size-30 {
        font-size: 27px;
        font-size: 2.7rem; } }
    @media (max-width: 600px) {
      .featured-content-item.size-30 {
        font-size: 21px;
        font-size: 2.1rem; } }
    @media (max-width: 500px) {
      .featured-content-item.size-30 {
        font-size: 15px;
        font-size: 1.5rem; } }
  .featured-content-item.size-31 {
    font-size: 31px;
    font-size: 3.1rem; }
    .featured-content-item.size-31 h2, .featured-content-item.size-31 .department-item figcaption h3, .department-item figcaption .featured-content-item.size-31 h3 {
      font-size: 1.2em; }
    @media (max-width: 960px) {
      .featured-content-item.size-31 {
        font-size: 27.9px;
        font-size: 2.79rem; } }
    @media (max-width: 600px) {
      .featured-content-item.size-31 {
        font-size: 21.7px;
        font-size: 2.17rem; } }
    @media (max-width: 500px) {
      .featured-content-item.size-31 {
        font-size: 15.5px;
        font-size: 1.55rem; } }
  .featured-content-item.size-32 {
    font-size: 32px;
    font-size: 3.2rem; }
    .featured-content-item.size-32 h2, .featured-content-item.size-32 .department-item figcaption h3, .department-item figcaption .featured-content-item.size-32 h3 {
      font-size: 1.2em; }
    @media (max-width: 960px) {
      .featured-content-item.size-32 {
        font-size: 28.8px;
        font-size: 2.88rem; } }
    @media (max-width: 600px) {
      .featured-content-item.size-32 {
        font-size: 22.4px;
        font-size: 2.24rem; } }
    @media (max-width: 500px) {
      .featured-content-item.size-32 {
        font-size: 16px;
        font-size: 1.6rem; } }
  .featured-content-item.size-33 {
    font-size: 33px;
    font-size: 3.3rem; }
    .featured-content-item.size-33 h2, .featured-content-item.size-33 .department-item figcaption h3, .department-item figcaption .featured-content-item.size-33 h3 {
      font-size: 1.2em; }
    @media (max-width: 960px) {
      .featured-content-item.size-33 {
        font-size: 29.7px;
        font-size: 2.97rem; } }
    @media (max-width: 600px) {
      .featured-content-item.size-33 {
        font-size: 23.1px;
        font-size: 2.31rem; } }
    @media (max-width: 500px) {
      .featured-content-item.size-33 {
        font-size: 16.5px;
        font-size: 1.65rem; } }
  .featured-content-item.size-34 {
    font-size: 34px;
    font-size: 3.4rem; }
    .featured-content-item.size-34 h2, .featured-content-item.size-34 .department-item figcaption h3, .department-item figcaption .featured-content-item.size-34 h3 {
      font-size: 1.2em; }
    @media (max-width: 960px) {
      .featured-content-item.size-34 {
        font-size: 30.6px;
        font-size: 3.06rem; } }
    @media (max-width: 600px) {
      .featured-content-item.size-34 {
        font-size: 23.8px;
        font-size: 2.38rem; } }
    @media (max-width: 500px) {
      .featured-content-item.size-34 {
        font-size: 17px;
        font-size: 1.7rem; } }
  .featured-content-item.size-35 {
    font-size: 35px;
    font-size: 3.5rem; }
    .featured-content-item.size-35 h2, .featured-content-item.size-35 .department-item figcaption h3, .department-item figcaption .featured-content-item.size-35 h3 {
      font-size: 1.2em; }
    @media (max-width: 960px) {
      .featured-content-item.size-35 {
        font-size: 31.5px;
        font-size: 3.15rem; } }
    @media (max-width: 600px) {
      .featured-content-item.size-35 {
        font-size: 24.5px;
        font-size: 2.45rem; } }
    @media (max-width: 500px) {
      .featured-content-item.size-35 {
        font-size: 17.5px;
        font-size: 1.75rem; } }
  .featured-content-item.size-36 {
    font-size: 36px;
    font-size: 3.6rem; }
    .featured-content-item.size-36 h2, .featured-content-item.size-36 .department-item figcaption h3, .department-item figcaption .featured-content-item.size-36 h3 {
      font-size: 1.2em; }
    @media (max-width: 960px) {
      .featured-content-item.size-36 {
        font-size: 32.4px;
        font-size: 3.24rem; } }
    @media (max-width: 600px) {
      .featured-content-item.size-36 {
        font-size: 25.2px;
        font-size: 2.52rem; } }
    @media (max-width: 500px) {
      .featured-content-item.size-36 {
        font-size: 18px;
        font-size: 1.8rem; } }
  .featured-content-item.size-37 {
    font-size: 37px;
    font-size: 3.7rem; }
    .featured-content-item.size-37 h2, .featured-content-item.size-37 .department-item figcaption h3, .department-item figcaption .featured-content-item.size-37 h3 {
      font-size: 1.2em; }
    @media (max-width: 960px) {
      .featured-content-item.size-37 {
        font-size: 33.3px;
        font-size: 3.33rem; } }
    @media (max-width: 600px) {
      .featured-content-item.size-37 {
        font-size: 25.9px;
        font-size: 2.59rem; } }
    @media (max-width: 500px) {
      .featured-content-item.size-37 {
        font-size: 18.5px;
        font-size: 1.85rem; } }
  .featured-content-item.size-38 {
    font-size: 38px;
    font-size: 3.8rem; }
    .featured-content-item.size-38 h2, .featured-content-item.size-38 .department-item figcaption h3, .department-item figcaption .featured-content-item.size-38 h3 {
      font-size: 1.2em; }
    @media (max-width: 960px) {
      .featured-content-item.size-38 {
        font-size: 34.2px;
        font-size: 3.42rem; } }
    @media (max-width: 600px) {
      .featured-content-item.size-38 {
        font-size: 26.6px;
        font-size: 2.66rem; } }
    @media (max-width: 500px) {
      .featured-content-item.size-38 {
        font-size: 19px;
        font-size: 1.9rem; } }
  .featured-content-item.size-39 {
    font-size: 39px;
    font-size: 3.9rem; }
    .featured-content-item.size-39 h2, .featured-content-item.size-39 .department-item figcaption h3, .department-item figcaption .featured-content-item.size-39 h3 {
      font-size: 1.2em; }
    @media (max-width: 960px) {
      .featured-content-item.size-39 {
        font-size: 35.1px;
        font-size: 3.51rem; } }
    @media (max-width: 600px) {
      .featured-content-item.size-39 {
        font-size: 27.3px;
        font-size: 2.73rem; } }
    @media (max-width: 500px) {
      .featured-content-item.size-39 {
        font-size: 19.5px;
        font-size: 1.95rem; } }
  .featured-content-item.size-40 {
    font-size: 40px;
    font-size: 4rem; }
    .featured-content-item.size-40 h2, .featured-content-item.size-40 .department-item figcaption h3, .department-item figcaption .featured-content-item.size-40 h3 {
      font-size: 1.2em; }
    @media (max-width: 960px) {
      .featured-content-item.size-40 {
        font-size: 36px;
        font-size: 3.6rem; } }
    @media (max-width: 600px) {
      .featured-content-item.size-40 {
        font-size: 28px;
        font-size: 2.8rem; } }
    @media (max-width: 500px) {
      .featured-content-item.size-40 {
        font-size: 20px;
        font-size: 2rem; } }
  .featured-content-item h2, .featured-content-item .department-item figcaption h3, .department-item figcaption .featured-content-item h3 {
    margin-top: 0; }
  .featured-content-item > p {
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto; }

.main-footer-wrapper {
  margin-top: 40px; }
  @media (max-width: 600px) {
    .main-footer-wrapper {
      display: none; } }

.main-footer {
  color: #555555; }
  @media (max-width: 600px) {
    .main-footer {
      background-color: transparent; } }

.main-footer-inner {
  padding-bottom: 30px;
  margin-right: -10px;
  margin-left: -10px; }
  @media (max-width: 600px) {
    .main-footer-inner {
      padding-top: 20px;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0; } }
  .main-footer-inner .section-title {
    margin-top: 0;
    margin-bottom: 12px; }
    .main-footer-inner .section-title.footer-social-header {
      margin-bottom: 6px; }
  .main-footer-inner ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none; }

.footer-menu {
  text-align: left;
  padding-left: 1%;
  padding-right: 1%; }
  @media (max-width: 600px) {
    .footer-menu {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 20px; } }
  @media (max-width: 500px) {
    .footer-menu:first-of-type {
      padding-top: 0 !important;
      border-top: 0 !important; } }
  .footer-menu a {
    color: #555555; }
  @media (max-width: 500px) {
    .footer-menu.footer-menu-links {
      margin-bottom: 40px; }
      .footer-menu.footer-menu-links li:first-child a {
        padding-top: 3px; } }
  @media (max-width: 500px) {
    .footer-menu.footer-menu-links a {
      display: block;
      padding-top: 8px;
      padding-bottom: 8px; } }
  @media (max-width: 500px) {
    .footer-menu.mailing-list-form {
      width: 100%;
      padding-top: 20px;
      margin-bottom: 20px;
      border-top: 1px solid #ebebeb; } }
  .footer-menu.mailing-list-form .form-actions {
    margin-top: 10px; }
  @media (max-width: 600px) {
    .footer-menu.footer-text {
      margin-bottom: 40px; } }
  @media (max-width: 500px) {
    .footer-menu.footer-text {
      width: 100%;
      padding-top: 20px;
      border-top: 1px solid #ebebeb; } }
  @media (max-width: 600px) {
    .footer-menu.footer-social-contact {
      margin-top: 20px;
      margin-bottom: 40px; } }
  @media (max-width: 500px) {
    .footer-menu.footer-social-contact {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 500px) {
    .footer-menu.footer-social-contact .footer-social-wrapper,
    .footer-menu.footer-social-contact .footer-contact-wrapper {
      padding-top: 20px;
      padding-right: 20px;
      padding-left: 20px;
      border-top: 1px solid #ebebeb; } }
  .footer-menu.footer-social-contact .footer-social-wrapper {
    margin-bottom: 40px; }
  @media (max-width: 600px) {
    .footer-menu.footer-social-contact .footer-contact-wrapper {
      margin-bottom: 20px; } }

.footer-social-wrapper + .footer-contact-wrapper .section-title {
  margin-top: 20px; }
  @media (max-width: 500px) {
    .footer-social-wrapper + .footer-contact-wrapper .section-title {
      margin-top: 0; } }

.footer-contact {
  margin-bottom: 0; }

.footer-lower {
  font-size: 10px;
  font-size: 1rem;
  display: table;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #555555; }
  @media (max-width: 600px) {
    .footer-lower {
      display: block;
      padding-right: 20px;
      padding-left: 20px;
      border-top: 1px solid #ebebeb; } }
  @media (max-width: 600px) {
    .footer-lower {
      display: block;
      text-align: center; } }
  .footer-lower a {
    color: #555555; }

.footer-copyright {
  display: table-cell;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle; }
  @media (max-width: 600px) {
    .footer-copyright {
      display: block;
      text-align: center; } }

.footer-social {
  margin-right: -8px;
  margin-left: -8px;
  font-size: 0; }
  .footer-social li {
    display: inline-block;
    margin-right: 0;
    margin-left: 0; }
  .footer-social a {
    display: block;
    padding: 8px; }
  .footer-social svg {
    display: block;
    height: 15px;
    width: 15px;
    color: gray; }

.footer-payment {
  margin-top: 3px;
  vertical-align: middle;
  text-align: right; }
  @media (max-width: 600px) {
    .footer-payment {
      display: flex;
      justify-content: center;
      margin-top: 10px;
      text-align: center; } }
  .footer-payment ul {
    display: table-cell;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 0;
    float: right; }
    @media (max-width: 500px) {
      .footer-payment ul {
        display: block;
        float: none; } }
  .footer-payment li {
    display: inline-block;
    margin-left: 5px; }
  .footer-payment svg {
    display: block;
    width: 40px;
    height: 25px; }

.main-header.is-fullbleed + .main-content .index-wrapper .shopify-section:first-of-type {
  margin-top: 0; }

.index-wrapper .shopify-section, .main-content .shopify-section {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (max-width: 500px) {
    .index-wrapper .shopify-section, .main-content .shopify-section {
      margin-top: 10px; } }
  .index-wrapper .shopify-section.section-index-collectionlist, .index-wrapper .shopify-section.section-index-departments, .index-wrapper .shopify-section.section-index-features, .index-wrapper .shopify-section.section-index-products, .main-content .shopify-section.section-index-collectionlist, .main-content .shopify-section.section-index-departments, .main-content .shopify-section.section-index-features, .main-content .shopify-section.section-index-products {
    margin: 30px 0; }
    .index-wrapper .shopify-section.section-index-collectionlist + .shopify-section, .index-wrapper .shopify-section.section-index-departments + .shopify-section, .index-wrapper .shopify-section.section-index-features + .shopify-section, .index-wrapper .shopify-section.section-index-products + .shopify-section, .main-content .shopify-section.section-index-collectionlist + .shopify-section, .main-content .shopify-section.section-index-departments + .shopify-section, .main-content .shopify-section.section-index-features + .shopify-section, .main-content .shopify-section.section-index-products + .shopify-section {
      margin-top: 60px; }
  @media (min-width: 1061px) {
    .index-wrapper .shopify-section:first-of-type::before, .main-content .shopify-section:first-of-type::before {
      position: absolute;
      top: 0;
      /*right: calc((100vw - 1320px) / 2);
        left: calc((100vw - 1320px) / 2);*/
      height: 1px;
      max-width: 1360px;
      padding-left: 20px;
      padding-right: 20px;
      background-color: #ebebeb;
      content: ""; } }
  .index-wrapper .shopify-section:last-of-type, .main-content .shopify-section:last-of-type {
    margin-bottom: 0; }

.main-header {
  position: relative; }
  .main-header.mobile-navigation-open {
    z-index: 1001; }
  .main-header.is-fullbleed {
    position: absolute;
    width: 100%;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media (min-width: 601px) {
      .main-header.is-fullbleed {
        background-color: transparent; }
        .main-header.is-fullbleed:hover, .main-header.is-fullbleed.search-open {
          background-color: #ffffff;
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.02), 0 3px 5px rgba(0, 0, 0, 0.12), 0 6px 20px rgba(0, 0, 0, 0.06); } }
    @media (max-width: 600px) {
      .main-header.is-fullbleed {
        position: fixed;
        padding-bottom: 0; } }
  @media (max-width: 600px) {
    .main-header {
      position: fixed;
      top: 0;
      width: 100%;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.02), 0 3px 5px rgba(0, 0, 0, 0.12), 0 6px 20px rgba(0, 0, 0, 0.06);
      transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .main-header.out-of-view {
        transform: translateY(-100%); } }

.header-wrapper {
  position: relative; }

.header {
  position: relative;
  padding-top: 19px;
  padding-bottom: 26px;
  padding-right: 20px;
  padding-left: 20px;
  transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .header:before, .header:after {
    content: "";
    display: block;
    height: 0; }
  .header:after {
    clear: both; }
  @media (max-width: 600px) {
    .header {
      padding: 12px; } }
  .no-flexbox .header {
    display: table; }

.header-logo {
  float: left;
  font-size: 0; }
  @media (max-width: 600px) {
    .header-logo.is-close {
      display: none; } }
  .no-flexbox .header-logo {
    display: table-cell;
    vertical-align: middle; }
  @media (max-width: 1060px) {
    .header-logo {
      width: 100%; } }
  .header-logo h2, .header-logo .department-item figcaption h3, .department-item figcaption .header-logo h3 {
    display: block;
    margin: 0;
    font-size: 30px;
    vertical-align: middle; }
    @media (max-width: 1060px) {
      .header-logo h2, .header-logo .department-item figcaption h3, .department-item figcaption .header-logo h3 {
        margin-right: auto;
        margin-left: auto;
        font-size: 25px; } }
  .header-logo a {
    position: relative;
    display: block;
    color: #000000; }
    @media (max-width: 1060px) {
      .header-logo a {
/*         left: 12%; */
        left: 0;
        width: 154px; } }
  .header-logo img {
    display: block;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media (max-width: 1060px) {
      .header-logo img {
        margin: 0 auto; } }
  .header-logo .header-logo-fullbleed {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden; }
  @media (min-width: 1061px) {
    .main-header.is-fullbleed:not(:hover):not(.search-open) .header-logo .header-logo-fullbleed {
      opacity: 1;
      visibility: visible; }
    .main-header.is-fullbleed:not(:hover):not(.search-open) .header-logo .header-logo-original {
      opacity: 0;
      visibility: hidden; } }

.header-tools {
  display: block;
  height: 16px;
  color: #000000;
  text-align: right;
  position: absolute;
  bottom: 28px;
  right: 2%;
  z-index: 1; }
  @media (max-width: 1060px) {
    .header-tools {
      right: 6%;
      top: 50%;
      bottom: auto;
      transform: translate(0, -50%); } }
  @media (max-width: 600px) {
    .header-tools.is-close {
      display: none; } }
  .no-flexbox .header-tools {
    display: table-cell;
    vertical-align: middle; }
  .header-tools > ul {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .no-flexbox .header-tools > ul {
      display: inline-block; }
  .header-tools > ul > li {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    cursor: pointer; }
  .no-js .header-tools .header-currency {
    display: none; }
  .header-tools .header-currency {
    min-width: 31px; }
  .header-tools .header-account > a,
  .header-tools .header-cart > a {
    color: #000000; }
    .header-tools .header-account > a > svg,
    .header-tools .header-cart > a > svg {
      color: currentColor;
      vertical-align: bottom; }
  .header-tools .header-account > a {
    position: relative;
    padding-bottom: 10px; }
    .header-tools .header-account > a > svg {
      position: relative;
      z-index: 1;
      width: 20px;
      height: 23px; }
  .header-tools .header-account .header-account-create {
    margin-top: 10px; }
    .header-tools .header-account .header-account-create a {
      color: #666; }
  .header-tools.header-tools--style-1 .header-account > a > svg {
    width: 20px;
    height: 23px; }
  .header-tools.header-tools--style-1 .header-cart > a > svg {
    width: 22px;
    height: 24px; }
    @media (max-width: 1060px) {
      .header-tools.header-tools--style-1 .header-cart > a > svg {
        width: 19px;
        height: 21px; } }
  .header-tools.header-tools--style-2 .header-account > a > svg {
    width: 22px;
    height: 21px; }
  .header-tools.header-tools--style-2 .header-cart > a > svg {
    width: 23px;
    height: 24px;
    top: 4px;
    position: relative; }
  .header-tools .header-cart a {
    position: relative; }
  .header-tools .header-cart-count {
    position: absolute;
    top: -12px;
    right: -10px;
    padding: 3px 2px 2px;
    background-color: #F85B5B;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    border-radius: 2px;
    min-width: 15px; }
    .header-tools .header-cart-count:empty {
      display: none; }
  .header-tools.header-tools--style-0 .header-cart-count {
    top: -3px;
    right: -8px;
    padding: 5px;
    border-radius: 10px;
    line-height: 0;
    text-indent: -9999px; }

.index-blog .grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.d-flex {
  display: flex;
  justify-content: center; }

.index-blog-item {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
  @media (max-width: 600px) {
    .index-blog-item.grid-item-25 {
      width: 50%; } }
  @media (max-width: 600px) {
    .index-blog-item.grid-item-33 {
      width: 100%; } }
  @media (max-width: 600px) {
    .index-blog-item.grid-item-50 {
      width: 100%; } }
  .index-blog-item figure {
    position: relative; }
    .index-blog-item figure.svg-placeholder {
      background-color: #f9f9f9; }
      .index-blog-item figure.svg-placeholder svg {
        display: block; }
    .index-blog-item figure img {
      display: block;
      width: 100%; }

.index-blog-item-content {
  margin-top: 15px; }
  @media (max-width: 600px) {
    .index-blog-item-content {
      padding-right: 22px;
      padding-left: 22px; }
      .index-blog-item.grid-item-25 .index-blog-item-content {
        padding-right: 0;
        padding-left: 0; } }
  @media (min-width: 601px) {
    .index-blog-item-content > div {
      max-width: 350px; } }

.index-blog-title {
  margin-top: 0;
  margin-bottom: 0; }
  @media (max-width: 600px) {
    .image-content .index-blog-title {
      color: #1a1a1a !important; } }
  .index-blog-title + .index-blog-text,
  .index-blog-title + .index-blog-button {
    margin-top: 10px; }

.index-blog-published {
  color: gray; }

.index-blog-author {
  margin-bottom: 8px;
  color: gray; }

.index-blog-text {
  margin-top: 0;
  margin-bottom: 0; }
  @media (max-width: 600px) {
    .image-content .index-blog-text {
      color: #555555 !important; } }
  .index-blog-text + .index-blog-button {
    margin-top: 15px; }

.index-blog-button {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid;
  border-radius: 3px; }
  @media (max-width: 600px) {
    .image-content .index-blog-button {
      color: #3bedaf !important; } }

.index-blog-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.featured-collection-grid {
  margin-right: -10px;
  margin-left: -10px; }
  html:not(.no-js) .featured-collection-grid.aspect-square .header-panel-wrapper,
  html:not(.no-js) .featured-collection-grid.aspect-square figure,
  html:not(.no-js) .featured-collection-grid.aspect-square .image-secondary {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    html:not(.no-js) .featured-collection-grid.aspect-square .header-panel-wrapper::after,
    html:not(.no-js) .featured-collection-grid.aspect-square figure::after,
    html:not(.no-js) .featured-collection-grid.aspect-square .image-secondary::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: 100%; }
    html:not(.no-js) .featured-collection-grid.aspect-square .header-panel-wrapper img,
    html:not(.no-js) .featured-collection-grid.aspect-square figure img,
    html:not(.no-js) .featured-collection-grid.aspect-square .image-secondary img {
      display: none; }
  html:not(.no-js) .featured-collection-grid.aspect-portrait .header-panel-wrapper,
  html:not(.no-js) .featured-collection-grid.aspect-portrait figure,
  html:not(.no-js) .featured-collection-grid.aspect-portrait .image-secondary {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    html:not(.no-js) .featured-collection-grid.aspect-portrait .header-panel-wrapper::after,
    html:not(.no-js) .featured-collection-grid.aspect-portrait figure::after,
    html:not(.no-js) .featured-collection-grid.aspect-portrait .image-secondary::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: 150%; }
    html:not(.no-js) .featured-collection-grid.aspect-portrait .header-panel-wrapper img,
    html:not(.no-js) .featured-collection-grid.aspect-portrait figure img,
    html:not(.no-js) .featured-collection-grid.aspect-portrait .image-secondary img {
      display: none; }
  html:not(.no-js) .featured-collection-grid.aspect-landscape .header-panel-wrapper,
  html:not(.no-js) .featured-collection-grid.aspect-landscape figure,
  html:not(.no-js) .featured-collection-grid.aspect-landscape .image-secondary {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    html:not(.no-js) .featured-collection-grid.aspect-landscape .header-panel-wrapper::after,
    html:not(.no-js) .featured-collection-grid.aspect-landscape figure::after,
    html:not(.no-js) .featured-collection-grid.aspect-landscape .image-secondary::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: 66.6%; }
    html:not(.no-js) .featured-collection-grid.aspect-landscape .header-panel-wrapper img,
    html:not(.no-js) .featured-collection-grid.aspect-landscape figure img,
    html:not(.no-js) .featured-collection-grid.aspect-landscape .image-secondary img {
      display: none; }
  .featured-collection-grid .header-panel-wrapper {
    position: relative;
    margin-bottom: 20px; }
    @media (max-width: 600px) {
      .featured-collection-grid .header-panel-wrapper {
        width: 100%; }
        .featured-collection-grid .header-panel-wrapper::after {
          display: none !important; } }
  .featured-collection-grid .header-panel {
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    padding: 16px 20px;
    text-align: right; }
    .no-js .featured-collection-grid .header-panel {
      top: 0;
      bottom: auto;
      padding: 0;
      text-align: left; }
    @media (max-width: 600px) {
      .featured-collection-grid .header-panel {
        position: static;
        padding: 0;
        text-align: left; } }
    .featured-collection-grid .header-panel h2, .featured-collection-grid .header-panel .department-item figcaption h3, .department-item figcaption .featured-collection-grid .header-panel h3 {
      font-size: 24px;
      font-size: 2.4rem;
      margin-top: 0;
      margin-bottom: 0; }
      @media (max-width: 600px) {
        .featured-collection-grid .header-panel h2, .featured-collection-grid .header-panel .department-item figcaption h3, .department-item figcaption .featured-collection-grid .header-panel h3 {
          font-size: 18px;
          font-size: 1.8rem; } }
    .featured-collection-grid .header-panel p {
      margin-top: 10px;
      margin-bottom: 0; }
      @media (max-width: 600px) {
        .featured-collection-grid .header-panel p {
          margin-top: 5px; } }
    .featured-collection-grid .header-panel .header-panel-link {
      display: block;
      margin-top: 5px; }
  .featured-collection-grid article {
    margin-bottom: 20px; }
    @media (max-width: 600px) {
      .featured-collection-grid article {
        width: 50%; } }
  .featured-collection-grid figure {
    position: relative; }
    .featured-collection-grid figure .svg-placeholder {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #f9f9f9; }
      .featured-collection-grid figure .svg-placeholder svg {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
  .featured-collection-grid .item-wrapper {
    position: relative;
    overflow: hidden; }
    .featured-collection-grid .item-wrapper:hover .item-content {
      transform: translateY(0);
      background: rgba(255, 255, 255, 0.95);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .featured-collection-grid .item-wrapper:hover .item-price,
    .featured-collection-grid .item-wrapper:hover .item-brand {
      opacity: 1;
      transition: opacity 0.2s 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .featured-collection-grid .item-wrapper:hover .image-secondary {
      opacity: 1;
      visibility: visible; }
  .featured-collection-grid .item-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .no-js .featured-collection-grid .item-link {
      position: static; }
  .featured-collection-grid .image-secondary {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .no-js .featured-collection-grid .image-secondary {
      display: none; }
  .featured-collection-grid .item-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 16px 20px;
    background: transparent;
    transform: translateY(20.8px);
    transition: all 0.2s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media (max-width: 600px) {
      .featured-collection-grid .item-content {
        position: static;
        padding: 0;
        margin-top: 10px;
        transform: translateY(0); } }
  .featured-collection-grid .item-title {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.6; }
    .featured-collection-grid .item-title a {
      color: #1a1a1a; }
  @media (min-width: 601px) {
    .featured-collection-grid .item-price,
    .featured-collection-grid .item-brand {
      opacity: 0;
      transition: opacity 0.2s 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94); } }
  .featured-collection-grid .item-price .is-sale {
    color: #ed3b3b; }
  .featured-collection-grid .item-price .rrp {
    color: gray;
    text-decoration: line-through; }
  .featured-collection-grid .item-brand {
    display: block; }
    .featured-collection-grid .item-brand a {
      color: #555555; }
  @media (min-width: 601px) {
    .featured-collection-grid .collection-viewall-wrapper {
      display: none; } }
  .featured-collection-grid .collection-viewall {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative; }
    .featured-collection-grid .collection-viewall::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: 100%; }
    .featured-collection-grid .collection-viewall img {
      display: none; }
    .featured-collection-grid .collection-viewall a {
      position: absolute;
      top: 50%;
      left: 50%;
      text-decoration: underline;
      text-align: center;
      transform: translate(-50%, -50%); }

.featured-products-wrapper.is-slider {
  padding-bottom: 20px; }

.featured-products-wrapper .slick-arrow {
  position: absolute; }

.no-js .featured-products-wrapper .index-header {
  display: none; }

.featured-products-heading {
  margin: 0 20px;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .featured-products-heading:not(.active) {
    opacity: 0.5; }
  @media (max-width: 600px) {
    .index-header .featured-products-heading {
      font-size: 16px;
      font-size: 1.6rem;
      margin-right: 30px; } }
  @media (max-width: 500px) {
    .index-header .featured-products-heading {
      display: block;
      margin-bottom: 5px; } }
  .featured-products-heading button {
    padding: 0;
    border: 0;
    background: none;
    outline: 0; }
  .no-js .featured-products-heading {
    font-size: 18px;
    font-size: 1.8rem; }
    @media (max-width: 600px) {
      .no-js .featured-products-heading {
        font-size: 16px;
        font-size: 1.6rem; } }

.featured-products-outer {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .featured-products-outer.processed {
    overflow: visible; }
  .no-js .featured-products-outer {
    height: auto; }

.featured-products {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-right: -10px;
  margin-left: -10px;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .no-js .featured-products {
    position: static; }
  .featured-products.active {
    opacity: 1;
    z-index: 1;
    visibility: visible; }
  html:not(.no-js) .featured-products:not(.active) {
    opacity: 0;
    z-index: 0;
    visibility: hidden; }
  .featured-products .svg-placeholder {
    background-color: #f9f9f9; }
    .featured-products .svg-placeholder svg {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: block; }

.featured-products-item-more div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  background-color: #3bedaf; }
  .featured-products-item-more div::after {
    display: block;
    width: 100%;
    content: "";
    padding-top: 150%; }
  .featured-products-item-more div img {
    display: none; }
  .featured-products-item-more div.dummy-landscape {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    .featured-products-item-more div.dummy-landscape::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: 66.6%; }
    .featured-products-item-more div.dummy-landscape img {
      display: none; }
  .featured-products-item-more div.dummy-square {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    .featured-products-item-more div.dummy-square::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: 100%; }
    .featured-products-item-more div.dummy-square img {
      display: none; }
  .featured-products-item-more div a {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    line-height: 1.25;
    transform: translateY(-50%); }
    .featured-products-item-more div a:hover {
      background-color: transparent !important; }

.featured-products-navigation {
  position: absolute;
  top: calc(50% - 40px);
  right: -20px;
  left: -20px;
  transition: top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 1060px) {
    .featured-products-navigation {
      right: 0;
      left: 0; } }
  .featured-products-navigation button {
    position: absolute;
    padding: 0;
    border: 0;
    background: none;
    outline: 0; }
    .featured-products-navigation button.slick-disabled svg {
      color: rgba(128, 128, 128, 0.3); }
  .featured-products-navigation button:first-child {
    left: 0; }
  .featured-products-navigation button:last-child {
    right: 0; }
  .featured-products-navigation svg {
    display: block;
    width: 30px;
    height: 30px;
    color: #3bedaf;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.featured-product-wrapper .product-wrapper {
  margin-top: 0;
  margin-bottom: 0; }

.index-features {
  text-align: center; }
  .index-features .grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }

.index-features-item {
  position: relative;
  margin-bottom: 1px;
  overflow: hidden; }
  .index-features-item.image-content:hover .index-features-item-content > span {
    opacity: 1;
    visibility: visible; }
  .index-features-item .index-features-item-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 10px 10px; }
    @media (max-width: 600px) {
      .index-features-item .index-features-item-content {
        padding: 20px 10px; } }
    .index-features-item .index-features-item-content.top {
      flex-direction: column; }
    .index-features-item .index-features-item-content.bottom {
      flex-direction: column-reverse; }
    .index-features-item .index-features-item-content.left {
      text-align: left; }
    .index-features-item .index-features-item-content.right {
      text-align: right; }
      .index-features-item .index-features-item-content.right > div {
        margin-left: auto; }
    .index-features-item .index-features-item-content.center {
      justify-content: space-around; }
      .index-features-item .index-features-item-content.center > div {
        margin-right: auto;
        margin-left: auto; }
    .index-features-item .index-features-item-content .button, .index-features-item .index-features-item-content .product-form .shopify-payment-button__button--unbranded, .product-form .index-features-item .index-features-item-content .shopify-payment-button__button--unbranded {
      min-width: 140px; }
  .index-features-item.text-content .index-features-item-content {
    background-color: #f9f9f9; }
  .index-features-item.image-content .index-features-item-content {
    position: absolute;
    top: 0;
    width: calc(100% - 1px); }
    .index-features-item.image-content .index-features-item-content > span {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .index-features-item.image-content .index-features-item-content > span.overlay-10 {
        background-color: rgba(26, 26, 26, 0.1); }
      .index-features-item.image-content .index-features-item-content > span.overlay-20 {
        background-color: rgba(26, 26, 26, 0.2); }
      .index-features-item.image-content .index-features-item-content > span.overlay-30 {
        background-color: rgba(26, 26, 26, 0.3); }
      .index-features-item.image-content .index-features-item-content > span.overlay-40 {
        background-color: rgba(26, 26, 26, 0.4); }
      .index-features-item.image-content .index-features-item-content > span.overlay-50 {
        background-color: rgba(26, 26, 26, 0.5); }
      .index-features-item.image-content .index-features-item-content > span.overlay-60 {
        background-color: rgba(26, 26, 26, 0.6); }
      .index-features-item.image-content .index-features-item-content > span.overlay-70 {
        background-color: rgba(26, 26, 26, 0.7); }
      .index-features-item.image-content .index-features-item-content > span.overlay-80 {
        background-color: rgba(26, 26, 26, 0.8); }
      .index-features-item.image-content .index-features-item-content > span.overlay-90 {
        background-color: rgba(26, 26, 26, 0.9); }
      .index-features-item.image-content .index-features-item-content > span.overlay-100 {
        background-color: #1a1a1a; }
    .index-features-item.image-content .index-features-item-content > div {
      position: relative; }
    .index-features-item.image-content .index-features-item-content .index-features-title,
    .index-features-item.image-content .index-features-item-content .index-features-text,
    .index-features-item.image-content .index-features-item-content .index-features-button {
      color: #ffffff; }
    .index-features-item.image-content .index-features-item-content .button, .index-features-item.image-content .index-features-item-content .product-form .shopify-payment-button__button--unbranded, .product-form .index-features-item.image-content .index-features-item-content .shopify-payment-button__button--unbranded,
    .index-features-item.image-content .index-features-item-content .index-features-button {
      margin-bottom: 5px; }
    .index-features-item.image-content .index-features-item-content > div {
      max-width: 350px; }
  @media (max-width: 600px) {
    .index-features-item.grid-item-20 {
      width: 50%;
      margin: 0%;
      padding: 0; } }
  html:not(.no-js) .index-features-item.grid-item-20 figure:not(.svg-placeholder) {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    html:not(.no-js) .index-features-item.grid-item-20 figure:not(.svg-placeholder)::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: 161.8%; }
    html:not(.no-js) .index-features-item.grid-item-20 figure:not(.svg-placeholder) img {
      display: none; }
  @media (max-width: 600px) {
    .index-features-item.grid-item-25 {
      width: 50%;
      margin: 0%;
      padding: 0; } }
  html:not(.no-js) .index-features-item.grid-item-25 figure:not(.svg-placeholder) {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    html:not(.no-js) .index-features-item.grid-item-25 figure:not(.svg-placeholder)::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: 100%; }
    html:not(.no-js) .index-features-item.grid-item-25 figure:not(.svg-placeholder) img {
      display: none; }
  @media (max-width: 600px) {
    .index-features-item.grid-item-33 {
      width: 50%;
      margin: 0%;
      padding: 0; } }
  html:not(.no-js) .index-features-item.grid-item-33 figure:not(.svg-placeholder) {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    html:not(.no-js) .index-features-item.grid-item-33 figure:not(.svg-placeholder)::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: 100%; }
    html:not(.no-js) .index-features-item.grid-item-33 figure:not(.svg-placeholder) img {
      display: none; }
  @media (max-width: 600px) {
    .index-features-item.grid-item-50 {
      width: 100%; } }
  html:not(.no-js) .index-features-item.grid-item-50 figure:not(.svg-placeholder) {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    html:not(.no-js) .index-features-item.grid-item-50 figure:not(.svg-placeholder)::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: 66.6%; }
    html:not(.no-js) .index-features-item.grid-item-50 figure:not(.svg-placeholder) img {
      display: none; }
  .index-features-item.grid-item-100 figure {
    background-image: none !important; }
  .index-features-item figure.svg-placeholder {
    background-color: #f9f9f9; }
    .index-features-item figure.svg-placeholder svg {
      display: block; }
  @media (min-width: 601px) {
    .index-features-item figure {
      height: 100%; } }
  .index-features-item figure img {
    display: block;
    width: 100%; }

.index-features-title {
  margin-top: 0;
  margin-bottom: 0; }
  .index-features-title + .index-features-text,
  .index-features-title + .index-features-button {
    margin-top: 6px;
    font-size: 12px;
    line-height: 110%; }
    .image-content .index-features-title + .index-features-text, .image-content
    .index-features-title + .index-features-button {
      margin-top: 5px; }
  .index-features-title + .button, .product-form .index-features-title + .shopify-payment-button__button--unbranded {
    margin-top: 25px; }
    .image-content .index-features-title + .button, .image-content .product-form .index-features-title + .shopify-payment-button__button--unbranded, .product-form .image-content .index-features-title + .shopify-payment-button__button--unbranded {
      margin-top: 11px; }

.index-features-text + .button, .product-form .index-features-text + .shopify-payment-button__button--unbranded,
.index-features-text + .index-features-button {
  margin-top: 25px; }
  .image-content .index-features-text + .button, .image-content .product-form .index-features-text + .shopify-payment-button__button--unbranded, .product-form .image-content .index-features-text + .shopify-payment-button__button--unbranded, .image-content
  .index-features-text + .index-features-button {
    margin-top: 11px; }

.index-features-button {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid;
  border-radius: 3px; }

.index-features-overlay,
.index-features-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.index-features-overlay {
  background-color: #f9f9f9; }

.index-map-wrapper .svg-placeholder {
  position: relative;
  height: 50vw;
  background-color: #f9f9f9; }
  .index-map-wrapper .svg-placeholder svg {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-height: 50vw; }

.index-map .index-map-inner {
  position: relative;
  width: 100%;
  height: 50vw; }
  .index-map .index-map-inner:empty {
    display: none; }

.index-map img {
  display: block;
  width: 100%; }

.index-newsletter-inner {
  padding: 10px 50px;
  color: #1a1a1a;
  text-align: center; }
  .index-newsletter-inner.has-subheading {
    padding-top: 20px;
    padding-bottom: 20px; }
  @media (max-width: 600px) {
    .index-newsletter-inner {
      padding: 15px 20px 20px; } }

.index-newsletter-title {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  text-align: right; }
  .index-newsletter-inner.has-subheading .index-newsletter-title {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0; }
  @media (max-width: 600px) {
    .index-newsletter-title {
      display: block;
      margin-top: 0;
      margin-right: 0;
      text-align: center; } }

.index-newsletter-subheading {
  margin-top: 5px; }

.index-newsletter-content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 330px; }
  .index-newsletter-content.align-center {
    text-align: center; }
  .index-newsletter-content p {
    margin-top: 0;
    margin-bottom: 0; }
  .index-newsletter-content .form-field, .index-newsletter-content .selector-wrapper {
    display: flex;
    margin-bottom: 0;
    font-size: 0; }
  .index-newsletter-content .form-label,
  .index-newsletter-content .button,
  .index-newsletter-content .product-form .shopify-payment-button__button--unbranded,
  .product-form .index-newsletter-content .shopify-payment-button__button--unbranded {
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    vertical-align: top; }
  .index-newsletter-content .form-label {
    max-width: 220px;
    width: calc(100% - 120px); }
  .index-newsletter-content .form-input, .index-newsletter-content .form-select-wrapper select, .form-select-wrapper .index-newsletter-content select {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  
  .index-newsletter-content .button,
  .index-newsletter-content .product-form .shopify-payment-button__button--unbranded,
  .product-form .index-newsletter-content .shopify-payment-button__button--unbranded {
    width: 120px;
    min-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.index-wrapper .section-index-slideshow {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 50px; }
  @media (max-width: 500px) {
    .index-wrapper .section-index-slideshow {
      margin-bottom: 10px; } }

.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper img {
    display: block;
    width: 100%; }
  .slideshow-wrapper iframe {
    display: block; }
  .slideshow-wrapper .svg-placeholder {
    display: block;
    background-color: #f9f9f9;
    height: 50vw; }
    .slideshow-wrapper .svg-placeholder svg {
      display: block;
      max-height: 100%; }
  .slideshow-wrapper .slick-arrow {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    padding: 0;
    background: none;
    border: 0; }
    @media (min-width: 601px) {
      .slideshow-wrapper .slick-arrow {
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); } }
    @media (max-width: 960px) {
      .slideshow-wrapper .slick-arrow {
        width: 30px;
        height: 30px; } }
    .slideshow-wrapper .slick-arrow svg {
      display: block;
      width: inherit;
      height: inherit; }
  .slideshow-wrapper .slick-previous {
    left: 30px; }
    @media (min-width: 601px) {
      .slideshow-wrapper .slick-previous {
        transform: translateX(-20px); } }
    @media (max-width: 600px) {
      .slideshow-wrapper .slick-previous {
        left: 15px; } }
  .slideshow-wrapper .slick-next {
    right: 30px; }
    @media (min-width: 601px) {
      .slideshow-wrapper .slick-next {
        transform: translateX(20px); } }
    @media (max-width: 600px) {
      .slideshow-wrapper .slick-next {
        right: 15px; } }
  .slideshow-wrapper:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); }
  .slideshow-wrapper .slick-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    bottom: 40px;
    width: calc((100% - 8vw) / 3);
    height: 4px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    fonts-size: 0; }
    @media (max-width: 600px) {
      .slideshow-wrapper .slick-dots {
        width: calc(100% - 8vw); } }
    .no-js .slideshow-wrapper .slick-dots {
      display: none; }
    .slideshow-wrapper .slick-dots li {
      display: inline-block;
      margin: 0 4px;
      flex: 1; }
      .slideshow-wrapper .slick-dots li.slick-active button {
        background-color: #574e4c; }
    .slideshow-wrapper .slick-dots button {
      display: block;
      padding: 0;
      background-color: #ebebeb;
      border: 0;
      border-radius: 0;
      text-indent: -9999px;
      outline: 0;
      transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.slideshow-image {
  position: relative;
  padding: 0 8px 0; }
  @media screen and (max-width: 600px) {
    .slideshow-image {
      padding: 0; } }
  .slideshow-image > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

@media (min-width: 601px) {
  .slideshow-wrapper .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(40%);
    -moz-filter: opacity(40%);
    -o-filter: opacity(40%);
    -ms-filter: opacity(40%);
    filter: opacity(40%);
    transition: 0.2s linear; } }

.slideshow-content-wrapper {
  position: absolute;
  top: 80px;
  bottom: 80px;
  display: flex;
  width: 100%; }
  @media (max-width: 960px) {
    .slideshow-content-wrapper {
      top: 70px;
      bottom: 70px; } }
  @media (max-width: 600px) {
    .slideshow-content-wrapper {
      top: 30px;
      bottom: 30px; } }
  @media (max-width: 500px) {
    .slideshow-content-wrapper {
      top: 15px;
      bottom: 15px; } }
  .slideshow-content-wrapper.middle {
    align-items: center; }
  .slideshow-content-wrapper.bottom {
    align-items: flex-end; }
  .slideshow-content-wrapper.left {
    text-align: left; }
  .slideshow-content-wrapper.center {
    text-align: center; }
  .slideshow-content-wrapper.right {
    text-align: right; }

.slideshow-content-inner {
  display: block;
  max-width: 47%; }
  @media (max-width: 600px) {
    .slideshow-content-inner {
      max-width: 60%; } }
  @media (max-width: 500px) {
    .slideshow-content-inner {
      max-width: 85%; } }
  .slideshow-content-wrapper.center .slideshow-content-inner {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 600px) {
      .slideshow-content-wrapper.center .slideshow-content-inner {
        max-width: 75%; } }
    @media (max-width: 500px) {
      .slideshow-content-wrapper.center .slideshow-content-inner {
        max-width: 90%; } }
  .slideshow-content-wrapper.right .slideshow-content-inner {
    margin-left: auto; }

.slideshow-title {
  margin-top: 0;
  margin-bottom: 0;
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.8)); }
  .slideshow-title.size-20 {
    font-size: 20px;
    font-size: 2rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-20 {
        font-size: 17.5px;
        font-size: 1.75rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-20 {
        font-size: 15px;
        font-size: 1.5rem; } }
  .slideshow-title.size-22 {
    font-size: 22px;
    font-size: 2.2rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-22 {
        font-size: 19.25px;
        font-size: 1.925rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-22 {
        font-size: 16.5px;
        font-size: 1.65rem; } }
  .slideshow-title.size-24 {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-24 {
        font-size: 21px;
        font-size: 2.1rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-24 {
        font-size: 18px;
        font-size: 1.8rem; } }
  .slideshow-title.size-26 {
    font-size: 26px;
    font-size: 2.6rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-26 {
        font-size: 19.5px;
        font-size: 1.95rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-26 {
        font-size: 16.25px;
        font-size: 1.625rem; } }
  .slideshow-title.size-28 {
    font-size: 28px;
    font-size: 2.8rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-28 {
        font-size: 21px;
        font-size: 2.1rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-28 {
        font-size: 17.5px;
        font-size: 1.75rem; } }
  .slideshow-title.size-30 {
    font-size: 30px;
    font-size: 3rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-30 {
        font-size: 22.5px;
        font-size: 2.25rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-30 {
        font-size: 18.75px;
        font-size: 1.875rem; } }
  .slideshow-title.size-32 {
    font-size: 32px;
    font-size: 3.2rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-32 {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-32 {
        font-size: 20px;
        font-size: 2rem; } }
  .slideshow-title.size-34 {
    font-size: 34px;
    font-size: 3.4rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-34 {
        font-size: 25.5px;
        font-size: 2.55rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-34 {
        font-size: 21.25px;
        font-size: 2.125rem; } }
  .slideshow-title.size-36 {
    font-size: 36px;
    font-size: 3.6rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-36 {
        font-size: 27px;
        font-size: 2.7rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-36 {
        font-size: 22.5px;
        font-size: 2.25rem; } }
  .slideshow-title.size-38 {
    font-size: 38px;
    font-size: 3.8rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-38 {
        font-size: 28.5px;
        font-size: 2.85rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-38 {
        font-size: 23.75px;
        font-size: 2.375rem; } }
  .slideshow-title.size-40 {
    font-size: 40px;
    font-size: 4rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-40 {
        font-size: 30px;
        font-size: 3rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-40 {
        font-size: 25px;
        font-size: 2.5rem; } }
  .slideshow-title.size-42 {
    font-size: 42px;
    font-size: 4.2rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-42 {
        font-size: 31.5px;
        font-size: 3.15rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-42 {
        font-size: 26.25px;
        font-size: 2.625rem; } }
  .slideshow-title.size-44 {
    font-size: 44px;
    font-size: 4.4rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-44 {
        font-size: 33px;
        font-size: 3.3rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-44 {
        font-size: 27.5px;
        font-size: 2.75rem; } }
  .slideshow-title.size-46 {
    font-size: 46px;
    font-size: 4.6rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-46 {
        font-size: 34.5px;
        font-size: 3.45rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-46 {
        font-size: 28.75px;
        font-size: 2.875rem; } }
  .slideshow-title.size-48 {
    font-size: 48px;
    font-size: 4.8rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-48 {
        font-size: 36px;
        font-size: 3.6rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-48 {
        font-size: 30px;
        font-size: 3rem; } }
  .slideshow-title.size-50 {
    font-size: 50px;
    font-size: 5rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-50 {
        font-size: 37.5px;
        font-size: 3.75rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-50 {
        font-size: 31.25px;
        font-size: 3.125rem; } }
  .slideshow-title.size-52 {
    font-size: 52px;
    font-size: 5.2rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-52 {
        font-size: 39px;
        font-size: 3.9rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-52 {
        font-size: 32.5px;
        font-size: 3.25rem; } }
  .slideshow-title.size-54 {
    font-size: 54px;
    font-size: 5.4rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-54 {
        font-size: 40.5px;
        font-size: 4.05rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-54 {
        font-size: 33.75px;
        font-size: 3.375rem; } }
  .slideshow-title.size-56 {
    font-size: 56px;
    font-size: 5.6rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-56 {
        font-size: 42px;
        font-size: 4.2rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-56 {
        font-size: 35px;
        font-size: 3.5rem; } }
  .slideshow-title.size-58 {
    font-size: 58px;
    font-size: 5.8rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-58 {
        font-size: 43.5px;
        font-size: 4.35rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-58 {
        font-size: 36.25px;
        font-size: 3.625rem; } }
  .slideshow-title.size-60 {
    font-size: 60px;
    font-size: 6rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-60 {
        font-size: 45px;
        font-size: 4.5rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-60 {
        font-size: 37.5px;
        font-size: 3.75rem; } }
  .slideshow-title.size-62 {
    font-size: 62px;
    font-size: 6.2rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-62 {
        font-size: 46.5px;
        font-size: 4.65rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-62 {
        font-size: 38.75px;
        font-size: 3.875rem; } }
  .slideshow-title.size-64 {
    font-size: 64px;
    font-size: 6.4rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-64 {
        font-size: 48px;
        font-size: 4.8rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-64 {
        font-size: 40px;
        font-size: 4rem; } }
  .slideshow-title.size-66 {
    font-size: 66px;
    font-size: 6.6rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-66 {
        font-size: 49.5px;
        font-size: 4.95rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-66 {
        font-size: 41.25px;
        font-size: 4.125rem; } }
  .slideshow-title.size-68 {
    font-size: 68px;
    font-size: 6.8rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-68 {
        font-size: 51px;
        font-size: 5.1rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-68 {
        font-size: 42.5px;
        font-size: 4.25rem; } }
  .slideshow-title.size-70 {
    font-size: 70px;
    font-size: 7rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-70 {
        font-size: 52.5px;
        font-size: 5.25rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-70 {
        font-size: 43.75px;
        font-size: 4.375rem; } }
  .slideshow-title.size-72 {
    font-size: 72px;
    font-size: 7.2rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-72 {
        font-size: 54px;
        font-size: 5.4rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-72 {
        font-size: 45px;
        font-size: 4.5rem; } }
  .slideshow-title.size-74 {
    font-size: 74px;
    font-size: 7.4rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-74 {
        font-size: 55.5px;
        font-size: 5.55rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-74 {
        font-size: 46.25px;
        font-size: 4.625rem; } }
  .slideshow-title.size-76 {
    font-size: 76px;
    font-size: 7.6rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-76 {
        font-size: 57px;
        font-size: 5.7rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-76 {
        font-size: 47.5px;
        font-size: 4.75rem; } }
  .slideshow-title.size-78 {
    font-size: 78px;
    font-size: 7.8rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-78 {
        font-size: 58.5px;
        font-size: 5.85rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-78 {
        font-size: 48.75px;
        font-size: 4.875rem; } }
  .slideshow-title.size-80 {
    font-size: 80px;
    font-size: 8rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-80 {
        font-size: 60px;
        font-size: 6rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-80 {
        font-size: 50px;
        font-size: 5rem; } }
  .slideshow-title.size-82 {
    font-size: 82px;
    font-size: 8.2rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-82 {
        font-size: 61.5px;
        font-size: 6.15rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-82 {
        font-size: 51.25px;
        font-size: 5.125rem; } }
  .slideshow-title.size-84 {
    font-size: 84px;
    font-size: 8.4rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-84 {
        font-size: 63px;
        font-size: 6.3rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-84 {
        font-size: 52.5px;
        font-size: 5.25rem; } }
  .slideshow-title.size-86 {
    font-size: 86px;
    font-size: 8.6rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-86 {
        font-size: 64.5px;
        font-size: 6.45rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-86 {
        font-size: 53.75px;
        font-size: 5.375rem; } }
  .slideshow-title.size-88 {
    font-size: 88px;
    font-size: 8.8rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-88 {
        font-size: 66px;
        font-size: 6.6rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-88 {
        font-size: 55px;
        font-size: 5.5rem; } }
  .slideshow-title.size-90 {
    font-size: 90px;
    font-size: 9rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-90 {
        font-size: 67.5px;
        font-size: 6.75rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-90 {
        font-size: 56.25px;
        font-size: 5.625rem; } }
  .slideshow-title.size-92 {
    font-size: 92px;
    font-size: 9.2rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-92 {
        font-size: 69px;
        font-size: 6.9rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-92 {
        font-size: 57.5px;
        font-size: 5.75rem; } }
  .slideshow-title.size-94 {
    font-size: 94px;
    font-size: 9.4rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-94 {
        font-size: 70.5px;
        font-size: 7.05rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-94 {
        font-size: 58.75px;
        font-size: 5.875rem; } }
  .slideshow-title.size-96 {
    font-size: 96px;
    font-size: 9.6rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-96 {
        font-size: 72px;
        font-size: 7.2rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-96 {
        font-size: 60px;
        font-size: 6rem; } }
  .slideshow-title.size-98 {
    font-size: 98px;
    font-size: 9.8rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-98 {
        font-size: 73.5px;
        font-size: 7.35rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-98 {
        font-size: 61.25px;
        font-size: 6.125rem; } }
  .slideshow-title.size-100 {
    font-size: 100px;
    font-size: 10rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-100 {
        font-size: 75px;
        font-size: 7.5rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-100 {
        font-size: 62.5px;
        font-size: 6.25rem; } }
  .slideshow-title.size-102 {
    font-size: 102px;
    font-size: 10.2rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-102 {
        font-size: 76.5px;
        font-size: 7.65rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-102 {
        font-size: 63.75px;
        font-size: 6.375rem; } }
  .slideshow-title.size-104 {
    font-size: 104px;
    font-size: 10.4rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-104 {
        font-size: 78px;
        font-size: 7.8rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-104 {
        font-size: 65px;
        font-size: 6.5rem; } }
  .slideshow-title.size-106 {
    font-size: 106px;
    font-size: 10.6rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-106 {
        font-size: 79.5px;
        font-size: 7.95rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-106 {
        font-size: 66.25px;
        font-size: 6.625rem; } }
  .slideshow-title.size-108 {
    font-size: 108px;
    font-size: 10.8rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-108 {
        font-size: 81px;
        font-size: 8.1rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-108 {
        font-size: 67.5px;
        font-size: 6.75rem; } }
  .slideshow-title.size-110 {
    font-size: 110px;
    font-size: 11rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-110 {
        font-size: 82.5px;
        font-size: 8.25rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-110 {
        font-size: 68.75px;
        font-size: 6.875rem; } }
  .slideshow-title.size-112 {
    font-size: 112px;
    font-size: 11.2rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-112 {
        font-size: 84px;
        font-size: 8.4rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-112 {
        font-size: 70px;
        font-size: 7rem; } }
  .slideshow-title.size-114 {
    font-size: 114px;
    font-size: 11.4rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-114 {
        font-size: 85.5px;
        font-size: 8.55rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-114 {
        font-size: 71.25px;
        font-size: 7.125rem; } }
  .slideshow-title.size-116 {
    font-size: 116px;
    font-size: 11.6rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-116 {
        font-size: 87px;
        font-size: 8.7rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-116 {
        font-size: 72.5px;
        font-size: 7.25rem; } }
  .slideshow-title.size-118 {
    font-size: 118px;
    font-size: 11.8rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-118 {
        font-size: 88.5px;
        font-size: 8.85rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-118 {
        font-size: 73.75px;
        font-size: 7.375rem; } }
  .slideshow-title.size-120 {
    font-size: 120px;
    font-size: 12rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-120 {
        font-size: 90px;
        font-size: 9rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-120 {
        font-size: 75px;
        font-size: 7.5rem; } }
  .slideshow-title.size-122 {
    font-size: 122px;
    font-size: 12.2rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-122 {
        font-size: 91.5px;
        font-size: 9.15rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-122 {
        font-size: 76.25px;
        font-size: 7.625rem; } }
  .slideshow-title.size-124 {
    font-size: 124px;
    font-size: 12.4rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-124 {
        font-size: 93px;
        font-size: 9.3rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-124 {
        font-size: 77.5px;
        font-size: 7.75rem; } }
  .slideshow-title.size-126 {
    font-size: 126px;
    font-size: 12.6rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-126 {
        font-size: 94.5px;
        font-size: 9.45rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-126 {
        font-size: 78.75px;
        font-size: 7.875rem; } }
  .slideshow-title.size-128 {
    font-size: 128px;
    font-size: 12.8rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-128 {
        font-size: 96px;
        font-size: 9.6rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-128 {
        font-size: 80px;
        font-size: 8rem; } }
  .slideshow-title.size-130 {
    font-size: 130px;
    font-size: 13rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-130 {
        font-size: 97.5px;
        font-size: 9.75rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-130 {
        font-size: 81.25px;
        font-size: 8.125rem; } }
  .slideshow-title.size-132 {
    font-size: 132px;
    font-size: 13.2rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-132 {
        font-size: 99px;
        font-size: 9.9rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-132 {
        font-size: 82.5px;
        font-size: 8.25rem; } }
  .slideshow-title.size-134 {
    font-size: 134px;
    font-size: 13.4rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-134 {
        font-size: 100.5px;
        font-size: 10.05rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-134 {
        font-size: 83.75px;
        font-size: 8.375rem; } }
  .slideshow-title.size-136 {
    font-size: 136px;
    font-size: 13.6rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-136 {
        font-size: 102px;
        font-size: 10.2rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-136 {
        font-size: 85px;
        font-size: 8.5rem; } }
  .slideshow-title.size-138 {
    font-size: 138px;
    font-size: 13.8rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-138 {
        font-size: 103.5px;
        font-size: 10.35rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-138 {
        font-size: 86.25px;
        font-size: 8.625rem; } }
  .slideshow-title.size-140 {
    font-size: 140px;
    font-size: 14rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-140 {
        font-size: 105px;
        font-size: 10.5rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-140 {
        font-size: 87.5px;
        font-size: 8.75rem; } }
  .slideshow-title.size-142 {
    font-size: 142px;
    font-size: 14.2rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-142 {
        font-size: 106.5px;
        font-size: 10.65rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-142 {
        font-size: 88.75px;
        font-size: 8.875rem; } }
  .slideshow-title.size-144 {
    font-size: 144px;
    font-size: 14.4rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-144 {
        font-size: 108px;
        font-size: 10.8rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-144 {
        font-size: 90px;
        font-size: 9rem; } }
  .slideshow-title.size-146 {
    font-size: 146px;
    font-size: 14.6rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-146 {
        font-size: 109.5px;
        font-size: 10.95rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-146 {
        font-size: 91.25px;
        font-size: 9.125rem; } }
  .slideshow-title.size-148 {
    font-size: 148px;
    font-size: 14.8rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-148 {
        font-size: 111px;
        font-size: 11.1rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-148 {
        font-size: 92.5px;
        font-size: 9.25rem; } }
  .slideshow-title.size-150 {
    font-size: 150px;
    font-size: 15rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-150 {
        font-size: 112.5px;
        font-size: 11.25rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-150 {
        font-size: 93.75px;
        font-size: 9.375rem; } }
  .slideshow-title.size-152 {
    font-size: 152px;
    font-size: 15.2rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-152 {
        font-size: 114px;
        font-size: 11.4rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-152 {
        font-size: 95px;
        font-size: 9.5rem; } }
  .slideshow-title.size-154 {
    font-size: 154px;
    font-size: 15.4rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-154 {
        font-size: 115.5px;
        font-size: 11.55rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-154 {
        font-size: 96.25px;
        font-size: 9.625rem; } }
  .slideshow-title.size-156 {
    font-size: 156px;
    font-size: 15.6rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-156 {
        font-size: 117px;
        font-size: 11.7rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-156 {
        font-size: 97.5px;
        font-size: 9.75rem; } }
  .slideshow-title.size-158 {
    font-size: 158px;
    font-size: 15.8rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-158 {
        font-size: 118.5px;
        font-size: 11.85rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-158 {
        font-size: 98.75px;
        font-size: 9.875rem; } }
  .slideshow-title.size-160 {
    font-size: 160px;
    font-size: 16rem; }
    @media (max-width: 960px) {
      .slideshow-title.size-160 {
        font-size: 120px;
        font-size: 12rem; } }
    @media (max-width: 600px) {
      .slideshow-title.size-160 {
        font-size: 100px;
        font-size: 10rem; } }
  .slideshow-title + .slideshow-text,
  .slideshow-title + .slideshow-button {
    margin-top: 0.8em; }
    @media (max-width: 600px) {
      .slideshow-title + .slideshow-text,
      .slideshow-title + .slideshow-button {
        margin-top: 0.5em; } }

.slideshow-text {
  margin-top: 0;
  margin-bottom: 0; }
  .slideshow-text + .slideshow-button {
    margin-top: 1.8em; }
    @media (max-width: 600px) {
      .slideshow-text + .slideshow-button {
        margin-top: 1.2em; } }

.slideshow-button {
  margin-top: 0;
  margin-bottom: 0; }

.index-wrapper .section-index-video {
  margin-top: 0; }

.video-wrapper {
  position: relative; }
  .video-wrapper .svg-placeholder {
    display: flex;
    align-items: center;
    height: 50vw;
    background-color: #f9f9f9; }
    .video-wrapper .svg-placeholder svg {
      display: block;
      height: 100%;
      max-height: 630px;
      margin-right: auto;
      margin-left: auto; }
  .video-wrapper iframe {
    width: 100%; }

.index-video-cover {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .index-video-cover.visibly-hidden {
    opacity: 0;
    visibility: hidden; }
  .no-js .index-video-cover {
    display: none; }

.index-video-cover-content {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }

.index-video-cover-content-inner {
  width: 100%; }

.index-video-title {
  margin-top: 0;
  margin-bottom: 0; }
  .index-video-title + .index-video-play {
    margin-top: 20px; }
  .index-video-title.size-20 {
    font-size: 20px;
    font-size: 2rem; }
    @media (max-width: 960px) {
      .index-video-title.size-20 {
        font-size: 17.5px;
        font-size: 1.75rem; } }
    @media (max-width: 600px) {
      .index-video-title.size-20 {
        font-size: 15px;
        font-size: 1.5rem; } }
  .index-video-title.size-22 {
    font-size: 22px;
    font-size: 2.2rem; }
    @media (max-width: 960px) {
      .index-video-title.size-22 {
        font-size: 19.25px;
        font-size: 1.925rem; } }
    @media (max-width: 600px) {
      .index-video-title.size-22 {
        font-size: 16.5px;
        font-size: 1.65rem; } }
  .index-video-title.size-24 {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 960px) {
      .index-video-title.size-24 {
        font-size: 21px;
        font-size: 2.1rem; } }
    @media (max-width: 600px) {
      .index-video-title.size-24 {
        font-size: 18px;
        font-size: 1.8rem; } }
  .index-video-title.size-26 {
    font-size: 26px;
    font-size: 2.6rem; }
    @media (max-width: 960px) {
      .index-video-title.size-26 {
        font-size: 19.5px;
        font-size: 1.95rem; } }
    @media (max-width: 600px) {
      .index-video-title.size-26 {
        font-size: 16.25px;
        font-size: 1.625rem; } }
  .index-video-title.size-28 {
    font-size: 28px;
    font-size: 2.8rem; }
    @media (max-width: 960px) {
      .index-video-title.size-28 {
        font-size: 21px;
        font-size: 2.1rem; } }
    @media (max-width: 600px) {
      .index-video-title.size-28 {
        font-size: 17.5px;
        font-size: 1.75rem; } }
  .index-video-title.size-30 {
    font-size: 30px;
    font-size: 3rem; }
    @media (max-width: 960px) {
      .index-video-title.size-30 {
        font-size: 22.5px;
        font-size: 2.25rem; } }
    @media (max-width: 600px) {
      .index-video-title.size-30 {
        font-size: 18.75px;
        font-size: 1.875rem; } }
  .index-video-title.size-32 {
    font-size: 32px;
    font-size: 3.2rem; }
    @media (max-width: 960px) {
      .index-video-title.size-32 {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media (max-width: 600px) {
      .index-video-title.size-32 {
        font-size: 20px;
        font-size: 2rem; } }
  .index-video-title.size-34 {
    font-size: 34px;
    font-size: 3.4rem; }
    @media (max-width: 960px) {
      .index-video-title.size-34 {
        font-size: 25.5px;
        font-size: 2.55rem; } }
    @media (max-width: 600px) {
      .index-video-title.size-34 {
        font-size: 21.25px;
        font-size: 2.125rem; } }
  .index-video-title.size-36 {
    font-size: 36px;
    font-size: 3.6rem; }
    @media (max-width: 960px) {
      .index-video-title.size-36 {
        font-size: 27px;
        font-size: 2.7rem; } }
    @media (max-width: 600px) {
      .index-video-title.size-36 {
        font-size: 22.5px;
        font-size: 2.25rem; } }

.index-video-play {
  padding: 0;
  background: none;
  border: 0; }
  .no-js .index-video-play {
    display: none; }
  .index-video-play + .index-video-title {
    margin-top: 10px; }
  .index-video-play svg {
    display: block;
    width: 89px;
    height: 60px;
    color: #1a1a1a; }

.breadcrumbs .breadcrumbs-inner {
  display: flex;
  font-size: 10px;
  padding: 12px 20px; }

.breadcrumbs .breadcrumbs-home {
  vertical-align: -4px;
  width: 20px;
  height: 17px; }

.breadcrumbs a {
  color: #000000;
  font-size: 10px;
  padding-top: 4px; }

.breadcrumbs span {
  padding-top: 4px; }

.cart-content {
  padding-right: 60px; }
  @media (max-width: 960px) {
    .cart-content {
      width: 100%;
      padding-right: 10px; } }
  @media (max-width: 500px) {
    .cart-content {
      padding-right: 0;
      padding-left: 0; } }

.cart-item-wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .cart-item-wrapper:first-of-type {
    padding-top: 0; }
  .cart-item-wrapper:last-of-type {
    padding-bottom: 0;
    border-bottom: 0; }

.cart-item-totals {
  position: relative;
  font-size: 0; }

.cart-empty {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center; }

.cart-item {
  display: flex;
  align-items: center;
  margin-right: -5px;
  margin-left: -5px; }
  @media (max-width: 500px) {
    .cart-item {
      display: block; } }
  .no-flexbox .cart-item {
    display: block; }
    .no-flexbox .cart-item > * {
      vertical-align: middle; }

.cart-item-info-wrapper {
  display: flex;
  align-items: center;
  padding-left: 0; }
  @media (max-width: 600px) {
    .cart-item-info-wrapper {
      display: block;
      width: 66.666%; } }
  @media (max-width: 500px) {
    .cart-item-info-wrapper {
      width: 100%;
      margin-top: 12px; } }
  .no-flexbox .cart-item-info-wrapper {
    display: inline-block;
    font-size: 0; }

@media (max-width: 600px) {
  .cart-item-info,
  .cart-item-options,
  .cart-item-total-wrapper {
    display: block;
    width: 100%;
    text-align: left; } }

@media (max-width: 600px) {
  .cart-item-info,
  .cart-item-options {
    margin-bottom: 10px; } }

.cart-item-image {
  padding-right: 5px; }
  @media (max-width: 600px) {
    .cart-item-image {
      width: 33.333%; } }
  @media (max-width: 500px) {
    .cart-item-image {
      width: 100%; } }
  .cart-item-image a,
  .cart-item-image img {
    display: block; }
  .cart-item-image img {
    width: 100%; }

.cart-item-brand,
.cart-item-title,
.cart-item-variant {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  font-weight: 400;
  line-height: 1.6; }

.cart-item-title h3 {
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
  display: inline-block;
  font-size: 1.4rem; }

.cart-item-brand,
.cart-item-brand a,
.cart-item-variant,
.cart-item-variant a {
  color: gray; }

.cart-item-totals {
  padding-right: 0; }

.cart-item-properties {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  color: #555555; }
  .cart-item-properties .cart-item-properties__title {
    margin-right: 5px;
    color: #1a1a1a; }

.cart-item-quantity {
  width: 26px;
  height: auto;
  padding: 0 4px;
  border-radius: 0;
  border: 1px solid #ebebeb;
  outline: 0;
  text-align: center;
  transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .cart-item-quantity:focus {
    border-color: #3bedaf; }

.cart-item-quantity-edit {
  padding: 0;
  margin-left: 7px;
  border: 0;
  background-color: transparent;
  text-decoration: underline; }
  .no-js .cart-item-quantity-edit {
    display: none; }

.cart-item-total-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 0;
  text-align: right; }
  @media (max-width: 600px) {
    .cart-item-total-wrapper {
      text-align: left; } }

.cart-item-total-line {
  width: 100%;
  margin-bottom: 4px; }
  @media (min-width: 961px) {
    .cart-item-total-line {
      max-width: 210px; } }

.cart-item-total-line__inner {
  display: flex;
  justify-content: space-between; }
  .cart-item-total-line__inner > span:first-child {
    color: #1a1a1a;
    text-align: left; }
  .cart-item-total-line__inner > span:last-child {
    text-align: right; }

.cart-item-total-line__discount-name {
  font-size: 12px;
  font-size: 1.2rem;
  color: gray;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 16px; }

.cart-item-remove {
  display: block;
  text-decoration: underline;
  background: #f5f5f5;
  border-radius: 50px;
  padding: 5px 10px;
  line-height: 1; }

.cart-item-savings {
  color: gray; }

.cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  padding: 20px;
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .cart-sidebar.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .cart-sidebar .cart-item:last-child {
    margin-bottom: 0; }
  .cart-sidebar .cart-item-image {
    padding-left: 0; }
  .cart-sidebar .cart-item-info {
    padding-right: 0; }

.cart-sidebar-items {
  overflow-y: scroll; }

.cart-sidebar-footer {
  position: absolute;
  bottom: 0; }

.cart-totals {
  float: right; }
  @media (max-width: 960px) {
    .cart-totals {
      width: 100%;
      margin-bottom: 30px;
      float: none;
      text-align: center; } }
  @media (max-width: 500px) {
    .cart-totals {
      margin-top: 10px;
      padding-right: 0;
      padding-left: 0; } }
  .cart-totals textarea {
    min-height: 130px; }
  .cart-totals .form-field, .cart-totals .selector-wrapper {
    margin-bottom: 15px; }
  .cart-totals > .form-actions {
    display: flex;
    flex-wrap: wrap;
    font-size: 0; }
    .cart-totals > .form-actions .button, .cart-totals > .form-actions .product-form .shopify-payment-button__button--unbranded, .product-form .cart-totals > .form-actions .shopify-payment-button__button--unbranded {
      min-width: 0;
      width: calc(50% - 5px); }
    .cart-totals > .form-actions .button:first-child, .cart-totals > .form-actions .product-form .shopify-payment-button__button--unbranded:first-child, .product-form .cart-totals > .form-actions .shopify-payment-button__button--unbranded:first-child {
      margin-right: 10px; }

.cart-checkout {
  margin-bottom: 16px; }

.cart-total-wrapper table {
  margin-top: 0;
  margin-bottom: 20px; }

.cart-total-wrapper td {
  border: 0; }
  .cart-total-wrapper td:first-child {
    padding-left: 0;
    color: #1a1a1a; }
  .cart-total-wrapper td:last-child {
    padding-right: 0;
    text-align: right; }

.cart-total-wrapper .cart-total-line {
  line-height: 16px; }
  .cart-total-wrapper .cart-total-line:first-of-type td {
    padding-top: 0; }
  .cart-total-wrapper .cart-total-line.cart-total-line--total {
    line-height: inherit; }

.cart-total-wrapper .cart-total-line__discount-name {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  color: gray;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.cart-total-wrapper .cart-total-line--total {
  font-size: 18px;
  font-size: 1.8rem;
  color: #1a1a1a; }

.cart-total-wrapper > span {
  display: block;
  color: #1a1a1a; }

.cart-total-wrapper .cart-subtotal {
  font-weight: 700; }

.cart-total-wrapper .cart-total {
  font-size: 18px;
  font-size: 1.8rem; }
  @media (max-width: 600px) {
    .cart-total-wrapper .cart-total {
      margin-top: 5px;
      margin-bottom: 5px; } }

.cart-module-wrapper {
  margin-top: 10px; }

.cart-module {
  display: none;
  max-width: 300px;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: auto; }
  @media (max-width: 600px) {
    .cart-module {
      margin-right: auto; } }
  .cart-module-wrapper.active .cart-module {
    display: block; }
  .cart-module .form-field-title, .cart-module .selector-wrapper label, .selector-wrapper .cart-module label,
  .cart-module .form-select,
  .cart-module .form-input,
  .cart-module .form-select-wrapper select,
  .form-select-wrapper .cart-module select {
    text-align: left; }
  @media (max-width: 600px) {
    .cart-module .form-field-title, .cart-module .selector-wrapper label, .selector-wrapper .cart-module label {
      text-align: center; } }

.cart-module-toggle {
  padding: 0;
  border: 0;
  color: #3bedaf;
  background-color: transparent; }

.cart-shipping-response {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left; }

.cart-additional-buttons {
  z-index: 1;
  display: block;
  width: 100%;
  margin-top: 12px;
  font-size: calc(1.3 * 10px);
  text-align: right; }
  @media (max-width: 960px) {
    .cart-additional-buttons {
      text-align: center; } }

.wrapping-attention {
  text-decoration: underline;
  font-weight: 700;
  font-size: 16px;
  margin: 10px 0;
}
.collection-sidebar-filter {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .collection-sidebar-filter + .collection-sidebar-filter {
    border-top: 0; }
  @media (max-width: 600px) {
    .collection-sidebar-filter {
      border-top: 0; }
      .collection-sidebar-filter .form-filter-wrapper {
        display: none; }
      .collection-sidebar-filter.active .form-filter-wrapper {
        display: block; } }
  .collection-sidebar-filter .form-filter-wrapper {
    margin-top: 12px; }
  .collection-sidebar-filter .form-field-title, .collection-sidebar-filter .selector-wrapper label, .selector-wrapper .collection-sidebar-filter label {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 12px; }
    @media (max-width: 600px) {
      .collection-sidebar-filter .form-field-title, .collection-sidebar-filter .selector-wrapper label, .selector-wrapper .collection-sidebar-filter label {
        margin-bottom: 0; } }
  .collection-sidebar-filter .form-field, .collection-sidebar-filter .selector-wrapper {
    margin-bottom: 0; }
  .collection-sidebar-filter .collection-filter {
    display: flex;
    align-items: center; }
  .collection-sidebar-filter .collection-filter-color {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border: 1px solid #ebebeb;
    border-radius: 12px; }

@media (max-width: 600px) {
  .collection-filters {
    position: relative;
    max-height: calc(100vh - 30px);
    padding: 15px;
    margin-top: 0;
    background-color: #ffffff;
    overflow-x: auto; } }

@media (min-width: 601px) {
  .collection-filters > .small {
    display: none; } }

.collection-filters .button, .collection-filters .product-form .shopify-payment-button__button--unbranded, .product-form .collection-filters .shopify-payment-button__button--unbranded {
  display: block;
  width: 100%;
  margin-top: 15px; }
  @media (min-width: 601px) {
    .collection-filters .button, .collection-filters .product-form .shopify-payment-button__button--unbranded, .product-form .collection-filters .shopify-payment-button__button--unbranded {
      display: none; } }

.collection-filters-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ebebeb; }
  @media (max-width: 600px) {
    .collection-filters-title {
      margin-bottom: 0; } }
  .collection-filters-title button {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent; }
    .collection-filters-title button svg {
      width: 9px;
      height: 9px;
      color: #1a1a1a; }

.collection-filters-tags {
  margin-top: 15px;
  margin-bottom: -4px; }
  .collection-filters-tags .collection-filters-tag-box {
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    display: inline-block;
    padding: 3px 5px 3px 7px;
    margin-bottom: 4px;
    background-color: #ebebeb;
    color: #555555; }
    .collection-filters-tags .collection-filters-tag-box span {
      margin-left: 2px; }
    .collection-filters-tags .collection-filters-tag-box a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

.collection-header-wrapper.grid {
  margin-right: -20px;
  margin-left: -20px; }
  @media (max-width: 600px) {
    .collection-header-wrapper.grid {
      margin-left: -10px;
      margin-right: -10px; } }
  .collection-header-wrapper.grid.has-product {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb; }
    @media (max-width: 600px) {
      .collection-header-wrapper.grid.has-product {
        display: block;
        border: 0; } }

@media (max-width: 960px) {
  .template-page .collection-header-wrapper {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 0; } }

.collection-header {
  margin-bottom: 20px; }
  .collection-header.grid {
    margin-right: -10px;
    margin-left: -10px; }
  .collection-header.has-product {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb; }
    @media (max-width: 600px) {
      .collection-header.has-product {
        border: 0; } }
  @media (max-width: 600px) {
    .collection-header.grid-item-50 {
      width: 100%; } }
  .collection-header-wrapper.grid .collection-header {
    padding-right: 20px;
    padding-left: 20px; }
    @media (max-width: 600px) {
      .collection-header-wrapper.grid .collection-header {
        padding-left: 10px;
        padding-right: 10px; } }
  @media (max-width: 600px) {
    .collection-header {
      margin-bottom: 30px; } }
  .template-collection .collection-header.has-image {
    display: flex;
    align-items: center;
    flex-direction: row-reverse; }
    @media (max-width: 600px) {
      .template-collection .collection-header.has-image {
        display: block; } }
  @media (max-width: 960px) {
    .template-page .collection-header {
      display: inline-block;
      width: 50%;
      vertical-align: top;
      margin-right: 0;
      margin-left: 0; } }
  @media (max-width: 600px) {
    .template-page .collection-header {
      display: block;
      width: 100%; } }
  @media (max-width: 960px) {
    .collection-header .product-item {
      display: none; } }
  .collection-header .grid-item-50 {
    vertical-align: middle; }
    @media (max-width: 600px) {
      .collection-header .grid-item-50 {
        width: 100%; } }
    @media (max-width: 960px) {
      .template-page .collection-header .grid-item-50 {
        width: 100%; } }

.collection-header-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative; }
  .collection-header-image::after {
    display: block;
    width: 100%;
    content: "";
    padding-top: 66.7%; }
  .collection-header-image img {
    display: none; }
  .collection-header-image a,
  .collection-header-image a:hover {
    color: #1a1a1a; }
  .collection-header-image a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .collection-header-image svg {
    position: absolute;
    top: 50%;
    display: block;
    background-color: #f9f9f9;
    transform: translateY(-50%); }
  .collection-header-image .collection-header-title {
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 6px 15px;
    background-color: rgba(255, 255, 255, 0.85);
    color: #1a1a1a;
    font-weight: 700;
    text-align: center; }
    @media (max-width: 600px) {
      .collection-header-image .collection-header-title {
        display: block; } }
    @media (max-width: 960px) {
      .template-page .collection-header-image .collection-header-title {
        display: block; } }

.collection-header-info-wrapper {
  font-size: 0; }
  .collection-header-info-wrapper .product-item {
    padding-right: 0;
    margin-bottom: 0;
    vertical-align: middle; }

.collection-header-info {
  padding-left: 0;
  vertical-align: middle; }
  .template-collection .collection-header-info {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
  @media (max-width: 960px) {
    .collection-header-info {
      width: 100%;
      margin-top: 10px; }
      .has-image .collection-header-info {
        width: calc(100% - 20px);
        margin-right: 10px;
        margin-left: 10px; } }
  .collection-header-info.has-description {
    margin-bottom: 33px; }
    @media (max-width: 600px) {
      .collection-header-info.has-description {
        margin-bottom: 18px; } }
    .collection-header-info.has-description .page-header {
      margin-bottom: 10px; }
  .collection-header-info h2, .collection-header-info .department-item figcaption h3, .department-item figcaption .collection-header-info h3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 0;
    margin-bottom: 12px; }
    @media (max-width: 600px) {
      .has-image .collection-header-info h2, .has-image .collection-header-info .department-item figcaption h3, .department-item figcaption .has-image .collection-header-info h3 {
        display: none; } }
    @media (max-width: 960px) {
      .template-page .has-image .collection-header-info h2, .template-page .has-image .collection-header-info .department-item figcaption h3, .department-item figcaption .template-page .has-image .collection-header-info h3 {
        display: none; } }
    .collection-header-info h2 a, .collection-header-info .department-item figcaption h3 a, .department-item figcaption .collection-header-info h3 a {
      color: #1a1a1a; }

.collection-header-link {
  display: block;
  margin-top: 10px; }

.collection-header-description {
  font-size: 13px;
  font-size: 1.3rem; }
  .collection-header-description p {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }

.currency-switcher {
  display: block;
  height: 30px;
  line-height: 20px; }
  .currency-switcher.form-select-wrapper {
    max-width: none;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    border: none;
    color: #000000;
    transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .currency-switcher.form-select-wrapper:after {
      content: none; }
  .currency-switcher select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    padding: 0;
    background: none;
    border: 0;
    opacity: 0; }
    .currency-switcher select:focus + span {
      outline: auto inherit thick; }
  .currency-switcher span {
    position: relative;
    z-index: 3;
    display: block;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .no-js .currency-switcher span {
      opacity: 1; }
  .currency-switcher.currency-switcher--initialized span {
    opacity: 1; }
  .currency-switcher svg {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden; }

.footer-tapbar {
  position: fixed;
  bottom: 0;
  display: none;
  width: 100%; }
  @media (max-width: 1060px) {
    .footer-tapbar {
      display: block; } }
  .footer-tapbar .button, .footer-tapbar .product-form .shopify-payment-button__button--unbranded, .product-form .footer-tapbar .shopify-payment-button__button--unbranded {
    margin: 10px 15px 2px;
    color: #ffffff; }

.footer-tapbar-checkout {
  padding-right: 20px;
  padding-left: 20px; }
  .footer-tapbar-checkout .button, .footer-tapbar-checkout .product-form .shopify-payment-button__button--unbranded, .product-form .footer-tapbar-checkout .shopify-payment-button__button--unbranded {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto; }

.footer-tapbar-icons {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 40px;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 0;
  background: #000; }
  .no-flexbox .footer-tapbar-icons {
    display: table; }
  .footer-tapbar-icons.has-3-buttons li {
    width: 33.333%; }
  .footer-tapbar-icons.has-4-buttons li {
    width: 25%; }
  .footer-tapbar-icons li {
    font-size: 13px;
    font-size: 1.3rem;
    display: table-cell;
    height: 100%;
    text-align: left;
    vertical-align: middle; }
    .no-flexbox .footer-tapbar-icons li {
      display: table-cell;
      vertical-align: middle; }
    .footer-tapbar-icons li.select_model {
      padding-left: 20px; }
      .footer-tapbar-icons li.select_model img {
        top: 3px; }
    .footer-tapbar-icons li.footer-account {
      width: 36px;
      padding-right: 20px; }
    .footer-tapbar-icons li.footer-search {
      width: 36px;
      padding-right: 20px;
      padding-top: 6px; }
    .footer-tapbar-icons li.active svg,
    .footer-tapbar-icons li.active .footer-currency .form-select-wrapper {
      color: #1a1a1a; }
    .footer-tapbar-icons li > a {
      display: block;
      margin-right: auto;
      margin-left: auto; }
  .footer-tapbar-icons svg {
    display: block;
    color: #000000; }
  .footer-tapbar-icons .footer-currency .form-select-wrapper {
    display: block;
    width: 100%;
    color: #000000; }
  .footer-tapbar-icons .footer-account svg {
    width: 19px;
    height: 20px; }
  .footer-tapbar-icons .footer-account .account-icon {
    vertical-align: -3px; }
  .footer-tapbar-icons .footer-account .footer-account-toggle--style-1 a,
  .footer-tapbar-icons .footer-account .footer-account-toggle--style-1 svg {
    width: 21px;
    height: 24px; }
  .footer-tapbar-icons .footer-search a,
  .footer-tapbar-icons .footer-search svg {
    width: 22px;
    height: 22px; }

.footer-currency button {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #000000;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.footer-currency.active button {
  color: #1a1a1a; }

.footer-currency svg {
  display: block;
  width: 30px;
  height: 30px; }

.footer-tapbar-content {
  height: auto !important;
  position: fixed;
  bottom: 40px;
  width: 100%;
  left: 0;
  z-index: 10; }
  .footer-tapbar-content ul {
    margin-top: 0;
    margin-bottom: 0; }

.footer-currency-dropdown,
.footer-account-dropdown,
.footer-search-form {
  position: absolute;
  width: 100%;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .footer-currency-dropdown.active,
  .footer-account-dropdown.active,
  .footer-search-form.active {
    z-index: 1;
    opacity: 1; }

.footer-search-form {
  position: static;
  display: none; }
  .footer-search-form .icon-search {
    position: absolute;
    left: 12px;
    top: 7px;
    z-index: 1; }

.footer-currency-dropdown {
  max-height: 126px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff; }
  .footer-currency-dropdown button {
    display: block;
    width: 100%;
    padding: 8px 15px;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    outline: 0;
    background-color: transparent; }

.footer-account-dropdown {
  padding: 15px;
  background-color: #ffffff; }
  .footer-account-dropdown .button, .footer-account-dropdown .product-form .shopify-payment-button__button--unbranded, .product-form .footer-account-dropdown .shopify-payment-button__button--unbranded {
    display: block;
    margin: 0 auto;
    max-width: 300px; }

.footer-search-form {
  padding: 10px;
  background-color: #ffffff; }
  .footer-search-form .mod-tag {
    margin: 5px; }
  .footer-search-form .footer-search {
    position: relative; }
  .footer-search-form .form-field, .footer-search-form .selector-wrapper {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    border-radius: 4px;
    overflow: hidden;
    height: 32px;
    margin-bottom: 15px; }
  .footer-search-form .form-input, .footer-search-form .form-select-wrapper select, .form-select-wrapper .footer-search-form select {
    max-width: none;
    position: relative;
    border: 1px solid #666;
    color: #000000;
    border-radius: 4px;
    font-size: 12px;
    padding: 6px 36px;
    height: 32px; }
    .footer-search-form .form-input::-webkit-input-placeholder, .footer-search-form .form-select-wrapper select::-webkit-input-placeholder, .form-select-wrapper .footer-search-form select::-webkit-input-placeholder {
      color: #c7c7c7; }
    .footer-search-form .form-input:-ms-input-placeholder, .footer-search-form .form-select-wrapper select:-ms-input-placeholder, .form-select-wrapper .footer-search-form select:-ms-input-placeholder {
      color: #c7c7c7; }
  .footer-search-form .button, .footer-search-form .product-form .shopify-payment-button__button--unbranded, .product-form .footer-search-form .shopify-payment-button__button--unbranded {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
    @media (max-width: 500px) {
      .footer-search-form .button, .footer-search-form .product-form .shopify-payment-button__button--unbranded, .product-form .footer-search-form .shopify-payment-button__button--unbranded {
        min-width: 100px; } }

.header-account-dropdown {
  position: absolute;
  top: 30px;
  right: 0;
  width: 225px;
  visibility: hidden;
  background-color: #ffffff;
  text-align: left;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.02), 0 3px 5px rgba(0, 0, 0, 0.12), 0 6px 20px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .header-account.active .header-account-dropdown,
  .header-account > a:focus + .header-account-dropdown,
  .header-account:hover .header-account-dropdown {
    opacity: 1;
    visibility: visible; }
  .header-account-dropdown .mod-button, .header-account-dropdown .mod-icon-button {
    display: block; }
  .header-account-dropdown figure > img {
    display: block; }
  .header-account-dropdown .module-content {
    padding: 12px; }
    .header-account-dropdown .module-content.module-main-content {
      padding-bottom: 14px;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
  .header-account-dropdown .module-contact-wrapper {
    background-color: #fbfbfb; }
    .header-account-dropdown .module-contact-wrapper .module-content {
      padding-top: 14px;
      padding-right: 15px;
      padding-left: 15px; }

.header-account-create {
  display: block;
  margin-top: 5px;
  margin-bottom: -5px;
  text-align: center; }

.header-account-recent {
  display: none; }
  .header-account-recent.visible {
    display: block; }

.header-account-contact-header {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0; }

.header-account-contact-info {
  display: block;
  padding-left: 0;
  margin-top: 7px;
  margin-bottom: 0;
  list-style: none; }
  .header-account-contact-info li {
    margin-left: 0;
    color: #555555; }

.header-account-profile {
  padding-bottom: 10px; }
  .header-account-profile figure {
    padding: 0;
    vertical-align: middle; }
  .header-account-profile img {
    max-width: 55px;
    border-radius: 50%; }
  .header-account-profile > div {
    width: calc(100% - 55px);
    color: #555555;
    vertical-align: middle; }
    .header-account-profile > div span {
      display: block; }

.header-account-module {
  padding: 14px 3px;
  border-top: 1px solid #ebebeb; }
  .header-account-module:last-of-type {
    padding-bottom: 0; }
  .header-account-module .module-toggle {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background-color: transparent;
    text-align: left; }
    .header-account-module .module-toggle svg {
      position: absolute;
      top: calc(50% - 2px);
      right: 0;
      width: 10px;
      height: 4px;
      color: #3bedaf; }

.header-account-links ul {
  padding-left: 0;
  list-style: none; }

.header-account-links li {
  margin-bottom: 5px; }
  .header-account-links li:last-child {
    margin-bottom: 0; }

.header-account-links a {
  color: #555555; }

.header-account-history .module-toggle,
.header-account-recent .module-toggle {
  outline: 0;
  cursor: default; }

.header-account-history ul,
.header-account-recent ul {
  padding-top: 14px;
  padding-left: 0;
  list-style: none; }

.header-account-history .module-order-item .grid-item, .header-account-history .module-order-item [class*="grid-item"],
.header-account-recent .module-order-item .grid-item,
.header-account-recent .module-order-item [class*="grid-item"] {
  vertical-align: middle; }
  .header-account-history .module-order-item .grid-item img, .header-account-history .module-order-item [class*="grid-item"] img,
  .header-account-recent .module-order-item .grid-item img,
  .header-account-recent .module-order-item [class*="grid-item"] img {
    display: block;
    width: 100%; }

.header-account-history .module-order-item span,
.header-account-recent .module-order-item span {
  display: block;
  line-height: 1.4; }

.header-account-history .module-order-item .grid-item:first-child, .header-account-history .module-order-item :first-child[class*="grid-item"],
.header-account-recent .module-order-item .grid-item:first-child,
.header-account-recent .module-order-item :first-child[class*="grid-item"] {
  padding-right: 5px;
  padding-left: 0; }

.header-account-history .module-order-item .grid-item:last-child, .header-account-history .module-order-item :last-child[class*="grid-item"],
.header-account-recent .module-order-item .grid-item:last-child,
.header-account-recent .module-order-item :last-child[class*="grid-item"] {
  padding-right: 0;
  padding-left: 5px; }
  .header-account-history .module-order-item .grid-item:last-child .module-price a, .header-account-history .module-order-item :last-child[class*="grid-item"] .module-price a,
  .header-account-recent .module-order-item .grid-item:last-child .module-price a,
  .header-account-recent .module-order-item :last-child[class*="grid-item"] .module-price a {
    color: #555555; }
  .header-account-history .module-order-item .grid-item:last-child .money, .header-account-history .module-order-item :last-child[class*="grid-item"] .money,
  .header-account-recent .module-order-item .grid-item:last-child .money,
  .header-account-recent .module-order-item :last-child[class*="grid-item"] .money {
    color: gray; }

.header-account-history .module-order-item .module-sale,
.header-account-recent .module-order-item .module-sale {
  color: #6cf2c3; }

.no-js .shopify-section.section-index-instagram {
  display: none; }

@media (max-width: 600px) {
  .instagram-wrapper:not(.is-fullwidth) {
    padding-right: 15px;
    padding-left: 15px; } }

@media (max-width: 600px) {
  .instagram-wrapper .index-header span {
    display: block;
    float: none; } }

@media (max-width: 600px) {
  .instagram-wrapper.is-fullwidth .index-header {
    padding-right: 15px;
    padding-left: 15px; } }

@media (max-width: 600px) {
  .instagram-wrapper .grid-item-16 {
    width: 33.333%; } }

.instagram-item {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  outline: 0;
  background-color: #f9f9f9; }
  .instagram-item:focus .instagram-overlay,
  .instagram-item:hover .instagram-overlay {
    opacity: 1; }
  .instagram-item figure {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .instagram-item figure::after {
      display: block;
      width: 100%;
      padding-top: 100%;
      content: ""; }
  .instagram-item .instagram-overlay {
    font-size: 13px;
    font-size: 1.3rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    color: #ffffff;
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .instagram-wrapper.overlay-10 .instagram-item .instagram-overlay {
      background-color: rgba(59, 237, 175, 0.1); }
    .instagram-wrapper.overlay-20 .instagram-item .instagram-overlay {
      background-color: rgba(59, 237, 175, 0.2); }
    .instagram-wrapper.overlay-30 .instagram-item .instagram-overlay {
      background-color: rgba(59, 237, 175, 0.3); }
    .instagram-wrapper.overlay-40 .instagram-item .instagram-overlay {
      background-color: rgba(59, 237, 175, 0.4); }
    .instagram-wrapper.overlay-50 .instagram-item .instagram-overlay {
      background-color: rgba(59, 237, 175, 0.5); }
    .instagram-wrapper.overlay-60 .instagram-item .instagram-overlay {
      background-color: rgba(59, 237, 175, 0.6); }
    .instagram-wrapper.overlay-70 .instagram-item .instagram-overlay {
      background-color: rgba(59, 237, 175, 0.7); }
    .instagram-wrapper.overlay-80 .instagram-item .instagram-overlay {
      background-color: rgba(59, 237, 175, 0.8); }
    .instagram-wrapper.overlay-90 .instagram-item .instagram-overlay {
      background-color: rgba(59, 237, 175, 0.9); }
    .instagram-wrapper.overlay-100 .instagram-item .instagram-overlay {
      background-color: #3bedaf; }
    .no-flexbox .instagram-item .instagram-overlay {
      display: block; }
  .instagram-item .instagram-count-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    .no-flexbox .instagram-item .instagram-count-wrapper {
      position: absolute;
      top: calc(50% - 20px);
      text-align: center; }
  .instagram-item .instagram-likes,
  .instagram-item .instagram-comments {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    color: inherit; }
    .no-flexbox .instagram-item .instagram-likes, .no-flexbox
    .instagram-item .instagram-comments {
      display: block; }
    .instagram-item .instagram-likes svg,
    .instagram-item .instagram-comments svg {
      position: static;
      display: block;
      height: 12px;
      margin-left: 4px;
      color: inherit; }
      .no-flexbox .instagram-item .instagram-likes svg, .no-flexbox
      .instagram-item .instagram-comments svg {
        display: inline-block; }
  .instagram-item .instagram-likes svg {
    width: 16px; }
  .instagram-item .instagram-comments svg {
    width: 18px; }
  .instagram-item img {
    display: block; }
  .instagram-item .instagram-icon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 12px;
    height: 12px;
    color: rgba(255, 255, 255, 0.7); }

.mailing-list-form .form-errors {
  margin-bottom: 10px; }

.mailing-list-form .form-input, .mailing-list-form .form-select-wrapper select, .form-select-wrapper .mailing-list-form select {
  max-width: none; }
  .mailing-list-form .form-input:focus, .mailing-list-form .form-select-wrapper select:focus, .form-select-wrapper .mailing-list-form select:focus {
    border: 1px solid #3bedaf;
    outline: 0; }

.mailing-list-form .button, .mailing-list-form .product-form .shopify-payment-button__button--unbranded, .product-form .mailing-list-form .shopify-payment-button__button--unbranded {
  width: 100%; }

.template-password .mailing-list-form .button, .template-password .mailing-list-form .product-form .shopify-payment-button__button--unbranded, .product-form .template-password .mailing-list-form .shopify-payment-button__button--unbranded {
  width: auto; }

.navigation-mobile {
  display: none; }

.navigation-toggle {
  display: none; }

@media (max-width: 1060px) {
  .navigation-mobile {
    display: block;
    color: #555555; }
  .main-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    height: calc(100vh - 52px);
    background-color: #ffffff;
    border-top: 1px solid #ebebeb;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .main-navigation.animating {
      display: block;
      opacity: 0;
      transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .main-navigation.visible {
      display: block;
      opacity: 1; }
  .navigation-list-item > .navigation-list {
    display: none; }
  .navigation-list-item.active > .navigation-list {
    display: flex; }
  .navigation-list-item {
    font-size: 15px;
    font-size: 1.5rem;
    /* @extend %font-smoothing; */
    display: block;
    /*&.sp-a-hide .navigation-list-item-inner > a { 
      pointer-events: none;
    }*/ }
    .navigation-list-item .navigation-list-sub {
      flex-flow: column;
      align-items: end; }
      .navigation-list-item .navigation-list-sub .navigation-list-item {
        width: 90%;
        margin-right: 10px; }
    .navigation-list-item .navigation-list.secondary .navigation-list-item-inner, .navigation-list-item .navigation-list.secondary .navigation-list-item-inner-sub {
      margin-left: 20px;
      margin-right: 20px; }
    .navigation-list-item .navigation-list.tertiary {
      background-color: #ccc; }
      .navigation-list-item .navigation-list.tertiary .navigation-list-item {
        padding-left: 20px;
        padding-right: 20px; }
      .navigation-list-item .navigation-list.tertiary .navigation-list-item-inner, .navigation-list-item .navigation-list.tertiary .navigation-list-item-inner-sub {
        border-bottom-color: #ccc; }
      .navigation-list-item .navigation-list.tertiary a, .navigation-list-item .navigation-list.tertiary span {
        border-bottom: solid 1px #ccc; }
    .navigation-list-item .navigation-list-item-inner, .navigation-list-item .navigation-list-item-inner-sub {
      position: relative;
      border-bottom: 1px solid #000;
      margin: 12px 20px 0px;
      width: 80%; }
    .navigation-list-item.has-dropdown .navigation-list-item-inner > a {
      width: calc(100% - 50px);
      color: #000000; }
    .navigation-list-item a, .navigation-list-item span {
      display: inline-block;
      width: 100%;
      padding: 10px 40px 4px 10px;
      color: #000000;
      font-size: 18px; }
  .navigation-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
    .navigation-dropdown-toggle svg {
      top: 1px;
      width: 12px;
      height: 12px;
      margin-left: 0; }
  .navigation-dropdown-major-toggle {
    top: 42%;
    right: -40px;
    transform: translateY(-50%);
    min-width: 30px;
    min-height: 30px; }
  .navigation-toggle {
/*     position: absolute; */
    display: block;
    z-index: 1;
    vertical-align: middle;
    left: 5%; } }
  @media (max-width: 1060px) and (max-width: 1060px) {
    .navigation-toggle {
/*       top: 50%;
      transform: translate(0, -50%); */ } }

@media (max-width: 1060px) {
    .navigation-toggle .open-menu-trigger {
      display: block;
      top: 15%;
      position: absolute; }
    .navigation-toggle .openafter-menu-trigger {
      width: 30px;
      height: 30px;
/*       margin-top: 10px; */ }
    .no-flexbox .navigation-toggle {
      display: table-cell;
      vertical-align: middle; }
    .navigation-toggle .navigation-toggle-inner {
      position: relative;
      display: block;
      width: 16px;
      height: 13px; }
    .navigation-toggle button {
      position: relative;
      display: block;
      padding: 0;
      height: auto;
      background: none;
      border: 0;
      outline: 0;
      cursor: pointer; }
      .navigation-toggle button img {
        width: 20px;
        height: 14px; }
      .navigation-toggle button .navigation-toggle-inner span {
        position: absolute;
        display: block;
        height: 1px;
        width: 100%;
        background-color: #000000;
        backface-visibility: hidden;
        transition: opacity 0.1s linear, transform 0.1s linear; }
        .navigation-toggle button .navigation-toggle-inner span:nth-child(1) {
          transform: translate3d(0, 0, 0); }
        .navigation-toggle button .navigation-toggle-inner span:nth-child(2) {
          transform: translate3d(0, 6px, 0); }
        .navigation-toggle button .navigation-toggle-inner span:nth-child(3) {
          transform: translate3d(0, 12px, 0); }
        .no-csstransforms3d .navigation-toggle button .navigation-toggle-inner span:nth-child(1) {
          top: 0; }
        .no-csstransforms3d .navigation-toggle button .navigation-toggle-inner span:nth-child(2) {
          top: 6px; }
        .no-csstransforms3d .navigation-toggle button .navigation-toggle-inner span:nth-child(3) {
          top: 12px; }
    .navigation-toggle button.active .navigation-toggle-inner span {
      transform: translate3d(0, 6px, 0);
      transition: opacity 0.1s linear, transform 0.1s linear; }
      .navigation-toggle button.active .navigation-toggle-inner span:nth-child(1) {
        transform: translate3d(0, 6px, 0) rotate(45deg); }
      .navigation-toggle button.active .navigation-toggle-inner span:nth-child(2) {
        opacity: 0; }
      .navigation-toggle button.active .navigation-toggle-inner span:nth-child(3) {
        transform: translate3d(0, 6px, 0) rotate(-45deg); }
      .no-csstransforms3d .navigation-toggle button.active .navigation-toggle-inner span:nth-child(2) {
        opacity: 1; } }

.navigation-super-wrapper {
  position: absolute;
  top: calc(100% - 1px);
  left: calc((100vw - 1360px) / 2 * -1);
  z-index: 0;
  width: 100vw;
  padding-top: 4px;
  padding-bottom: 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 1360px) {
    .navigation-super-wrapper {
      left: 0; } }
  .main-header.is-fullbleed .navigation-super-wrapper {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-bottom: 0; }
  .has-super-nav.active .navigation-super-wrapper,
  .has-super-nav > a:focus + .navigation-super-wrapper,
  .has-super-nav:hover .navigation-super-wrapper {
    visibility: visible;
    opacity: 1; }
  @media (max-width: 600px) {
    .navigation-super-wrapper {
      display: none !important; } }
  .navigation-super-wrapper::before {
    position: absolute;
    top: -15px;
    width: 100%;
    height: 20px;
    background-color: transparent;
    content: ""; }

.navigation-super h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  color: #1a1a1a; }

.navigation-super ul {
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  list-style: none; }

.navigation-super a {
  line-height: 20px; }

.navigation-super .active .navigation-super-department {
  color: #3bedaf; }

.navigation-super .navigation-super-department {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 40px 8px 8px;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  background-color: transparent;
  color: #555555;
  text-align: left;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .navigation-super .navigation-super-department.navigation-super-department--last {
    border-bottom: 0; }
  .navigation-super .navigation-super-department:focus, .navigation-super .navigation-super-department:hover {
    color: #3bedaf; }
  .js .navigation-super .navigation-super-department svg {
    position: absolute;
    top: calc(50% - 4px);
    right: 16px;
    width: 4px;
    height: 7px; }
  .no-js .navigation-super .navigation-super-department svg {
    display: none; }
  .navigation-super .navigation-super-department + ul {
    height: 0;
    margin: 0;
    overflow: hidden; }
    .navigation-super .navigation-super-department + ul a {
      font-size: 0; }

.navigation-super-departments {
  padding-right: 0;
  padding-left: 0;
  border-right: 1px solid #ebebeb; }
  .navigation-super-departments ul {
    margin-top: 0;
    margin-bottom: 0; }

.navigation-super-collections {
  position: relative;
  left: -1px;
  overflow: hidden;
  padding-right: 0;
  border-left: 1px solid #ebebeb;
  transition: height 0.075s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .no-csstransforms3d .navigation-super-collections {
    height: 250px; }
  .navigation-super-collections > div:not(.navigation-super-default) {
    flex-wrap: wrap; }
  .navigation-super-collections > .navigation-super-default {
    justify-content: space-around;
    padding-left: 15px; }
    .no-csstransforms3d .navigation-super-collections > .navigation-super-default {
      display: none !important; }
    .has-super-nav:not(.active) .navigation-super-collections > .navigation-super-default img,
    .has-super-nav > a:not(:focus) + .navigation-super-collections > .navigation-super-default img,
    .has-super-nav:not(:hover) .navigation-super-collections > .navigation-super-default img {
      pointer-events: none; }
  .navigation-super-collections > div {
    display: none;
    transition: opacity 0.075s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .navigation-super-collections > div.animating {
      display: flex;
      opacity: 0; }
      .no-flexbox .navigation-super-collections > div.animating {
        display: block; }
    .navigation-super-collections > div.visible {
      display: flex;
      opacity: 1; }
      .no-flexbox .navigation-super-collections > div.visible {
        display: block; }
  .navigation-super-collections .navigation-super-collection {
    width: 33.333%;
    padding-left: 25px;
    margin-top: 8px; }
    @media (max-width: 960px) {
      .navigation-super-collections .navigation-super-collection {
        width: 50%; } }
  .navigation-super-collections h4 a {
    padding-top: 0;
    padding-bottom: 0;
    color: #1a1a1a; }
  .navigation-super-collections a {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #555555;
    cursor: pointer; }
    .navigation-super-collections a:hover, .navigation-super-collections a.focused {
      color: #3bedaf; }

.navigation-super-default {
  align-items: center;
  height: 100%; }
  .navigation-super-default.transparent img {
    opacity: 0; }
  .navigation-super-default a,
  .navigation-super-default img {
    display: block;
    width: 100%;
    padding: 0; }
  .navigation-super-default img {
    opacity: 0;
    transition: opacity 0.075s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .navigation-super-default.visible img {
    opacity: 1; }

.navigation-list {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }
  .navigation-list .isSale > button,
  .navigation-list .isSale > a {
    color: #ed3b3b; }
  .navigation-list .navigation-list-item.active > .navigation-list-item-inner > .navigation-dropdown-toggle .open-nav-trigger {
    display: none; }
  .navigation-list .navigation-list-item.active > .navigation-list-item-inner > .navigation-dropdown-toggle .hide-nav-trigger {
    display: block;
    max-width: none;
    max-height: none; }
  .navigation-list .navigation-list-item > .navigation-list-item-inner > .navigation-dropdown-toggle .open-nav-trigger {
    display: block;
    max-width: none;
    max-height: none; }
  .navigation-list .navigation-list-item > .navigation-list-item-inner > .navigation-dropdown-toggle .hide-nav-trigger {
    display: none; }

.navigation-dropdown-toggle {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  padding-left: 8px;
  vertical-align: -2px; }
  .navigation-dropdown-toggle svg {
    position: relative; }

.navigation-list-child {
  display: none;
  padding-left: 0; }
  .navigation-list-child.active {
    display: block; }

.main-navigation-wrapper {
  padding: 10px 0 0 60px;
  bottom: 24px;
  position: absolute; }
  @media (max-width: 1060px) {
    .main-navigation-wrapper {
      position: initial; } }
  .main-navigation-wrapper.navigation-mobile {
    float: none; }
  @media (max-width: 600px) {
    .main-navigation-wrapper.is-pc {
      display: none; } }

@media (min-width: 1061px) {
  body:not(.template-index) .main-navigation {
    border-bottom: 1px solid #ebebeb; }
  .navigation-list {
    display: flex; }
  .navigation-list-item {
    position: relative;
    font-size: 13px; }
    .no-flexbox .navigation-list-item {
      display: inline-block; }
    .navigation-list-item > a {
      position: relative;
      z-index: 10;
      display: block;
      margin-right: 16px;
      font-size: 13px;
      -moz-osx-font-smoothing: grayscale;
      -moz-font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased; }
      .navigation-list-item > a::after {
        position: absolute;
        bottom: -5px;
        left: 50%;
        height: 4px;
        width: 0%;
        background-color: #f85b58;
        transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
        content: ""; }
    .navigation-list-item:hover > a,
    .navigation-list-item.active > a {
      color: rgba(0, 0, 0, 0.8); }
      .navigation-list-item:hover > a::after,
      .navigation-list-item.active > a::after {
        left: 0%;
        width: 100%; }
    .navigation-list-item > a {
      color: #000000; }
      .navigation-list-item > a:focus, .navigation-list-item > a:hover {
        color: rgba(0, 0, 0, 0.8); }
    .navigation-list-item > a:focus + .navigation-dropdown-simple,
    .navigation-list-item.active > .navigation-dropdown-simple,
    .navigation-list-item:hover > .navigation-dropdown-simple {
      border-color: #ebebeb;
      opacity: 1;
      visibility: visible; }
    .navigation-list-item > a:focus + .menu-mask,
    .navigation-list-item.active > .menu-mask,
    .navigation-list-item:hover > .menu-mask {
      display: block; }
    .navigation-list-item.has-super-nav {
      position: static; }
  .navigation-dropdown-item {
    position: relative;
    margin-bottom: 4px; }
    .navigation-dropdown-item:last-child {
      margin-bottom: 0; }
    .navigation-dropdown-item.has-dropdown::before, .navigation-dropdown-item.has-dropdown::after {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 21px;
      content: ""; }
    .navigation-dropdown-item.has-dropdown::after {
      left: 100%; }
    .navigation-dropdown-item.has-dropdown::before {
      right: 100%; }
    .navigation-dropdown-item.has-dropdown:hover .navigation-dropdown-simple, .navigation-dropdown-item.has-dropdown:focus .navigation-dropdown-simple {
      border-color: #ebebeb;
      visibility: visible;
      opacity: 1; }
    .navigation-dropdown-item a {
      display: block;
      width: 100%; }
      .navigation-dropdown-item a:hover {
        color: #f85b58; }
      .navigation-dropdown-item a::after {
        display: none; }
    .navigation-dropdown-item .navigation-dropdown-toggle {
      position: absolute;
      top: 1px;
      right: 0; }
      .navigation-dropdown-item .navigation-dropdown-toggle svg {
        height: 7px;
        width: 4px; }
  .navigation-dropdown-simple {
    position: absolute;
    top: calc(100% + 25px);
    left: -20px;
    z-index: 2;
    width: 600px;
    padding: 20px 20px 0;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    background-color: transparent;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: #000000;
    font-size: 13px; }
    .navigation-dropdown-simple:before, .navigation-dropdown-simple:after {
      content: "";
      display: block;
      height: 0; }
    .navigation-dropdown-simple:after {
      clear: both; }
    .navigation-dropdown-simple::before {
      position: absolute;
      top: -15px;
      left: 0;
      width: 100%;
      height: 15px;
      background-color: transparent;
      content: ""; }
      .navigation-dropdown-simple::before.alt-alignment {
        right: calc(100% + 20px);
        left: auto; }
    .navigation-dropdown-simple.is-case .case-category-container {
      float: left; }
      .navigation-dropdown-simple.is-case .case-category-container.is-iphone-container {
        padding-right: 40px; }
      .navigation-dropdown-simple.is-case .case-category-container .item {
        margin-bottom: 4px; }
        .navigation-dropdown-simple.is-case .case-category-container .item:last-child {
          margin-bottom: 0; }
    .navigation-dropdown-simple .heading {
      color: #707070;
      font-size: 13px;
      font-weight: bold;
      margin-bottom: 10px; }
    .main-header.is-fullbleed .navigation-dropdown-simple {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      border-width: 0; }
    .navigation-dropdown-simple.secondary {
      position: absolute;
      top: -10px;
      left: calc(100% + 20px);
      min-width: 280px;
      border-top: 1px solid #ebebeb;
      visibility: hidden;
      opacity: 0;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .navigation-dropdown-simple.secondary::before {
        display: none; }
      .navigation-dropdown-simple.secondary.alt-alignment {
        right: calc(100% + 20px);
        left: auto;
        border-top-right-radius: 0;
        border-top-left-radius: 0; }
    .navigation-dropdown-simple a {
      color: #555555; }
  .menu-mask {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
    display: none;
    height: 100px;
    background: rgba(255, 255, 255, 0.9); } }

.pagination {
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  color: gray; }
  .pagination.hidden {
    display: none; }
  .template-addresses .pagination {
    margin-bottom: 20px; }
  .template-collection .pagination {
    padding-right: 10px;
    padding-left: 10px; }
  .template-collection .has-sidebar .pagination {
    padding-right: 0;
    padding-left: 0; }

.pagination-parts,
.pagination-previous,
.pagination-next {
  font-size: 14px; }
  @media (max-width: 500px) {
    .pagination-parts,
    .pagination-previous,
    .pagination-next {
      width: 50%; } }
  .pagination-parts svg,
  .pagination-previous svg,
  .pagination-next svg {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 4px;
    height: 10px; }

.pagination-parts {
  text-align: center; }
  @media (max-width: 500px) {
    .pagination-parts {
      display: none; } }
  .pagination-parts > * {
    margin-right: 2px;
    margin-left: 2px; }
  .pagination-parts span {
    padding: 2px 7px 3px;
    border: 1px solid #ebebeb;
    border-radius: 0; }

.pagination-full-width .pagination-previous {
  padding-left: 0; }

.pagination-previous svg {
  margin-right: 5px; }

.pagination-next {
  text-align: right; }
  .pagination-full-width .pagination-next {
    padding-right: 0; }
  .pagination-next svg {
    margin-left: 5px; }

#mps-sales-notification.sn-common .sn-info a {
  display: block;
  font-size: 13px;
  text-decoration: none; }

.slick-track .product-item {
  margin-bottom: 20px; }

.product-item {
  position: relative;
  margin-bottom: 40px;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .product-item.active, .product-item:hover {
    z-index: 1; }
  .product-item .product-item-price {
    color: #f85b58 !important; }
  .template-search .product-item {
    font-size: 0; }
    @media (max-width: 600px) {
      .template-search .product-item {
        width: 100%; } }
  .no-js .product-item.has-additional-info::before, .no-js .product-item.has-additional-info::after {
    display: none; }
  .product-item.has-additional-info::before {
    position: absolute;
    top: -10px;
    bottom: -10px;
    border: 1px solid transparent;
    content: ""; }
  .product-item.has-additional-info.active::before, .product-item.has-additional-info:hover::before {
    border-color: #ebebeb; }
  .product-item.has-additional-info.alignment-1.on-right::before {
    right: -20px;
    left: 0;
    border-right: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .product-item.has-additional-info.alignment-1.on-left::before {
    right: 0;
    left: -20px;
    border-left: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  @media (max-width: 600px) {
    .product-item.has-additional-info.alignment-1::before {
      display: none; } }
  .product-item.has-additional-info.alignment-2::before {
    right: -10px;
    left: -10px;
    border-bottom: 0;
    border-radius: 0; }
    @media (max-width: 600px) {
      .product-item.has-additional-info.alignment-2::before {
        display: none; } }
  .template-search .product-item.has-additional-info::before {
    display: none; }
  .product-item.hidden {
    visibility: hidden;
    opacity: 0; }
  @media (max-width: 960px) {
    .product-item.grid-item-16, .product-item.grid-item-20 {
      width: 25%; } }
  @media (max-width: 600px) {
    .product-item.grid-item-16, .product-item.grid-item-20 {
      width: 33.333%; } }
  @media (max-width: 500px) {
    .product-item.grid-item-16, .product-item.grid-item-20 {
      width: 50%; } }
  @media (max-width: 960px) {
    .has-sidebar .product-item.grid-item-20 {
      width: 25%; } }
  @media (max-width: 600px) {
    .has-sidebar .product-item.grid-item-20 {
      width: 33.333%; } }
  @media (max-width: 500px) {
    .has-sidebar .product-item.grid-item-20 {
      width: 50%; } }
  @media (max-width: 600px) {
    .product-item.grid-item-25 {
      width: 33.333%; } }
  @media (max-width: 500px) {
    .product-item.grid-item-25 {
      width: 50%; } }
  @media (max-width: 960px) {
    .has-sidebar .product-item.grid-item-25 {
      width: 25%; } }
  @media (max-width: 600px) {
    .has-sidebar .product-item.grid-item-25 {
      width: 33.333%; } }
  @media (max-width: 500px) {
    .has-sidebar .product-item.grid-item-25 {
      width: 50%; } }
  @media (max-width: 500px) {
    .product-item.grid-item-33 {
      width: 50%; } }
  @media (max-width: 500px) {
    .has-sidebar .product-item.grid-item-33 {
      width: 50%; } }

.product-item-image {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  overflow: visible; }
  .product-item-image::after {
    display: block;
    width: 100%;
    content: "";
    padding-top: 100%; }
  .product-item-image img {
    display: none; }
  .product-item-image a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.product-item-banner {
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 4px 8px;
  background-color: #3bedaf;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.25; }

.product-item-details {
  position: relative;
  margin-top: 30px; }
  .template-search .product-item-details {
    padding-left: 15px; }

.product-item-brand,
.product-item-title,
.product-item-price {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  padding-top: 1px;
  padding-bottom: 2px;
  margin: 0;
  font-weight: 400;
  line-height: 1.25; }

.product-item-title {
  position: relative;
  /* 商品名を１行にして右端をぼかすパターン
  &::after{
    content: '';
    width: 100%;
    display: block;
    height: 100%;
    bottom: 0;
    right: 15px;
    position: absolute;
    box-shadow: -10px 0 10px 0px #fff inset;
  }
  */ }
  .product-item-title a {
    display: block;
    width: 100%;
    color: #1a1a1a;
    /* 商品名を１行にするパターン
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    */ }

.product-item-brand,
.product-item-brand a,
.product-item-price,
.product-item-price a {
  color: gray; }

.product-item-price .is-sale {
  color: #ed3b3b; }

.product-item-price .rrp {
  margin-left: 2px;
  text-decoration: line-through; }

.product-item-in-cart {
  display: inline-block;
  margin-top: 1px;
  line-height: 1.25;
  position: absolute;
  font-size: 0.9rem;
  top: 50%;
  left: 1%;
  transform: translateY(-50%);
  background: #f85b58;
  color: #fff;
  line-height: 1;
  padding: 3px 5px;
  text-align: center;
  width: 90%; }
  .template-search .product-item-in-cart {
    display: none; }

.collection-wrapper .grid .product-item-in-cart {
  top: 34%; }
  @media (max-width: 1060px) {
    .collection-wrapper .grid .product-item-in-cart {
      top: 36%; } }
  @media (max-width: 600px) {
    .collection-wrapper .grid .product-item-in-cart {
      top: 30%; } }

.product-item-colors {
  padding-left: 0;
  margin-top: 6px;
  list-style: none;
  font-size: 0; }
  .product-item-colors li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 50%;
    border: 1px solid #ebebeb; }

.product-item-details-secondary {
  position: absolute;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid transparent;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .product-item.alignment-1 .product-item-details-secondary {
    top: -10px;
    bottom: -10px;
    width: 100%;
    height: calc(100% + 20px); }
  .product-item.alignment-2 .product-item-details-secondary {
    left: -10px;
    width: calc(100% + 20px) !important;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 0; }
  @media (max-width: 600px) {
    .product-item-details-secondary {
      display: none !important; } }
  .template-search .product-item-details-secondary {
    display: none; }
  .product-item.alignment-1.on-right .product-item-details-secondary {
    left: 100%;
    padding-right: 10px;
    border-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .product-item.alignment-1.on-left .product-item-details-secondary {
    right: 100%;
    padding-left: 10px;
    border-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .product-item.active .product-item-details-secondary,
  .product-item:hover .product-item-details-secondary {
    visibility: visible;
    opacity: 1;
    border-color: #ebebeb; }
  .product-item-details-secondary h4 {
    margin-top: 0;
    margin-bottom: 0; }
  .product-item-details-secondary .button, .product-item-details-secondary .product-form .shopify-payment-button__button--unbranded, .product-form .product-item-details-secondary .shopify-payment-button__button--unbranded {
    width: 100%;
    margin-bottom: 12px; }

.product-item-sizes-wrapper {
  margin-bottom: 6px; }

.product-item-sizes {
  padding-left: 0;
  margin-top: 6px;
  margin-bottom: 0;
  list-style: none; }
  .product-item-sizes li {
    display: inline-block;
    padding-right: 7px;
    padding-left: 7px;
    margin-right: 2px;
    margin-bottom: 2px;
    border: 1px solid #ebebeb; }
    .product-item-sizes li.soldout {
      opacity: 0.5; }

.product-item-description {
  margin-bottom: 3px; }
  .template-search .product-item-description {
    margin-top: 5px;
    margin-bottom: 8px;
    color: gray; }
  .product-item-description .highlight {
    padding-right: 2px;
    padding-left: 2px;
    font-weight: 400;
    background-color: #cefbeb; }

.form-field-swatch {
  margin-bottom: 16px !important;
  font-size: 0;
  text-align: center; }
  .form-field-swatch input {
    position: absolute;
    height: 0;
    opacity: 0; }
    .form-field-swatch input:focus + label {
      box-shadow: 0 0 2px 2px rgba(59, 237, 175, 0.9); }
  .form-field-swatch.swatch-color label {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    cursor: pointer; }

.form-swatch-item {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 4px;
  margin-left: 2px; }
  .swatch-other .form-swatch-item label {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    padding: 3px 8px;
    border: 1px solid #ebebeb;
    border-radius: 0; }
  .swatch-color .form-swatch-item {
    width: 20px;
    height: 20px;
    transform: translateZ(0); }
    .swatch-color .form-swatch-item.soldout {
      opacity: 1; }
      .swatch-color .form-swatch-item.soldout label {
        cursor: default; }
        .swatch-color .form-swatch-item.soldout label::after {
          position: absolute;
          top: 0;
          left: calc(50% - 1px);
          display: block;
          height: 100%;
          width: 2px;
          background-color: #ffffff;
          transform: rotate(45deg);
          content: ""; }
  .form-swatch-item label {
    cursor: pointer; }
  .swatch-other .form-swatch-item:not(.soldout) .form-radio:checked + label {
    border-color: #3bedaf;
    color: #3bedaf; }
  .swatch-other .form-swatch-item.soldout label {
    opacity: 0.5;
    cursor: default; }
  .swatch-color .form-swatch-item:not(.soldout) .form-radio:checked + label::after {
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ffffff;
    content: ""; }
  .swatch-color .form-swatch-item[data-product-swatch-value="White"]:not(.soldout) .form-radio:checked + label::after {
    background-color: #555555; }

.form-field-swatch .tooltip {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  left: calc(50% - 50px);
  text-align: center;
  background: #ffffff;
  bottom: 100%;
  padding: 10px;
  display: block;
  width: 100px;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .25s ease-out;
  z-index: 10000;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  border-radius: 0; }
  .form-field-swatch .tooltip::before, .form-field-swatch .tooltip::after {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid #ffffff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: ""; }
  .form-field-swatch .tooltip::before {
    bottom: -6px;
    left: calc(50% - 5px);
    border-top-color: #ebebeb; }
  .form-field-swatch .tooltip::after {
    bottom: -5px;
    left: calc(50% - 5px); }

.form-field-swatch .form-swatch-item:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px); }

.form-field-swatch.error {
  background-color: #E8D2D2 !important;
  color: #333 !important;
  padding: 1em;
  border-radius: 5px; }
  .form-field-swatch.error p {
    margin: 0.7em 0; }
    .form-field-swatch.error p:first-child {
      margin-top: 0; }
    .form-field-swatch.error p:last-child {
      margin-bottom: 0; }
  .form-field-swatch.error code {
    font-family: monospace; }

.no-flexbox .header-search-form-wrapper {
  vertical-align: middle; }

@media (max-width: 600px) {
  .header-search-form-wrapper {
    display: none; } }

.header-search-form {
  margin-bottom: 20px; }
  @media (max-width: 600px) {
    .header-search-form {
      width: 80%;
      margin-bottom: 0px; } }
  .header-search-form .header-search-input-wrapper {
    position: relative; }
    @media (max-width: 960px) {
      .header-search-form .header-search-input-wrapper {
        max-width: 100%; } }
  .header-search-form .form-input, .header-search-form .form-select-wrapper select, .form-select-wrapper .header-search-form select {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 3px 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ebebeb;
    background: none;
    color: #000000;
    transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .main-header.is-fullbleed .header-search-form .form-input, .main-header.is-fullbleed .header-search-form .form-select-wrapper select, .form-select-wrapper .main-header.is-fullbleed .header-search-form select {
      border-bottom-color: rgba(26, 26, 26, 0.8);
      transition: border-bottom-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .header-search-form-wrapper.active .header-search-form .form-input, .header-search-form-wrapper.active .header-search-form .form-select-wrapper select, .form-select-wrapper .header-search-form-wrapper.active .header-search-form select,
    .main-header.is-fullbleed:hover .header-search-form .form-input,
    .main-header.is-fullbleed:hover .header-search-form .form-select-wrapper select,
    .form-select-wrapper .main-header.is-fullbleed:hover .header-search-form select {
      border-bottom-color: #ebebeb; }
    .header-search-form .form-input:focus, .header-search-form .form-select-wrapper select:focus, .form-select-wrapper .header-search-form select:focus {
      outline: 0; }
    .header-search-form .form-input::-webkit-input-placeholder, .header-search-form .form-select-wrapper select::-webkit-input-placeholder, .form-select-wrapper .header-search-form select::-webkit-input-placeholder {
      color: #000000;
      transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .header-search-form .form-input::-moz-placeholder, .header-search-form .form-select-wrapper select::-moz-placeholder, .form-select-wrapper .header-search-form select::-moz-placeholder {
      color: #000000;
      transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .header-search-form .form-input::-ms-placeholder, .header-search-form .form-select-wrapper select::-ms-placeholder, .form-select-wrapper .header-search-form select::-ms-placeholder {
      color: #000000;
      transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .header-search-form .form-input::placeholder, .header-search-form .form-select-wrapper select::placeholder, .form-select-wrapper .header-search-form select::placeholder {
      color: #000000;
      transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.header-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 7px 8px;
  border: 1px solid #ebebeb;
  border-bottom: 0;
  border-radius: 0;
  background: none; }
  .main-header.is-fullbleed .header-search-submit {
    border-color: rgba(26, 26, 26, 0.8);
    transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .header-search-form-wrapper.active .header-search-submit,
  .main-header.is-fullbleed:hover .header-search-submit {
    border-color: #ebebeb; }
  .header-search-submit svg {
    display: block;
    width: 18px;
    height: 17px;
    color: #000000;
    transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.no-js .header-search-submit,
.no-flexbox .header-search-submit {
  display: block; }

.header-search-results-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  height: 0;
  padding-right: 16px;
  padding-left: 16px;
  margin-top: 4px;
  background-color: #ffffff;
  color: #555555;
  overflow: hidden;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.02), 0 3px 5px rgba(0, 0, 0, 0.12), 0 6px 20px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .header-search-results-wrapper.animating {
    display: block;
    opacity: 0;
    visibility: hidden; }
  .header-search-results-wrapper.visible {
    display: block;
    opacity: 1;
    visibility: visible; }

.header-search-results {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: left;
  transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .header-search-results h5, .header-search-results .form-field-title, .header-search-results .selector-wrapper label, .selector-wrapper .header-search-results label, .header-search-results .account-header, .header-search-results .address-name {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 10px;
    margin-bottom: 0;
    color: #1a1a1a;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0; }
  .header-search-results ul {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 10px; }
  .header-search-results li {
    display: block;
    line-height: 1.95; }
  .header-search-results a {
    color: #555555; }
  .header-search-results .header-search-viewall {
    font-size: 12px;
    font-size: 1.2rem;
    color: #3bedaf; }

.header-search-empty {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.95; }

.header-search-item span a {
  font-size: 12px;
  font-size: 1.2rem;
  color: gray; }

.header-search-form-style-boxed {
  max-width: 500px; }
  .header-search-form-style-boxed .header-search-input-wrapper {
    border-radius: 2px;
    border: 0;
    box-shadow: none;
    overflow: hidden; }
  .header-search-form-style-boxed .form-input, .header-search-form-style-boxed .form-select-wrapper select, .form-select-wrapper .header-search-form-style-boxed select {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 11px 12px 7px;
    border: 0;
    background-color: #ffffff;
    color: #1a1a1a;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    box-shadow: inset 0 0 0 1px #ebebeb; }
    .header-search-form-style-boxed .form-input::-webkit-input-placeholder, .header-search-form-style-boxed .form-select-wrapper select::-webkit-input-placeholder, .form-select-wrapper .header-search-form-style-boxed select::-webkit-input-placeholder {
      color: #1a1a1a; }
    .header-search-form-style-boxed .form-input::-moz-placeholder, .header-search-form-style-boxed .form-select-wrapper select::-moz-placeholder, .form-select-wrapper .header-search-form-style-boxed select::-moz-placeholder {
      color: #1a1a1a; }
    .header-search-form-style-boxed .form-input::-ms-placeholder, .header-search-form-style-boxed .form-select-wrapper select::-ms-placeholder, .form-select-wrapper .header-search-form-style-boxed select::-ms-placeholder {
      color: #1a1a1a; }
    .header-search-form-style-boxed .form-input::placeholder, .header-search-form-style-boxed .form-select-wrapper select::placeholder, .form-select-wrapper .header-search-form-style-boxed select::placeholder {
      color: #1a1a1a; }
  .main-header:not(:hover).is-fullbleed .header-search-form-style-boxed:not(.active) .header-search-input-wrapper {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.02), 0 3px 5px rgba(0, 0, 0, 0.12), 0 6px 20px rgba(0, 0, 0, 0.06); }
  .main-header:not(:hover).is-fullbleed .header-search-form-style-boxed:not(.active) .form-input, .main-header:not(:hover).is-fullbleed .header-search-form-style-boxed:not(.active) .form-select-wrapper select, .form-select-wrapper .main-header:not(:hover).is-fullbleed .header-search-form-style-boxed:not(.active) select {
    box-shadow: none; }
  .header-search-form-style-boxed .header-search-submit {
    padding-right: 14px;
    padding-left: 14px;
    border: 0;
    background-color: #3bedaf;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
    .header-search-form-style-boxed .header-search-submit svg {
      width: 15px;
      height: 16px;
      color: #ffffff; }

.share-wrapper {
  margin-top: 20px;
  text-align: center;
  font-size: 0; }
  .template-index .share-wrapper {
    text-align: left; }
    @media (max-width: 960px) {
      .template-index .share-wrapper {
        text-align: center; } }
  .template-product .share-wrapper {
    text-align: left; }
    @media (max-width: 960px) {
      .template-product .share-wrapper {
        text-align: center; } }
    @media (max-width: 600px) {
      .template-product .share-wrapper {
        margin-bottom: 20px; } }

.share {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px; }
  .share a {
    display: inline-block;
    margin-right: 16px; }
  .share .share-twitter {
    vertical-align: 2px; }

.blog-share {
  display: block;
  margin-right: auto;
  margin-left: auto; }
  .blog-share .share-wrapper {
    padding-bottom: 5px; }
  .blog-share .share-rss {
    float: right; }
    .blog-share .share-rss svg {
      width: 19px;
      height: 20px;
      color: gray; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.spinner {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  animation: spinner 0.75s linear infinite; }
  .spinner span {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  .spinner .spinner-inner-1 {
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(59, 237, 175, 0) 0%, rgba(59, 237, 175, 0) 50%, #3bedaf 51%); }
  .spinner .spinner-inner-2 {
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .spinner .spinner-inner-3 {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    background: #ffffff;
    transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.template-404 .grid-item-66 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  @media (max-width: 960px) {
    .template-404 .grid-item-66 {
      width: 100%; } }

.template-404 .page-wrapper {
  max-width: 660px; }

.blog-rss {
  position: relative;
  top: 2px;
  margin-left: 5px; }
  .blog-rss svg {
    width: 18px;
    height: 21px; }

.blog-tags {
  margin-top: 1em;
  font-style: italic;
  text-align: center; }

.blog-item {
  padding: 22.5px;
  margin-bottom: 20px; }
  @media (max-width: 600px) {
    .blog-item {
      width: 50%; } }
  @media (max-width: 500px) {
    .blog-item {
      width: 100%; } }
  .blog-item figure img {
    display: block; }
  .blog-item img {
    width: 100%;
    height: auto; }
  .blog-item h2, .blog-item .department-item figcaption h3, .department-item figcaption .blog-item h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 7px; }
    .blog-item h2 a, .blog-item .department-item figcaption h3 a, .department-item figcaption .blog-item h3 a {
      color: #1a1a1a; }
  .blog-item time {
    display: block;
    margin-bottom: 7px;
    font-weight: 600; }
  .blog-item p {
    margin-top: 0;
    margin-bottom: 7px; }
  .blog-item .blog-item-info.has-image {
    margin-top: 12px; }
  .blog-item .blog-item-info time {
    font-size: 14px; }
  .blog-item .blog-item-info h2, .blog-item .blog-item-info .department-item figcaption h3, .department-item figcaption .blog-item .blog-item-info h3 {
    font-size: 13px;
    height: 4ch;
    font-family: "Courier New", Consolas, monospace;
    overflow: hidden;
    word-break: break-all; }

.blog-item-tag {
  display: block;
  margin-bottom: 7px; }
  .blog-item-tag a {
    color: #555555; }

.blog-news-hr {
  margin-top: 10px;
  margin-bottom: 40px; }

.template-article .page-header-wrapper .page-header {
  padding-right: 30px;
  padding-left: 30px; }

.article-next,
.article-previous {
  background-color: #000;
  color: #fff;
  width: 160px;
  height: 40px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.article-empty {
  width: 160px;
  height: 40px; }

.page-move {
  display: flex;
  justify-content: space-between;
  padding-top: 50px; }

.article-next {
  right: 30px; }

.article-wrapper {
  display: flex;
  justify-content: center;
  flex-flow: column; }
  @media (max-width: 600px) {
    .article-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }

.article-published {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px; }

.article-image {
  margin-bottom: 25px; }
  @media (max-width: 600px) {
    .article-image {
      margin-bottom: 20px; } }
  .article-image img {
    display: block;
    margin-right: auto;
    margin-left: auto; }

.article-content-wrapper {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto; }
  @media (max-width: 600px) {
    .article-content-wrapper {
      width: 75%; } }
  @media (max-width: 500px) {
    .article-content-wrapper {
      width: 100%; } }

.article-content {
  margin-bottom: 50px; }
  .article-content blockquote {
    font-size: 30px;
    font-size: 3rem;
    padding-left: 0;
    margin: 25px 0 30px;
    border-left: 0;
    font-style: italic;
    line-height: 1.4;
    text-align: center; }
  .article-content img {
    width: 100%;
    margin-bottom: 30px; }

.article-title {
  font-size: 18px;
  max-width: 1360px;
  font-weight: bold; }

.article-author {
  margin-top: 1em; }

.article-tags {
  margin-top: 1em;
  font-style: italic; }
  .article-tags a {
    color: gray; }
    .article-tags a:hover {
      color: #3bedaf; }
      .article-tags a:hover:hover {
        color: #12f3a4; }

.article-comments-wrapper {
  margin-top: 25px; }

.article-comments-form .form-success {
  margin-top: 20px; }

.article-comments-form .form-field, .article-comments-form .selector-wrapper {
  margin-bottom: 15px; }
  @media (max-width: 400px) {
    .article-comments-form .form-field, .article-comments-form .selector-wrapper {
      display: block;
      width: 100%; } }

.article-comments {
  margin-bottom: 30px; }
  .article-comments blockquote {
    margin-top: 20px;
    margin-bottom: 20px; }

.cart-form {
  display: flex;
  margin-bottom: 40px; }
  @media (max-width: 960px) {
    .cart-form {
      flex-direction: column-reverse; } }

.collection-main-wrapper {
  margin-top: 25px; }
  @media (max-width: 600px) {
    .collection-main-wrapper {
      margin-top: 20px; } }

.collection-main {
  margin-right: -10px;
  margin-bottom: 30px;
  margin-left: -10px; }

.collection-wrapper {
  padding-top: 20px; }
  @media (max-width: 960px) {
    .has-sidebar .collection-wrapper {
      width: 80%; } }
  @media (max-width: 600px) {
    .has-sidebar .collection-wrapper {
      width: 100%; } }

.collection-items-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px; }
  .no-flexbox .collection-items-header {
    display: block;
    font-size: 0; }
    .no-flexbox .collection-items-header > * {
      display: inline-block !important;
      vertical-align: middle; }
    .no-flexbox .collection-items-header.small {
      text-align: center; }
  .collection-items-header.has-sidebar.medium {
    margin-right: -10px;
    margin-left: -10px; }
    @media (max-width: 600px) {
      .collection-items-header.has-sidebar.medium {
        display: block; } }
  .collection-items-header.small {
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 601px) {
      .collection-items-header.small {
        display: none; } }
    .collection-items-header.small .button, .collection-items-header.small .product-form .shopify-payment-button__button--unbranded, .product-form .collection-items-header.small .shopify-payment-button__button--unbranded {
      display: block;
      width: 100%;
      max-width: 200px;
      margin-right: auto;
      margin-left: auto;
      outline: 0; }
  @media (max-width: 500px) {
    .collection-items-header .section-title {
      display: none; }
    .collection-items-header .collection-sort {
      width: 50%; } }
  .collection-items-header .collection-items-header-content.grid-item-100 {
    padding-right: 0;
    padding-left: 0; }
  @media (max-width: 960px) {
    .collection-items-header.has-sidebar .collection-items-header-content {
      width: 100%; } }
  .collection-items-header .collection-items-header-content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb; }
    .no-flexbox .collection-items-header .collection-items-header-content-inner > * {
      display: inline-block;
      vertical-align: middle; }
      .no-flexbox .collection-items-header .collection-items-header-content-inner > *:first-child {
        margin-right: 20px; }
    @media (max-width: 600px) {
      .collection-items-header .collection-items-header-content-inner .collection-title {
        display: none; } }
  @media (max-width: 960px) {
    .collection-items-header .grid-item-16,
    .collection-items-header .grid-item-25 {
      width: 20%; } }
  .collection-items-header .section-title {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400; }

.collection-title {
  font-size: 25px;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 0; }
  @media (max-width: 500px) {
    .collection-title {
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center; } }
  .collection-items-header.small .collection-title {
    margin-bottom: 12px; }

.collection-current-tags {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  margin-bottom: 20px; }
  @media (max-width: 600px) {
    .collection-current-tags {
      display: none; } }
  .collection-current-tags .collection-current-tag {
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    padding: 3px 5px 3px 7px;
    margin-right: 4px;
    background-color: #ebebeb;
    color: #555555; }
    .collection-current-tags .collection-current-tag span {
      margin-left: 2px; }
    .collection-current-tags .collection-current-tag a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

.collection-sort {
  margin-bottom: 0; }
  .no-js .collection-sort {
    display: none; }
  .collection-sort .form-select-wrapper {
    width: 180px;
    color: #1a1a1a; }
    @media (max-width: 500px) {
      .collection-sort .form-select-wrapper {
        max-width: 100%;
        width: 100%; } }
  .collection-sort .mod-select {
    width: 180px;
    border: none; }
    .collection-sort .mod-select select {
      height: 30px;
      padding: 5px 20px;
      border: none;
      font-weight: normal; }
    .collection-sort .mod-select .arrow-icon {
      right: 14px;
      top: 12px; }

@media (max-width: 960px) {
  .collection-sidebar {
    width: 20%; } }

@media (max-width: 600px) {
  .collection-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    padding: 15px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0; } }

.collection-sidebar.animating {
  display: block;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.collection-sidebar.visible {
  display: block;
  opacity: 1; }

.collection-sidebar h5, .collection-sidebar .form-field-title, .collection-sidebar .selector-wrapper label, .selector-wrapper .collection-sidebar label, .collection-sidebar .account-header, .collection-sidebar .address-name {
  margin-top: 0; }

@media (max-width: 600px) {
  .collection-sidebar-note {
    padding: 0 15px 20px;
    background-color: #ffffff; } }

.collection-filters + .collection-sidebar-note {
  margin-top: 25px; }
  @media (max-width: 600px) {
    .collection-filters + .collection-sidebar-note {
      margin-top: 0; } }

.collection-lookbook-header {
  margin-bottom: 20px; }
  .collection-lookbook-header figure {
    position: relative; }
  .collection-lookbook-header figcaption {
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px 15px;
    color: #1a1a1a;
    background-color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    text-align: center; }
    @media (max-width: 600px) {
      .collection-lookbook-header figcaption {
        font-size: 13px;
        font-size: 1.3rem;
        position: static; } }
  .collection-lookbook-header img {
    display: block;
    width: 100%; }

.collection-lookbook-header-price {
  font-weight: 400; }

.template-collection.collection-lookbook .collection-description {
  margin-top: 20px;
  margin-bottom: 20px; }

.template-collection.collection-lookbook .collection.grid {
  margin-right: -10px;
  margin-left: -10px; }

.collection {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.collection-load-products {
  text-align: center; }
  .collection-load-products.hidden {
    display: none; }

.collection-empty {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 20px;
  text-align: left; }

/*
 * Account / Order
 */
.account-wrapper {
  margin-right: -10px;
  margin-bottom: 40px;
  margin-left: -10px; }

.account,
.order {
  padding-right: 10px; }
  @media (max-width: 960px) {
    .account,
    .order {
      width: 100%;
      padding-right: 10px; } }
  .account > div > .grid-item:first-child, .account > div > :first-child[class*="grid-item"],
  .order > div > .grid-item:first-child,
  .order > div > :first-child[class*="grid-item"] {
    padding-left: 0; }
    @media (max-width: 600px) {
      .account > div > .grid-item:first-child, .account > div > :first-child[class*="grid-item"],
      .order > div > .grid-item:first-child,
      .order > div > :first-child[class*="grid-item"] {
        padding-left: 10px; } }
  .account > div > .grid-item:last-child, .account > div > :last-child[class*="grid-item"],
  .order > div > .grid-item:last-child,
  .order > div > :last-child[class*="grid-item"] {
    padding-right: 0; }
    @media (max-width: 600px) {
      .account > div > .grid-item:last-child, .account > div > :last-child[class*="grid-item"],
      .order > div > .grid-item:last-child,
      .order > div > :last-child[class*="grid-item"] {
        padding-right: 10px; } }

.account-headers,
.order-headers {
  font-size: 13px;
  font-size: 1.3rem;
  display: flex;
  margin-top: 1.33em;
  font-weight: 400;
  line-height: 1.25;
  border-bottom: 1px solid #ebebeb; }
  @media (max-width: 600px) {
    .account-headers,
    .order-headers {
      display: none; } }
  .no-flexbox .account-headers, .no-flexbox
  .order-headers {
    display: block;
    font-size: 0; }
    @media (max-width: 600px) {
      .no-flexbox .account-headers, .no-flexbox
      .order-headers {
        display: none; } }
  .account-headers > span,
  .order-headers > span {
    font-size: 13px;
    font-size: 1.3rem;
    color: #1a1a1a; }
  .account-headers .grid-item, .account-headers [class*="grid-item"],
  .order-headers .grid-item,
  .order-headers [class*="grid-item"] {
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px; }
    .account-headers .grid-item:last-child, .account-headers :last-child[class*="grid-item"],
    .order-headers .grid-item:last-child,
    .order-headers :last-child[class*="grid-item"] {
      text-align: right; }

.account-header {
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb; }

@media (min-width: 961px) {
  .account-sidebar {
    padding-left: 30px; } }

@media (max-width: 960px) {
  .account-sidebar {
    width: 100%;
    margin-top: 50px; } }

@media (max-width: 960px) {
  .account-sidebar {
    margin-top: 30px; } }

.account-sidebar h4 {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 1em;
  font-weight: 400; }

.account-sidebar p {
  margin-bottom: 13px; }

.order-status {
  margin-right: -10px;
  margin-bottom: 50px;
  margin-left: -10px;
  font-size: 0; }
  @media (max-width: 600px) {
    .order-status {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ebebeb; } }
  .order-status .account-header {
    margin-right: 10px;
    margin-left: 10px; }

.order-status-item {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0; }
  .order-status-item > * {
    display: block; }
  @media (max-width: 500px) {
    .order-status-item {
      display: block;
      width: 100%;
      margin-bottom: 20px; } }

.order-status-cancelled {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ebebeb; }
  .order-status-cancelled > span {
    display: block; }

.account-orders,
.order-details {
  border-bottom: 1px solid #ebebeb; }
  @media (max-width: 600px) {
    .account-orders,
    .order-details {
      padding-bottom: 20px;
      margin-right: -10px;
      margin-bottom: 20px;
      margin-left: -10px; } }
  @media (max-width: 500px) {
    .account-orders,
    .order-details {
      padding-bottom: 10px; } }
  .account-orders .grid-item, .account-orders [class*="grid-item"],
  .order-details .grid-item,
  .order-details [class*="grid-item"] {
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px; }
    .account-orders .grid-item:last-child, .account-orders :last-child[class*="grid-item"],
    .order-details .grid-item:last-child,
    .order-details :last-child[class*="grid-item"] {
      text-align: right; }
    @media (max-width: 600px) {
      .account-orders .grid-item, .account-orders [class*="grid-item"],
      .order-details .grid-item,
      .order-details [class*="grid-item"] {
        width: 25%;
        padding-top: 0;
        padding-bottom: 0; }
        .account-orders .grid-item:last-child, .account-orders :last-child[class*="grid-item"],
        .order-details .grid-item:last-child,
        .order-details :last-child[class*="grid-item"] {
          text-align: left; }
        .account-orders .grid-item:before, .account-orders [class*="grid-item"]:before,
        .order-details .grid-item:before,
        .order-details [class*="grid-item"]:before {
          content: attr(data-label);
          display: block; }
        .account-orders .grid-item:first-child, .account-orders :first-child[class*="grid-item"],
        .order-details .grid-item:first-child,
        .order-details :first-child[class*="grid-item"] {
          display: block;
          width: 100%;
          margin-bottom: 10px;
          padding-left: 10px; }
          .account-orders .grid-item:first-child:before, .account-orders [class*="grid-item"]:first-child:before,
          .order-details .grid-item:first-child:before,
          .order-details [class*="grid-item"]:first-child:before {
            display: none; }
        .account-orders .grid-item:nth-child(2), .account-orders :nth-child(2)[class*="grid-item"],
        .order-details .grid-item:nth-child(2),
        .order-details :nth-child(2)[class*="grid-item"] {
          padding-left: 10px; } }
    @media (max-width: 500px) {
      .account-orders .grid-item, .account-orders [class*="grid-item"],
      .order-details .grid-item,
      .order-details [class*="grid-item"] {
        width: 100%;
        margin-bottom: 10px;
        padding-left: 10px; } }

@media (max-width: 600px) {
  
  .order-details .grid-item,
  .order-details [class*="grid-item"] {
    width: 20%; } }

@media (max-width: 500px) {
  
  .order-details .grid-item,
  .order-details [class*="grid-item"] {
    width: 100%; } }

.order-details__discount-title {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  color: gray;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 16px; }

.order-totals-wrapper {
  display: flex;
  justify-content: flex-end; }

.order-totals {
  width: 45%;
  margin-top: 30px;
  margin-right: -10px;
  margin-left: -10px;
  text-align: right; }
  @media (max-width: 600px) {
    .order-totals {
      width: 65%; }
      .order-totals > div {
        margin-bottom: 10px; }
        .order-totals > div:last-child {
          margin-bottom: 0; } }
  @media (max-width: 500px) {
    .order-totals {
      width: calc(100% + (20px * 2)); } }
  .order-totals .order-total-line {
    margin-bottom: 4px; }
    .order-totals .order-total-line > span:first-child {
      font-size: 13px;
      font-size: 1.3rem;
      color: #1a1a1a;
      text-align: left; }
  .order-totals .order-total-line.order-total {
    margin-top: 12px; }
    .order-totals .order-total-line.order-total span {
      font-size: 18px;
      font-size: 1.8rem;
      color: #1a1a1a; }
  .order-totals .order-discount__title,
  .order-totals .order-shipping__title,
  .order-totals .order-tax__title {
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: gray;
    text-align: left;
    line-height: 16px; }

.order-sidebar {
  font-size: 0; }
  @media (min-width: 961px) {
    .order-sidebar {
      padding-left: 30px; } }
  @media (max-width: 960px) {
    .order-sidebar {
      width: 100%;
      margin-top: 50px; } }
  @media (max-width: 600px) {
    .order-sidebar {
      margin-top: 40px; } }

.order-billing-address,
.order-shipping-address {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0; }
  @media (max-width: 960px) {
    .order-billing-address,
    .order-shipping-address {
      display: inline-block;
      width: 50%; } }
  @media (max-width: 500px) {
    .order-billing-address,
    .order-shipping-address {
      display: block;
      width: 100%; } }
  .order-billing-address span,
  .order-shipping-address span {
    display: block;
    margin-top: 10px; }

.order-billing-address {
  margin-bottom: 50px; }
  @media (max-width: 960px) {
    .order-billing-address {
      padding-right: 10px;
      margin-bottom: 0; } }
  @media (max-width: 500px) {
    .order-billing-address {
      padding-right: 0;
      margin-bottom: 30px; } }

@media (max-width: 960px) {
  .order-shipping-address {
    padding-left: 10px; } }

@media (max-width: 500px) {
  .order-shipping-address {
    padding-left: 0; } }

/*
 * Login / Create Account
 */
.account-login-wrapper,
.account-recover-password-wrapper,
.account-create-account-wrapper {
  display: none;
  max-width: 400px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }
  .account-login-wrapper.visible,
  .account-recover-password-wrapper.visible,
  .account-create-account-wrapper.visible {
    display: block; }
  .account-login-wrapper .form-field, .account-login-wrapper .selector-wrapper,
  .account-recover-password-wrapper .form-field,
  .account-recover-password-wrapper .selector-wrapper,
  .account-create-account-wrapper .form-field,
  .account-create-account-wrapper .selector-wrapper {
    margin-bottom: 15px; }
  .account-login-wrapper .button.leader, .account-login-wrapper .product-form .leader.shopify-payment-button__button--unbranded, .product-form .account-login-wrapper .leader.shopify-payment-button__button--unbranded,
  .account-recover-password-wrapper .button.leader,
  .account-recover-password-wrapper .product-form .leader.shopify-payment-button__button--unbranded,
  .product-form .account-recover-password-wrapper .leader.shopify-payment-button__button--unbranded,
  .account-create-account-wrapper .button.leader,
  .account-create-account-wrapper .product-form .leader.shopify-payment-button__button--unbranded,
  .product-form .account-create-account-wrapper .leader.shopify-payment-button__button--unbranded {
    min-width: 170px; }

.account-guest-checkout,
.account-create-account {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ebebeb; }

/*
 * Addresses
 */
.addresses-wrapper {
  margin-bottom: 60px; }

.address-items-wrapper {
  margin-right: -10px;
  margin-left: -10px; }

.address-item {
  margin-bottom: 30px; }
  @media (max-width: 960px) {
    .address-item {
      width: 50%; } }
  @media (max-width: 600px) {
    .address-item {
      width: 100%; } }

.address-name {
  margin-top: 0; }
  .address-name span {
    font-size: 12px;
    font-size: 1.2rem;
    float: right;
    font-weight: 400;
    color: gray; }

.address-details {
  margin-top: 0;
  margin-bottom: 20px; }

.address-new:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 30px;
  background: #ebebeb; }

.address-form {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 500px) {
    .address-form .grid-item, .address-form [class*="grid-item"] {
      width: 100%; } }
  .address-form .form-field, .address-form .selector-wrapper {
    margin-bottom: 15px; }

.address-edit-form,
[data-addresses],
[data-addresses-edit],
[data-addresses-new] {
  display: none; }
  .address-edit-form.visible,
  [data-addresses].visible,
  [data-addresses-edit].visible,
  [data-addresses-new].visible {
    display: block; }

[data-addresses-edit],
[data-addresses-new] {
  padding-right: 5px;
  padding-left: 5px; }

/*
 * Reset Password / Activate Account
 */
.account-activate-account-wrapper,
.account-reset-password-wrapper {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }

.template-gift_card .page-header-wrapper {
  text-align: center; }
  .template-gift_card .page-header-wrapper em {
    display: block;
    margin-top: 1em; }

.template-gift_card .page-wrapper .grid {
  margin-right: -10px;
  margin-left: -10px; }

.template-gift_card .grid-item-66 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  @media (max-width: 960px) {
    .template-gift_card .grid-item-66 {
      width: 75%; } }
  @media (max-width: 600px) {
    .template-gift_card .grid-item-66 {
      width: 100%; } }

.gift-card-image {
  position: relative; }
  .gift-card-image strong {
    font-size: 40px;
    font-size: 4rem;
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 600px) {
      .gift-card-image strong {
        font-size: 30px;
        font-size: 3rem; } }
    @media (max-width: 500px) {
      .gift-card-image strong {
        font-size: 20px;
        font-size: 2rem;
        top: 10px;
        right: 10px; } }
  .gift-card-image .form-field, .gift-card-image .selector-wrapper {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 500px) {
      .gift-card-image .form-field, .gift-card-image .selector-wrapper {
        right: 20px;
        bottom: 10px;
        left: 20px;
        transform: translateX(0); } }
  .gift-card-image .form-input, .gift-card-image .form-select-wrapper select, .form-select-wrapper .gift-card-image select {
    font-size: 30px;
    font-size: 3rem;
    padding: 10px 18px;
    max-width: none;
    min-width: 400px;
    height: auto;
    text-align: center; }
    @media (max-width: 600px) {
      .gift-card-image .form-input, .gift-card-image .form-select-wrapper select, .form-select-wrapper .gift-card-image select {
        font-size: 22px;
        font-size: 2.2rem;
        min-width: 350px; } }
    @media (max-width: 500px) {
      .gift-card-image .form-input, .gift-card-image .form-select-wrapper select, .form-select-wrapper .gift-card-image select {
        font-size: 16px;
        font-size: 1.6rem;
        min-width: 0; } }

.gift-card-qr {
  margin-top: 20px; }
  .gift-card-qr img {
    margin-right: auto;
    margin-left: auto; }

.index-wrapper {
  position: relative;
  overflow: hidden; }

.index-header {
  margin-bottom: 1.2em;
  text-align: left; }
  .index-header h3 {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0; }
  .index-header > span {
    float: right; }

.page {
  margin-bottom: 60px; }
  .page .grid-item-66 {
    display: block;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 600px) {
      .page .grid-item-66 {
        width: 75%; } }
    @media (max-width: 500px) {
      .page .grid-item-66 {
        width: 100%; } }

.page-contact-form {
  margin-top: 30px;
  margin-right: -10px;
  margin-left: -10px; }
  @media (max-width: 600px) {
    .page-contact-form {
      margin-top: 20px; } }
  @media (max-width: 400px) {
    .page-contact-form .grid-item-50 {
      display: block;
      width: 100%; } }
  .page-contact-form .form-field, .page-contact-form .selector-wrapper {
    margin-bottom: 15px; }

.page-contact-success {
  font-size: 13px;
  font-size: 1.3rem; }

.password {
  display: flex;
  height: 100vh;
  align-items: center; }
  .no-flexbox .password {
    display: block; }
  .password.has-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .password.has-image .page-header,
    .password.has-image .password-message,
    .password.has-image .form-field-title,
    .password.has-image .selector-wrapper label,
    .selector-wrapper .password.has-image label,
    .password.has-image .sidekick,
    .password.has-image .section-title {
      color: #ffffff; }
  .password .page-header {
    margin-top: 0; }
  .password .password-message {
    font-size: 20px;
    font-size: 2rem;
    text-align: center; }
  .password .grid-item-66 {
    display: block;
    max-width: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 960px) {
      .password .grid-item-66 {
        width: 75%; } }
    @media (max-width: 600px) {
      .password .grid-item-66 {
        width: 90%; } }
  .password .form-success {
    text-align: center; }

.password-logo {
  margin-top: 0;
  text-align: center; }

.password-form-wrapper {
  display: none; }
  .password-form-wrapper.visible {
    display: block; }

.product-wrapper {
  margin: 35px -10px 40px; }
  @media (max-width: 960px) {
    .product-wrapper {
      display: flex;
      flex-direction: row-reverse; } }
  @media (max-width: 600px) {
    .product-wrapper {
      display: block;
      margin-top: 18px; } }
  .product-wrapper .product-title,
  .product-wrapper .product-type-vendor,
  .product-wrapper .product-price,
  .product-wrapper .product-links,
  .product-wrapper .product-description,
  .product-wrapper .title,
  .product-wrapper .share-wrapper {
    display: none; }
    @media (max-width: 600px) {
      .product-wrapper .product-title.small,
      .product-wrapper .product-type-vendor.small,
      .product-wrapper .product-price.small,
      .product-wrapper .product-links.small,
      .product-wrapper .product-description.small,
      .product-wrapper .title.small,
      .product-wrapper .share-wrapper.small {
        display: block; } }
    @media screen and (max-width: 960px) and (min-width: 601px) {
      .product-wrapper .product-title.medium,
      .product-wrapper .product-type-vendor.medium,
      .product-wrapper .product-price.medium,
      .product-wrapper .product-links.medium,
      .product-wrapper .product-description.medium,
      .product-wrapper .title.medium,
      .product-wrapper .share-wrapper.medium {
        display: block; } }
    @media (min-width: 961px) {
      .product-wrapper .product-title.large,
      .product-wrapper .product-type-vendor.large,
      .product-wrapper .product-price.large,
      .product-wrapper .product-links.large,
      .product-wrapper .product-description.large,
      .product-wrapper .title.large,
      .product-wrapper .share-wrapper.large {
        display: block; } }

@media (max-width: 600px) {
  #product-column1 {
    display: none; } }

@media (max-width: 960px) {
  #product-column2 {
    width: 50%; } }

@media (max-width: 600px) {
  #product-column2 {
    width: 100%; } }

@media (max-width: 960px) {
  #product-column3 {
    width: 50%; } }

@media (max-width: 600px) {
  #product-column3 {
    width: 100%; } }

.product-images {
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 600px) {
    .product-images {
      display: block;
      width: 100%;
      margin-top: 20px;
      margin-right: auto;
      margin-left: auto; } }
  .product-images img {
    display: block;
    max-width: 100%;
    outline: 0; }
    .js .product-images img {
      cursor: zoom-in; }
    .no-js .product-images img {
      margin-right: auto;
      margin-bottom: 10px;
      margin-left: auto; }
      .no-js .product-images img:last-child {
        margin-bottom: 0; }
  .product-images svg {
    background-color: #f9f9f9; }

@media (max-width: 600px) {
  .product-images-inner {
    margin-top: 20px; } }

.product-images-inner .slick-slide {
  opacity: 0; }
  .product-images-inner .slick-slide.slick-active {
    opacity: 1; }

.product-images-inner img {
  width: 100%; }

@media (max-width: 960px) {
  .product-description {
    margin-top: 20px; } }

.product-thumbnails {
  margin-top: 15px;
  margin-right: -5px;
  margin-left: -5px;
  font-size: 0;
  text-align: center;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .product-thumbnails img {
    display: inline; }

.product-thumbnail {
  max-height: 50px;
  height: 100%;
  padding: 0 5px;
  margin-bottom: 10px;
  opacity: 0.8;
  outline: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backface-visibility: hidden; }
  .js .product-thumbnail {
    cursor: pointer !important; }
    .js .product-thumbnail:hover, .js .product-thumbnail.slick-current {
      opacity: 1; }

.product-details {
  margin-top: 20px;
  margin-bottom: 20px; }

.product-options {
  margin-top: 20px;
  text-align: center; }
  @media (max-width: 960px) {
    .product-options {
      width: 50%;
      margin-top: 0;
      text-align: center; } }
  @media (max-width: 600px) {
    .product-options {
      width: 100%; } }

.product-wrapper .page-header {
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400; }
  @media (min-width: 961px) {
    .product-wrapper .page-header.large + .product-type-vendor,
    .product-wrapper .page-header.large + .product-price {
      margin-top: -10px; } }
  @media (max-width: 960px) {
    .product-wrapper .page-header {
      margin-bottom: 10px;
      text-align: center; } }
  @media (max-width: 600px) {
    .product-wrapper .page-header {
      font-size: 25px;
      font-size: 2.5rem;
      margin-bottom: 12px; } }

.product-options-toggle svg {
  top: calc(50% - 8px);
  left: calc(50% - 9px); }

.product-options-inner {
  width: 100%; }
  @media (min-width: 961px) {
    .product-options-inner.sticky {
      position: fixed;
      top: 30px;
      width: calc(41.666% - 43px); }
    .product-options-inner.sticky-bottom {
      position: absolute;
      top: auto;
      bottom: 20px; } }
  @media (max-width: 600px) {
    .product-options-inner {
      position: static !important;
      width: 100% !important; } }

.product-brand {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 400; }
  .product-brand a {
    color: #1a1a1a; }

.product-price {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.25;
  color: #1a1a1a; }
  @media (max-width: 600px) {
    .product-price {
      margin-bottom: 25px;
      text-align: center; } }
  @media (max-width: 960px) {
    .product-price {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 5px; } }
  @media (max-width: 600px) {
    .product-price {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 15px; } }

.product-price-compare {
  margin-left: 3px;
  font-weight: 400;
  text-decoration: line-through; }

.product-type-vendor {
  margin-bottom: 20px; }
  @media (max-width: 600px) {
    .product-type-vendor {
      text-align: center; } }
  .product-type-vendor a {
    color: gray; }

.product-form {
  margin-top: 20px; }
  .product-form .form-field, .product-form .selector-wrapper,
  .product-form .selector-wrapper {
    margin-bottom: 20px; }
  .product-form .shopify-payment-button__button {
    display: block;
    background: #86E3CE;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    padding: 12px 0 11.8px;
    border: none;
    width: 100%; }
    @media (max-width: 600px) {
      .product-form .shopify-payment-button__button {
        margin-bottom: 20px; } }
    .product-form .shopify-payment-button__button:hover {
      background: #86E3CE;
      opacity: 1; }
  .product-form .form-actions .button, .product-form .form-actions .shopify-payment-button__button--unbranded {
    position: relative;
    height: 44px; }
    .product-form .form-actions .button .spinner, .product-form .form-actions .shopify-payment-button__button--unbranded .spinner {
      position: absolute;
      top: calc(50% - 10px);
      left: calc(50% - 10px);
      width: 20px;
      height: 20px;
      animation: spinner 0.75s linear infinite;
      opacity: 0; }
      .product-form .form-actions .button .spinner span, .product-form .form-actions .shopify-payment-button__button--unbranded .spinner span {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%; }
      .product-form .form-actions .button .spinner .spinner-inner-1, .product-form .form-actions .shopify-payment-button__button--unbranded .spinner .spinner-inner-1 {
        top: 0;
        left: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 51%); }
      .product-form .form-actions .button .spinner .spinner-inner-2, .product-form .form-actions .shopify-payment-button__button--unbranded .spinner .spinner-inner-2 {
        top: 0;
        left: 0;
        background: linear-gradient(to top, rgba(59, 237, 175, 0) 0%, #3bedaf 100%);
        transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .product-form .form-actions .button .spinner .spinner-inner-3, .product-form .form-actions .shopify-payment-button__button--unbranded .spinner .spinner-inner-3 {
        top: 2px;
        left: 2px;
        width: 16px;
        height: 16px;
        background: #3bedaf;
        transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .product-form .form-actions .button:hover .spinner, .product-form .form-actions .shopify-payment-button__button--unbranded:hover .spinner {
      position: absolute;
      top: calc(50% - 10px);
      left: calc(50% - 10px);
      width: 20px;
      height: 20px;
      animation: spinner 0.75s linear infinite; }
      .product-form .form-actions .button:hover .spinner span, .product-form .form-actions .shopify-payment-button__button--unbranded:hover .spinner span {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%; }
      .product-form .form-actions .button:hover .spinner .spinner-inner-1, .product-form .form-actions .shopify-payment-button__button--unbranded:hover .spinner .spinner-inner-1 {
        top: 0;
        left: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 51%); }
      .product-form .form-actions .button:hover .spinner .spinner-inner-2, .product-form .form-actions .shopify-payment-button__button--unbranded:hover .spinner .spinner-inner-2 {
        top: 0;
        left: 0;
        background: linear-gradient(to top, rgba(18, 243, 164, 0) 0%, #12f3a4 100%);
        transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .product-form .form-actions .button:hover .spinner .spinner-inner-3, .product-form .form-actions .shopify-payment-button__button--unbranded:hover .spinner .spinner-inner-3 {
        top: 2px;
        left: 2px;
        width: 16px;
        height: 16px;
        background: #12f3a4;
        transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .product-form .form-actions .button.active, .product-form .form-actions .active.shopify-payment-button__button--unbranded {
      color: transparent; }
    .product-form .form-actions .button.loading .spinner, .product-form .form-actions .loading.shopify-payment-button__button--unbranded .spinner {
      opacity: 1; }
  .product-form .shopify-payment-button {
    width: 48%; }
    @media (max-width: 600px) {
      .product-form .shopify-payment-button {
        width: 100%; } }
  .product-form .shopify-payment-button__more-options {
    font-size: 13px;
    font-size: 1.3rem;
    width: auto;
    margin-right: auto;
    margin-bottom: 2em;
    margin-left: auto;
    display: none; }

.product-swatches {
  display: none; }
  .js .product-swatches {
    display: block; }

.product-select-simple-wrapper {
  display: none; }
  .no-js .product-select-simple-wrapper {
    display: block; }

.product-select-simple {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }

.product-variants {
  display: none; }

.selector-wrapper .form-select-wrapper {
  text-align: left; }

.product-quantity {
  text-align: center; }
  .product-quantity .form-input, .product-quantity .form-select-wrapper select, .form-select-wrapper .product-quantity select {
    max-width: 40px;
    text-align: center; }

.product-stock {
  max-width: 250px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .product-stock.form-field, .product-stock.selector-wrapper {
    margin-bottom: 10px; }
  .product-stock .form-field-title span, .product-stock .selector-wrapper label span, .selector-wrapper .product-stock label span {
    position: relative;
    top: 2px;
    float: right;
    font-weight: 400;
    font-style: italic;
    color: gray; }

.product-stock-count {
  font-size: 12px;
  font-size: 1.2rem;
  display: none;
  margin-top: 3px;
  text-align: right;
  font-style: italic;
  color: gray; }
  .product-stock-count.visible {
    display: block; }

.product-stock-level {
  position: relative;
  display: block;
  height: 5px;
  width: 100%;
  background-color: #ebebeb; }
  .product-stock-level span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #3bedaf;
    transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    content: ""; }

.product-message {
  position: fixed;
  top: 40%;
  left: 0;
  vertical-align: middle;
  width: 100%;
  display: none;
  height: auto;
  padding: 30px 20px;
  color: #fff;
  background-color: #f85b58;
  text-align: center;
  line-height: 2rem;
  font-size: 2rem; }
  .product-message.error {
    background-color: #ed3b3b; }
  .product-message.animating {
    display: block;
    transform: translateY(30%);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .product-message.visible {
    display: block;
    transform: translateY(100%); }
  .product-message a {
    color: #ffffff; }

.product-images-lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  align-items: center;
  display: none;
  height: 100vh;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.7); }
  .product-images-lightbox.animating {
    display: flex;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .no-flexbox .product-images-lightbox.animating {
      display: block; }
  .product-images-lightbox.visible {
    display: flex;
    opacity: 1; }
    .no-flexbox .product-images-lightbox.visible {
      display: block; }
  .product-images-lightbox > div {
    position: relative;
    max-width: 800px;
    width: auto;
    max-height: 90vh;
    padding: 30px;
    background-color: #ffffff; }
  .product-images-lightbox img {
    max-height: calc(90vh - 60px);
    cursor: default !important; }
    .no-flexbox .product-images-lightbox img {
      display: block;
      margin-right: auto;
      margin-left: auto; }

.product-images-lightbox-close {
  /*@extend .product-quick-close;*/
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 37px;
  border: 0;
  outline: 0;
  background-color: transparent; }
  .product-images-lightbox-close svg {
    width: 15px;
    height: 15px;
    color: #1a1a1a; }

.product-recommendations, .products-recent {
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid #ebebeb; }
  .product-recommendations h2, .products-recent h2, .product-recommendations .department-item figcaption h3, .department-item figcaption .product-recommendations h3, .products-recent .department-item figcaption h3, .department-item figcaption .products-recent h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 25px; }
  .product-recommendations .grid, .products-recent .grid {
    margin-right: -10px;
    margin-left: -10px; }

.products-recent {
  display: none; }
  .products-recent.visible {
    display: block; }

.search-departments,
.search-empty {
  font-size: 13px;
  font-size: 1.3rem;
  max-width: 370px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto; }

.search-empty {
  text-align: center; }

.search-departments {
  margin-bottom: 40px; }
  @media (max-width: 600px) {
    .search-departments {
      margin-bottom: 25px; } }

.shopify-policy__container h2, .shopify-policy__container .department-item figcaption h3, .department-item figcaption .shopify-policy__container h3 {
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px; }

.video_url {
  width: 100%;
  height: auto; }

.product-slideShow-title {
  color: #E97972;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0em; }

.product-slideShow-lp {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0em; }

.product-slideShow-price {
  font-size: 12px;
  color: #000; }

@media (max-width: 600px) {
  .sp-none {
    display: none !important; } }

.accessory-pc-none {
  display: none !important; }
  @media (max-width: 600px) {
    .accessory-pc-none {
      display: flex !important; } }

.d-none {
  display: none !important; }

.wk-label {
  display: none !important; }

.form-field-filters a {
  padding: 4px 12px;
  border: 1px solid lightgray;
  border-radius: 4px; }
  .form-field-filters a.active {
    border-color: black;
    background-color: #eaeaea; }
  .form-field-filters a::before, .form-field-filters a.active::after {
    content: none; }

.form-field-filters .active.cart-item-quantity-edit::after {
  top: calc(50% - 7px);
  border-radius: 0;
  border: 2px solid black;
  left: 0;
  background: black; }

.form-field-filters .cart-item-quantity-edit::before {
  border-radius: 0;
  border: 1px solid #e8e8e8;
  background: #e8e8e8; }

.header .header-search-input-wrapper {
  background: rgba(255, 255, 255, 0.3);
  padding-left: 10px;
  padding-right: 10px; }
  .header .header-search-input-wrapper #header-search::placeholder {
    color: #aaaaaa; }
  .header .header-search-input-wrapper .header-search-submit {
    border: none; }
  .header .header-search-input-wrapper .form-input, .header .header-search-input-wrapper .form-select-wrapper select, .form-select-wrapper .header .header-search-input-wrapper select {
    font-size: 10px !important; }

.pagination .pagination-previous, .pagination .pagination-next {
  background-color: #000;
  color: white;
  padding: 8px 30px;
  text-align: center;
  min-width: 170px; }
  @media (max-width: 600px) {
    .pagination .pagination-previous, .pagination .pagination-next {
      margin-left: 1px;
      margin-right: 1px; } }

.pagination span.pagination-previous, .pagination span.pagination-next {
  display: none; }

.pagination .pagination-parts {
  background: #DDDDDD;
  text-align: center;
  padding: 8px;
  width: 100%; }
  .pagination .pagination-parts span {
    margin-right: 0;
    margin-left: 0;
    border: none;
    color: black; }
  .pagination .pagination-parts a > span:hover, .pagination .pagination-parts span.active {
    color: #C39223;
    text-decoration: underline; }

.navigation-dropdown-simple > li.navigation-dropdown-item > a {
  padding-right: 20px; }

body.template-product .wish-button-container {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1; }
  @media (min-width: 1024px) {
    body.template-product .wish-button-container {
      padding-top: 30px; } }
  body.template-product .wish-button-container .wk-button-product {
    margin-top: 0 !important;
    height: 35px;
    width: 35px;
    min-width: 35px;
    background: lightgray;
    border-radius: 35px; }
    body.template-product .wish-button-container .wk-button-product .wk-icon {
      margin: 0; }
    body.template-product .wish-button-container .wk-button-product .wk-icon svg {
      background: unset; }
      body.template-product .wish-button-container .wk-button-product .wk-icon svg path {
        fill: none;
        stroke: #fff; }
    body.template-product .wish-button-container .wk-button-product.wk-remove-product {
      background: #CA1E54; }

body.template-product .small-form-container {
  box-shadow: 0px 0px 20px 0px #cececec7;
  padding: 20px 20px; }
  @media (min-width: 600px) {
    body.template-product .small-form-container {
      display: none; } }
  body.template-product .small-form-container .product-title-container h1 {
    text-align: left;
    font-size: large; }
  body.template-product .small-form-container .row {
    display: flex; }
  body.template-product .small-form-container .product-price {
    text-align: left; }
    body.template-product .small-form-container .product-price .money {
      color: #b92652; }
    body.template-product .small-form-container .product-price .money-comment {
      color: #b9b4b2;
      font-size: x-small; }
  body.template-product .small-form-container .small-form-actions .button, body.template-product .small-form-container .small-form-actions .product-form .shopify-payment-button__button--unbranded, .product-form body.template-product .small-form-container .small-form-actions .shopify-payment-button__button--unbranded {
    position: relative; }
    body.template-product .small-form-container .small-form-actions .button span.spinner, body.template-product .small-form-container .small-form-actions .product-form .shopify-payment-button__button--unbranded span.spinner, .product-form body.template-product .small-form-container .small-form-actions .shopify-payment-button__button--unbranded span.spinner {
      opacity: 0; }
    body.template-product .small-form-container .small-form-actions .button img.cart_icon, body.template-product .small-form-container .small-form-actions .product-form .shopify-payment-button__button--unbranded img.cart_icon, .product-form body.template-product .small-form-container .small-form-actions .shopify-payment-button__button--unbranded img.cart_icon {
      position: relative;
      top: 4px;
      left: -10px;
      display: inline-block; }

body.template-product .share-wrapper {
  text-align: left; }

body.template-product main.page-wrapper {
  padding-left: unset;
  padding-right: unset;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px; }
  body.template-product main.page-wrapper .product-images {
    padding-left: unset;
    padding-right: unset; }
    @media (min-width: 1024px) {
      body.template-product main.page-wrapper .product-images {
        padding-left: 80px; } }
    body.template-product main.page-wrapper .product-images img {
      margin: auto; }
      @media (max-width: 600px) {
        body.template-product main.page-wrapper .product-images img {
          max-width: 240px; } }
      @media (min-width: 600px) {
        body.template-product main.page-wrapper .product-images img {
          max-width: 330px;
          margin: auto; } }

body.template-product .slick-list {
  max-width: 450px;
  margin: auto; }

body.template-product .product-options {
  text-align: left;
  margin-top: 20px; }
  body.template-product .product-options .product-title {
    text-align: left;
    margin-bottom: 30px;
    padding-right: 0px;
    letter-spacing: -0.5px; }
  body.template-product .product-options .product-price .money {
    color: #f85b58; }
  body.template-product .product-options .product-price .money-comment {
    color: #c7c7c7;
    font-size: x-small; }
  body.template-product .product-options .product-price .product-price-compare {
    color: #c7c7c7; }

@media (max-width: 1024px) {
  body.template-product .product-wrapper {
    display: inline; } }

body.template-product .product-quantity {
  display: none; }

body.template-product .product-form {
  margin-top: 0;
  width: 100%; }
  @media screen and (max-width: 600px) {
    body.template-product .product-form {
      width: 100%;
      margin-bottom: 16px; } }
  body.template-product .product-form .form-actions {
    margin-top: 0;
    /*width: 48%;*/
    width: 100%; }
    @media (max-width: 600px) {
      body.template-product .product-form .form-actions {
        width: 100%; } }
    body.template-product .product-form .form-actions .cart_icon {
      position: relative;
      top: 4px;
      left: -10px; }
  body.template-product .product-form form {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 600px) {
      body.template-product .product-form form {
        flex-flow: column; } }

body.template-product .product-links .row, body.template-product .product-addcart .row {
  display: flex;
  margin-top: 30px; }
  body.template-product .product-links .row .product_select_title, body.template-product .product-addcart .row .product_select_title {
    min-width: 150px;
    font-weight: bold;
    height: 45px;
    line-height: 45px; }
  body.template-product .product-links .row .product_select_body, body.template-product .product-addcart .row .product_select_body {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 1024px) {
      body.template-product .product-links .row .product_select_body, body.template-product .product-addcart .row .product_select_body {
        max-width: 440px; } }
    body.template-product .product-links .row .product_select_body select, body.template-product .product-addcart .row .product_select_body select {
      background: none; }
      @media (min-width: 600px) {
        body.template-product .product-links .row .product_select_body select, body.template-product .product-addcart .row .product_select_body select {
          border: none;
          border-bottom: 1px solid #b7b7b7; } }
  body.template-product .product-links .row .material_container, body.template-product .product-addcart .row .material_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -20px; }

@media (min-width: 600px) {
  body.template-product #product-column2 .product-share-container, body.template-product #product-column2 .product-keyword-container {
    display: none; } }

body.template-product .product-details, body.template-product .product-description, body.template-product .product-share-container, body.template-product .product-keyword-container {
  width: 100%;
  padding: 10px 60px;
  background: #f6f6f2; }
  @media (max-width: 600px) {
    body.template-product .product-details, body.template-product .product-description, body.template-product .product-share-container, body.template-product .product-keyword-container {
      padding: 20px 20px; } }
  body.template-product .product-details span.title, body.template-product .product-description span.title, body.template-product .product-share-container span.title, body.template-product .product-keyword-container span.title {
    color: #b92652;
    font-weight: bold;
    font-size: 1.4rem;
    display: inline; }
  body.template-product .product-details .product-details-in, body.template-product .product-description .product-details-in, body.template-product .product-share-container .product-details-in, body.template-product .product-keyword-container .product-details-in {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    display: flex; }
    body.template-product .product-details .product-details-in > div, body.template-product .product-description .product-details-in > div, body.template-product .product-share-container .product-details-in > div, body.template-product .product-keyword-container .product-details-in > div {
      width: 50%;
      padding: 20px; }
  body.template-product .product-details .share a, body.template-product .product-description .share a, body.template-product .product-share-container .share a, body.template-product .product-keyword-container .share a {
    padding-left: 6px;
    padding-right: 6px; }
    body.template-product .product-details .share a img, body.template-product .product-description .share a img, body.template-product .product-share-container .share a img, body.template-product .product-keyword-container .share a img {
      height: 32px;
      width: 30px; }
  body.template-product .product-details .help_container, body.template-product .product-description .help_container, body.template-product .product-share-container .help_container, body.template-product .product-keyword-container .help_container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 14px;
    line-height: 40px; }
    body.template-product .product-details .help_container .help_btn a, body.template-product .product-description .help_container .help_btn a, body.template-product .product-share-container .help_container .help_btn a, body.template-product .product-keyword-container .help_container .help_btn a {
      background: rgba(196, 35, 85, 0.62);
      color: white;
      padding: 10px 14px;
      margin-right: 2px; }
      body.template-product .product-details .help_container .help_btn a.active, body.template-product .product-description .help_container .help_btn a.active, body.template-product .product-share-container .help_container .help_btn a.active, body.template-product .product-keyword-container .help_container .help_btn a.active {
        background: #c42355; }
      body.template-product .product-details .help_container .help_btn a img, body.template-product .product-description .help_container .help_btn a img, body.template-product .product-share-container .help_container .help_btn a img, body.template-product .product-keyword-container .help_container .help_btn a img {
        display: inherit;
        top: 4px;
        position: relative;
        margin-right: 6px;
        height: 20px; }

body.template-product .design-valiation-container {
  margin: 0px 0px;
  overflow: hidden; }
  @media (min-width: 600px) {
    body.template-product .design-valiation-container.small {
      display: none; } }
  @media (max-width: 600px) {
    body.template-product .design-valiation-container.medium {
      display: none; } }
  body.template-product .design-valiation-container h3 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: black;
    line-height: 1.2;
    margin-bottom: 0; }
  body.template-product .design-valiation-container h4 {
    color: #b92652;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0; }
  body.template-product .design-valiation-container .design-valiation-slider {
    margin-top: 10px;
    margin-bottom: 40px; }
    body.template-product .design-valiation-container .design-valiation-slider > .slick-list {
      max-width: 1000px; }
    body.template-product .design-valiation-container .design-valiation-slider > .slick-dots {
      bottom: 0;
      z-index: 10; }
      body.template-product .design-valiation-container .design-valiation-slider > .slick-dots button {
        background-color: gray; }
      body.template-product .design-valiation-container .design-valiation-slider > .slick-dots li.slick-active button {
        background-color: #b92652; }

body.template-product .product-keyword-container .keyword-tag {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap; }
  body.template-product .product-keyword-container .keyword-tag a {
    color: #555;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    padding: 4px 10px;
    margin-right: 10px;
    margin-bottom: 8px; }
    body.template-product .product-keyword-container .keyword-tag a:hover {
      background-color: #C49223;
      color: white;
      font-weight: bold;
      border-color: #C49223; }

select.no-line-select {
  background: none; }
  @media (min-width: 600px) {
    select.no-line-select {
      border: none;
      border-bottom: 1px solid #b7b7b7; } }

.index-features .features-title {
  /* font-size: 28px;
    font-weight: bold;
    color: black;
    line-height: 1.2; */ }

.index-features .features-description {
  color: #b92652;
  margin-bottom: 20px; }

.index-features .index-features-item-content .index-features-container {
  height: 100%;
  margin: 0;
  max-width: none !important;
  width: 100%; }
  .index-features .index-features-item-content .index-features-container .index-features-title, .index-features .index-features-item-content .index-features-container .index-features-text {
    text-align: left; }
  .index-features .index-features-item-content .index-features-container .index-features-title {
    font-size: 30px;
    line-height: 102%; }
    @media (max-width: 600px) {
      .index-features .index-features-item-content .index-features-container .index-features-title {
        font-size: 22px;
        margin-bottom: -5px;
        margin-top: -5px; } }
  .index-features .index-features-item-content .index-features-container .button, .index-features .index-features-item-content .index-features-container .product-form .shopify-payment-button__button--unbranded, .product-form .index-features .index-features-item-content .index-features-container .shopify-payment-button__button--unbranded {
    bottom: 0;
    right: 0;
    position: absolute; }

.main-navigation-wrapper .main-navigation {
  border-bottom: none !important; }

.main-navigation-wrapper .select_model {
  margin-left: auto;
  border-radius: 14px;
  padding: 2px 14px;
  background: #b92652; }
  .main-navigation-wrapper .select_model a {
    color: white; }

.template-collection .model_selector.no-line-select {
  max-width: none; }

.template-collection .collection-items-header-content {
  width: 100%; }

.template-collection .collection-sidebar-filter, .template-collection .collection-items-header-content-inner {
  border: none; }

.template-collection .collection-sidebar-filter .form-filter-wrapper.model.one-model {
  cursor: auto;
  font-weight: bold; }
  .template-collection .collection-sidebar-filter .form-filter-wrapper.model.one-model::after {
    display: none; }

.template-collection .collection-sidebar-filter .form-filter-wrapper.color .collection-filter {
  width: 33.333%;
  float: left;
  display: block;
  text-align: center;
  margin: 0 0 20px;
  font-size: 12px;
  background: transparent;
  border: none;
  padding: 0;
  position: relative; }
  .template-collection .collection-sidebar-filter .form-filter-wrapper.color .collection-filter.active {
    background: transparent;
    border: none; }
    .template-collection .collection-sidebar-filter .form-filter-wrapper.color .collection-filter.active.ホワイト .is-white {
      display: none; }
    .template-collection .collection-sidebar-filter .form-filter-wrapper.color .collection-filter.active.ホワイト .is-black {
      display: block; }
    .template-collection .collection-sidebar-filter .form-filter-wrapper.color .collection-filter.active .is-white {
      display: block; }
  .template-collection .collection-sidebar-filter .form-filter-wrapper.color .collection-filter .icon {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 50%;
    margin-left: -7px;
    display: none; }

@media (max-width: 600px) {
  .template-collection .collection-sidebar-filter .form-filter-wrapper.color {
    display: flex;
    flex-flow: wrap; }
    .template-collection .collection-sidebar-filter .form-filter-wrapper.color a {
      width: 47%;
      margin: 1%;
      border: 1px solid lightgray;
      border-radius: 4px;
      padding: 4px 10px; }
      .template-collection .collection-sidebar-filter .form-filter-wrapper.color a::before, .template-collection .collection-sidebar-filter .form-filter-wrapper.color a::after {
        margin-left: 8px; }
      .template-collection .collection-sidebar-filter .form-filter-wrapper.color a .color_pick {
        border-radius: 0; } }

.template-collection .collection-items-header-content-inner {
  padding-bottom: 5px; }

.template-collection .collection-current-tags {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 600px) {
    .template-collection .collection-current-tags {
      flex-wrap: wrap; }
      .template-collection .collection-current-tags .tags-container {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 6px; }
        .template-collection .collection-current-tags .tags-container .collection-current-tag {
          border: 1px solid lightgray;
          border-radius: 15px;
          padding: 0 8px;
          display: flex; }
      .template-collection .collection-current-tags .products-count {
        text-align: right;
        width: 100%; } }
  .template-collection .collection-current-tags .collection-current-tag {
    background: none; }
    .template-collection .collection-current-tags .collection-current-tag .remove-btn {
      display: none; }
    .template-collection .collection-current-tags .collection-current-tag:hover {
      background-color: #ebebeb; }
      .template-collection .collection-current-tags .collection-current-tag:hover .remove-btn {
        display: inherit; }

@media (max-width: 600px) {
  .template-cart .cart-item {
    display: flex; }
  .template-cart .cart-item-image {
    width: 33.333%; } }

@media (max-width: 1024px) {
  .template-cart .cart-form {
    flex-direction: column; } }

.template-cart .additional-checkout-buttons .shopify-cleanslate > div > div {
  width: 100%; }
  .template-cart .additional-checkout-buttons .shopify-cleanslate > div > div > div {
    min-width: 100%;
    height: auto !important; }

.featured-products-title, .index-features .features-title {
  font-size: 28px;
  color: black;
  display: block;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0; }
  @media (max-width: 600px) {
    .featured-products-title, .index-features .features-title {
      font-size: 22px; } }

.featured-products-subtitle, .features-description {
  text-align: center;
  color: #b92652;
  font-size: 14px;
  margin-top: 0; }
  @media (max-width: 600px) {
    .featured-products-subtitle, .features-description {
      font-size: 12px; } }

.featured-products-wrapper .index-header {
  position: relative; }
  .featured-products-wrapper .index-header .featured-products-heading {
    width: 25%;
    margin: 0; }

.featured-products-wrapper.is-slider .index-header {
  text-align: center; }
  @media (max-width: 600px) {
    .featured-products-wrapper.is-slider .index-header .featured-products-heading {
      display: inline-block;
      position: relative;
      width: 32%;
      height: 40px; } }
  .featured-products-wrapper.is-slider .index-header .featured-products-heading button {
    font-weight: normal;
    border: 1px solid lightgray;
    width: 98%; }
    @media (max-width: 600px) {
      .featured-products-wrapper.is-slider .index-header .featured-products-heading button {
        position: absolute;
        left: 0;
        min-height: 40px; } }
    .featured-products-wrapper.is-slider .index-header .featured-products-heading button .title {
      font-size: 18px;
      color: black;
      display: block;
      font-weight: bold;
      padding: 4px; }
      @media (max-width: 600px) {
        .featured-products-wrapper.is-slider .index-header .featured-products-heading button .title {
          font-size: 13px; } }
    .featured-products-wrapper.is-slider .index-header .featured-products-heading button .description {
      color: #b92652;
      font-size: 14px; }

.featured-products-wrapper.is-slider [class*="grid-item"] {
  padding-left: 0;
  padding-right: 0; }

.featured-products-wrapper.is-slider .product-item-details {
  display: none; }

.featured-products-wrapper .featured-more-link {
  text-align: center;
  z-index: 1;
  width: 100%;
  bottom: 0;
  clear: both;
  font-size: 13px;
  display: block;
  height: auto;
  margin: 10px 0; }
  .featured-products-wrapper .featured-more-link a {
    border: 4px solid #e8e8e8;
    padding: 8px 20px;
    color: #555; }
    .featured-products-wrapper .featured-more-link a:hover {
      text-decoration: underline;
      color: #b92652;
      border-color: #f7b0c5; }

.featured-products-item-more .button, .featured-products-item-more .product-form .shopify-payment-button__button--unbranded, .product-form .featured-products-item-more .shopify-payment-button__button--unbranded {
  min-width: unset; }

.slideshow-button.button, .product-form .slideshow-button.shopify-payment-button__button--unbranded {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2); }

.section-index-text .featured-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 600px) {
    .section-index-text .featured-content-wrapper {
      flex-direction: column; } }
  .section-index-text .featured-content-wrapper > div {
    max-width: 600px;
    width: 50%;
    margin: 0; }
    @media (max-width: 600px) {
      .section-index-text .featured-content-wrapper > div {
        width: 100%; } }
  .section-index-text .featured-content-wrapper .content-image {
    padding: 40px 40px; }
  .section-index-text .featured-content-wrapper h1.featured-counts {
    font-size: 15px;
    margin-bottom: 20px; }
  .section-index-text .featured-content-wrapper .featured-content .featured-counts {
    color: #b92652; }
    .section-index-text .featured-content-wrapper .featured-content .featured-counts .count {
      font-weight: bold; }
  .section-index-text .featured-content-wrapper .featured-content .featured-content-item {
    text-align: left; }
    @media (max-width: 600px) {
      .section-index-text .featured-content-wrapper .featured-content .featured-content-item h2, .section-index-text .featured-content-wrapper .featured-content .featured-content-item .department-item figcaption h3, .department-item figcaption .section-index-text .featured-content-wrapper .featured-content .featured-content-item h3 {
        font-size: 23px; } }
    .section-index-text .featured-content-wrapper .featured-content .featured-content-item p {
      font-size: initial; }
    .section-index-text .featured-content-wrapper .featured-content .featured-content-item a {
      background-color: #C49222;
      color: white;
      padding: 15px 50px;
      font-size: 0.5em;
      font-weight: bold; }
      .section-index-text .featured-content-wrapper .featured-content .featured-content-item a img {
        position: relative;
        top: 5px; }

.index-case-selections.index-features {
  max-width: none;
  padding-left: 0;
  padding-right: 0; }

.index-case-selections .design-container {
  width: 33%;
  padding: 10px; }
  @media (max-width: 1024px) {
    .index-case-selections .design-container {
      width: 50%; } }
  @media (max-width: 600px) {
    .index-case-selections .design-container {
      width: 100%; } }
  .index-case-selections .design-container .inline {
    display: flex;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background-color: white; }
    .index-case-selections .design-container .inline:hover {
      background-color: #f1b0c4; }
    .index-case-selections .design-container .inline .thumbnail {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      background-position: center center;
      display: inline-block;
      margin: 10px;
      background-size: 150%; }
    .index-case-selections .design-container .inline .text {
      text-align: left;
      display: flex;
      justify-content: center;
      align-items: center; }
      .index-case-selections .design-container .inline .text .collection_label {
        font-size: 18px;
        color: black;
        font-weight: bold; }
      .index-case-selections .design-container .inline .text .design_count {
        font-size: small;
        color: #b92652; }

.index-case-selections .container {
  display: none; }
  .index-case-selections .container.active {
    display: block; }
  .index-case-selections .container .case-selection-main {
    background: #f6f6f2;
    padding: 10px; }
    .index-case-selections .container .case-selection-main .in-tab-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      max-width: 1200px;
      margin: auto; }
      @media (min-width: 600px) {
        .index-case-selections .container .case-selection-main .in-tab-container {
          padding: 40px; } }
      @media (max-width: 600px) {
        .index-case-selections .container .case-selection-main .in-tab-container {
          max-width: 360px; } }
      .index-case-selections .container .case-selection-main .in-tab-container .box {
        width: 50%; }
        @media (min-width: 600px) {
          .index-case-selections .container .case-selection-main .in-tab-container .box {
            width: 33%;
            min-width: 190px; } }
        .index-case-selections .container .case-selection-main .in-tab-container .box .link-box {
          background: white;
          padding: 10px;
          width: 150px;
          margin: 10px auto;
          cursor: pointer; }
          @media (min-width: 600px) {
            .index-case-selections .container .case-selection-main .in-tab-container .box .link-box {
              padding: 20px;
              width: 200px;
              margin: 20px auto; } }
          .index-case-selections .container .case-selection-main .in-tab-container .box .link-box span {
            display: block; }
            .index-case-selections .container .case-selection-main .in-tab-container .box .link-box span.title {
              font-weight: bold; }
              @media (min-width: 600px) {
                .index-case-selections .container .case-selection-main .in-tab-container .box .link-box span.title {
                  font-size: large; } }
            .index-case-selections .container .case-selection-main .in-tab-container .box .link-box span.subtitle {
              color: #b92652;
              font-size: smaller; }

.index-case-selections .tab {
  display: flex;
  justify-content: center; }
  .index-case-selections .tab .button, .index-case-selections .tab .product-form .shopify-payment-button__button--unbranded, .product-form .index-case-selections .tab .shopify-payment-button__button--unbranded {
    background: #6E1329; }
    .index-case-selections .tab .button > img, .index-case-selections .tab .product-form .shopify-payment-button__button--unbranded > img, .product-form .index-case-selections .tab .shopify-payment-button__button--unbranded > img {
      height: 20px;
      top: 4px;
      margin-right: 8px;
      position: relative; }
    .index-case-selections .tab .button:hover, .index-case-selections .tab .product-form .shopify-payment-button__button--unbranded:hover, .product-form .index-case-selections .tab .shopify-payment-button__button--unbranded:hover {
      background: #cb234c; }
    .index-case-selections .tab .button.active, .index-case-selections .tab .product-form .active.shopify-payment-button__button--unbranded, .product-form .index-case-selections .tab .active.shopify-payment-button__button--unbranded {
      background: #f6f6f2;
      color: black; }
      .index-case-selections .tab .button.active:hover, .index-case-selections .tab .product-form .active.shopify-payment-button__button--unbranded:hover, .product-form .index-case-selections .tab .active.shopify-payment-button__button--unbranded:hover {
        background: #cecece; }

.slideshow-wrapper .slick-dots {
  display: flex;
  text-align: center;
  bottom: 20px; }
  .slideshow-wrapper .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 4px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border-radius: 10px;
    background: white; }

.product-item .product-item-image {
  background-size: contain; }

.product-item .product-item-title {
  overflow: hidden;
  text-align: center;
  font-weight: normal;
  padding-left: 0px; }

.product-item .product-item-price {
  color: #C42355;
  text-align: center;
  font-weight: bold; }

img.is-lazy.lazyloaded, figure.js-dependent.lazyloaded {
  opacity: 1; }

img.is-lazy, figure.js-dependent {
  opacity: 1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s; }

@media (max-width: 500px) {
  .has-sidebar .product-item.grid-item-33 {
    width: 46%;
    margin: 2%; }
  span.money {
    font-size: 1.5em; } }

.template-search .product-item-description {
  margin-top: 5px;
  margin-bottom: 8px;
  color: #7f7f7f;
  font-size: 1.2rem;
  line-height: 1.4; }

.legal-notice th {
  width: 20%; }

#shopify-section-footer {
  margin-top: 60px; }
  #shopify-section-footer .main-footer-wrapper {
    margin-top: 25px; }
    @media (max-width: 600px) {
      #shopify-section-footer .main-footer-wrapper {
        display: block; } }
    @media (max-width: 600px) {
      #shopify-section-footer .main-footer-wrapper .main-footer-inner {
        display: flex;
        flex-direction: column;
        padding: 0; }
        #shopify-section-footer .main-footer-wrapper .main-footer-inner .footer-menu {
          order: 2; }
          #shopify-section-footer .main-footer-wrapper .main-footer-inner .footer-menu.footer-social-contact {
            order: 1;
            text-align: left; }
            #shopify-section-footer .main-footer-wrapper .main-footer-inner .footer-menu.footer-social-contact .footer-social-wrapper {
              border: none;
              margin: 0;
              padding: 0; }
              #shopify-section-footer .main-footer-wrapper .main-footer-inner .footer-menu.footer-social-contact .footer-social-wrapper .section-title {
                font-size: large; } }
    #shopify-section-footer .main-footer-wrapper .footer-menu .section-title {
      font-size: large;
      color: white; }
    #shopify-section-footer .main-footer-wrapper .footer-menu ul > li {
      font-size: 14px;
      line-height: 20px; }
      #shopify-section-footer .main-footer-wrapper .footer-menu ul > li > a {
        color: white; }
        #shopify-section-footer .main-footer-wrapper .footer-menu ul > li > a:hover {
          text-decoration: underline; }
    #shopify-section-footer .main-footer-wrapper .footer-menu.footer-social-contact {
      text-align: right; }
      #shopify-section-footer .main-footer-wrapper .footer-menu.footer-social-contact .footer-social-description {
        margin-top: 5px;
        font-size: small;
        color: white; }
      #shopify-section-footer .main-footer-wrapper .footer-menu.footer-social-contact .footer-social svg {
        height: 26px;
        width: 26px;
        color: white; }
        #shopify-section-footer .main-footer-wrapper .footer-menu.footer-social-contact .footer-social svg:hover {
          color: #ffe7e7; }
    #shopify-section-footer .main-footer-wrapper .footer-lower {
      display: flex; }
      @media (max-width: 600px) {
        #shopify-section-footer .main-footer-wrapper .footer-lower {
          display: block; } }
      #shopify-section-footer .main-footer-wrapper .footer-lower .footer-logo {
        margin-right: 30px; }
        @media (max-width: 600px) {
          #shopify-section-footer .main-footer-wrapper .footer-lower .footer-logo {
            margin-right: 0px;
            margin-bottom: 10px; } }
      #shopify-section-footer .main-footer-wrapper .footer-lower .footer-copyright {
        color: white;
        flex-grow: 5;
        align-self: flex-end;
        margin-bottom: 15px; }

body.template-article .article-content p.sub-catch {
  background: #C42355;
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  margin-top: 40px;
  font-size: large; }

body.template-article .article-content .sub-thumb-container {
  display: flex; }
  body.template-article .article-content .sub-thumb-container .img-container {
    padding: 20px;
    text-align: center; }

body.template-article .article-tags, body.template-article .product-share-container {
  margin-bottom: 10px; }
  body.template-article .article-tags .title, body.template-article .product-share-container .title {
    color: #b92652;
    font-weight: bold;
    font-size: 1.4rem;
    display: block; }
  body.template-article .article-tags .share-wrapper, body.template-article .product-share-container .share-wrapper {
    text-align: left;
    margin-top: 10px; }
    body.template-article .article-tags .share-wrapper img, body.template-article .product-share-container .share-wrapper img {
      height: 25px; }

body.template-article .product-keyword-container {
  display: none; }

@media (max-width: 600px) {
  body.template-search .product-item {
    width: 100%; } }

.footer-tapbar {
  z-index: 99999999999999999; }
  .footer-tapbar .select_model .select_model_button {
    border: none;
    background: none; }
    .footer-tapbar .select_model .select_model_button img {
      height: 27px;
      width: auto;
      margin: 0 5px 0 0;
      top: 5px;
      position: relative; }
    .footer-tapbar .select_model .select_model_button span.model_label {
      font-weight: normal;
      font-family: "Noto Sans JP", Karla, sans-serif;
      display: inline-block;
      position: relative;
      top: -4px;
      color: #fff;
      font-size: 12px; }

.sp-select-container .sp-select {
  background: #fcfcfc;
  width: 300px;
  height: auto;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 9999999999999999;
  padding: 20px;
  filter: drop-shadow(0px 8px 5px rgba(0, 0, 0, 0.4));
  border-radius: 5px; }
  .sp-select-container .sp-select .close_btn {
    position: absolute;
    top: 0;
    right: 4px; }
    .sp-select-container .sp-select .close_btn img {
      cursor: pointer; }
  .sp-select-container .sp-select .row.model {
    margin-top: 20px; }
  .sp-select-container .sp-select select {
    max-width: none; }
  .sp-select-container .sp-select ul {
    margin: 5px 0; }
  .sp-select-container .sp-select strong.title {
    background: #000;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.8; }
  .sp-select-container .sp-select .selected_model {
    margin-bottom: 0; }
    .sp-select-container .sp-select .selected_model > span {
      font-weight: bold; }
  .sp-select-container .sp-select .warning {
    color: #b92652;
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 5px; }

.sp-select-container .sp-only {
  display: none; }

@media screen and (max-width: 480px) {
  .sp-select-container .sp-select {
    width: 100%;
    height: auto;
    position: none;
    right: 0;
    bottom: 0px;
    z-index: 99999;
    padding: 20px;
    filter: none;
    border-radius: 0; }
  .sp-select-container .sp-only {
    display: block; } }

.show_frontend {
  float: none !important;
  overflow: hidden;
  box-shadow: none;
  background-color: #fff !important;
  width: 100%;
  padding: 10px 20px !important;
  margin: 10px auto;
  border: 1px solid #ccc !important;
  text-align: center;
  color: #333; }

.show_desc {
  margin-bottom: 5px !important; }

img.giftwrap_image {
  top: 0 !important;
  width: 100%;
  border-radius: 5px;
  padding: 0;
  float: none !important;
  position: static !important;
  height: auto;
  width: 100% !important;
  height: auto; }

.checkboxFive {
  color: #333 !important;
  padding-left: 10px;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  font-size: 14px;
  display: inline;
  padding: 0 25px; }

.giftwrap .loader {
  text-align: center; }

.main-content .shopify-section {
  margin-top: 0; }

.section-index-newsletter {
  margin: 70px 0 !important;
  padding: 30px; }

.product_select_body.form-select-wrapper select {
  width: 100%;
  max-width: none;
  padding: 9px 30px 9px 15px;
  border: 1px solid #b92652;
  line-height: 1.5;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  background-color: #f8f8f8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.account-login-wrapper .info {
  border: 5px solid #b92652;
  padding: 5px 20px;
  margin: 10px -200px 20px; }
  @media (max-width: 600px) {
    .account-login-wrapper .info {
      margin: 10px 0px 20px; } }

.slideshow-text p {
  margin: 0;
  font-size: 1.6rem;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 15px;
  display: inline-block;
  border-radius: 50px;
  line-height: 1; }
  @media (max-width: 600px) {
    .slideshow-text p {
      font-size: 1.3rem; } }

div#is-a-gift {
  margin: 0px;
  border: 5px solid #b92652;
  padding: 10px 20px;
  color: #b92652;
  font-weight: bold; }

.index-case-selections.index-features.smartphoneselection {
  max-width: 1120px; }

.smartphoneselection a {
  display: inline-block;
  max-width: 23%; }

@media (max-width: 721px) {
  .smartphoneselection a {
    display: inline-block;
    max-width: 48%; } }

.cartaddproduct p,
.cartaddproduct span {
  text-align: center;
  display: block; }

.cartaddproduct .price {
  color: #333333;
  font-size: 18px; }

.cartaddproduct a {
  width: 48%;
  display: inline-block; }

.cartaddproduct a div#is-a-gift {
  padding: 10px; }

.ly-global-footer .util-table, .ly-section-product .util-table {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .ly-global-footer .util-table > .cell, .ly-section-product .util-table > .cell {
    display: table-cell;
    box-sizing: border-box; }

.mod-button, .mod-icon-button, .mod-button-secondary {
  display: inline-block;
  font-weight: bold;
  border-radius: 4px;
  line-height: 1em;
  font-family: 'Noto Sans JP',sans-serif;
  text-align: center;
  transition: 300ms;
  margin: 0 auto;
  padding: 1em 4em;
  font-size: 14px; }
  @media screen and (max-width: 600px) {
    .mod-button, .mod-icon-button, .mod-button-secondary {
      padding: 0.8em 2em; } }
  .mod-button:hover, .mod-icon-button:hover, .mod-button-secondary:hover {
    opacity: 0.7; }

.mod-button, .mod-icon-button {
  background: #f85b5b;
  color: #fff; }
  .mod-button:hover, .mod-icon-button:hover {
    color: #fff; }
  .mod-button.is-default, .is-default.mod-icon-button {
    background: #fff;
    color: #000000;
    border: solid 1px #000;
    padding: 1em 0; }
    .mod-button.is-default:hover, .is-default.mod-icon-button:hover {
      color: #000000; }

.mod-button-secondary {
  background: none;
  color: #000000;
  border: solid 2px #000000; }
  .mod-button-secondary:hover {
    color: #000000; }
  .mod-button-secondary.is-default {
    background: #fff;
    color: #000000;
    border: solid 1px #000; }

.mod-button-wrapper {
  text-align: center; }

.mod-cart-button {
  display: block;
  background: #86E3CE;
  font-weight: bold;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  padding: 10px 0 11px;
  border: none;
  width: 100%; }
  .mod-cart-button.button, .product-form .mod-cart-button.shopify-payment-button__button--unbranded {
    background: #f85b5b; }
  .mod-cart-button img.icon {
    vertical-align: -2px;
    display: inline-block;
    padding-right: 4px; }
  .mod-cart-button .button-text {
    font-weight: bold;
    font-size: 14px; }
  .mod-cart-button a {
    color: #000000; }

.mod-icon-button {
  font-size: 12px; }

.mod-d-pc {
  display: inline-block; }
  @media screen and (max-width: 600px) {
    .mod-d-pc {
      display: none; } }

.mod-d-sp {
  display: none; }

.mod-select {
  position: relative;
  background: #fff;
  border: solid 1px #000;
  border-radius: 4px; }
  .mod-select select {
    position: relative;
    z-index: 1;
    background: transparent;
    font-size: 12px;
    font-weight: bold;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    padding: 10px 20px;
    width: 100%;
    height: auto; }
  .mod-select .arrow-icon {
    position: absolute;
    right: 20px;
    top: 16px;
    z-index: 0;
    width: 8px;
    height: 5px; }

.mod-tag {
  display: inline-block;
  border: solid 2px #f85b58;
  border-radius: 4px;
  padding: 5px 20px;
  font-size: 16px;
  color: #000000;
  transition: 300ms;
  background-color: #FFFFFF; }
  .mod-tag:hover {
    background-color: #f85b58; }
  @media screen and (max-width: 600px) {
    .mod-tag {
      padding-top: 5px;
      padding-bottom: 5px; } }

.mod-checkbox {
  position: relative;
  display: inline-block; }
  @media (max-width: 600px) {
    .mod-checkbox {
      display: none; } }
  .mod-checkbox input[type=checkbox] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    position: absolute;
    z-index: 2; }
    .mod-checkbox input[type=checkbox]:checked + .blank-checkbox {
      background: #373737; }
      .mod-checkbox input[type=checkbox]:checked + .blank-checkbox:after {
        display: block;
        content: '';
        width: 12px;
        height: 3px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(-45deg);
        position: absolute;
        bottom: 16px;
        left: 4px; }
  .mod-checkbox .icon {
    display: none; }
  .mod-checkbox .blank-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px; }

.mod-checkbox-sp {
  display: none; }
  @media (max-width: 600px) {
    .mod-checkbox-sp {
      position: relative;
      display: inline-block;
      white-space: nowrap;
      margin-right: 14px; }
      .mod-checkbox-sp input {
        opacity: 0; }
      .mod-checkbox-sp .buytogether-content {
        width: 100%; }
      .mod-checkbox-sp .buytogether-introduction {
        width: 90%; }
        .mod-checkbox-sp .buytogether-introduction .buytogether-price {
          text-align: center; } }

.mod-heading-lv2 {
  margin-bottom: 40px; }
  @media screen and (max-width: 600px) {
    .mod-heading-lv2 {
      margin-bottom: 20px; } }
  .mod-heading-lv2 .title {
    text-align: center;
    font-size: 32px;
    letter-spacing: .1em;
    line-height: 1.2em;
    color: #000000;
    display: block;
    font-weight: 400;
    margin-bottom: 10px; }
    @media screen and (max-width: 600px) {
      .mod-heading-lv2 .title {
        margin-bottom: 5px; } }
  .mod-heading-lv2 .description {
    text-align: center;
    color: #f85b58;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px; }
  .mod-heading-lv2 .text {
    max-width: 33%;
    margin: 40px auto 40px; }
    @media screen and (max-width: 600px) {
      .mod-heading-lv2 .text {
        max-width: 80%; } }
    .mod-heading-lv2 .text p {
      text-align: left;
      font-size: 14px; }

.ly-section-players .slick-slider, .ly-section-popular .slick-slider {
  position: relative;
  z-index: 1; }
  .ly-section-players .slick-slider button.slick-arrow, .ly-section-popular .slick-slider button.slick-arrow {
    position: absolute;
    z-index: 2;
    top: calc(50% - 15px);
    padding: 0;
    border: solid 2px #666;
    border-radius: 20px;
    background: none;
    background-color: #fff;
    transition: 300ms; }
    @media screen and (max-width: 600px) {
      .ly-section-players .slick-slider button.slick-arrow, .ly-section-popular .slick-slider button.slick-arrow {
        border-radius: 30px; } }
    .ly-section-players .slick-slider button.slick-arrow svg, .ly-section-popular .slick-slider button.slick-arrow svg {
      color: #666;
      display: block;
      width: 30px;
      height: 30px;
      transition: 300ms; }
      @media screen and (max-width: 600px) {
        .ly-section-players .slick-slider button.slick-arrow svg, .ly-section-popular .slick-slider button.slick-arrow svg {
          width: 40px;
          height: 40px; } }
    .ly-section-players .slick-slider button.slick-arrow:hover, .ly-section-popular .slick-slider button.slick-arrow:hover {
      background-color: black;
      border: solid 2px black; }
      .ly-section-players .slick-slider button.slick-arrow:hover svg, .ly-section-popular .slick-slider button.slick-arrow:hover svg {
        color: #f07b7b; }
    .ly-section-players .slick-slider button.slick-arrow.slick-disabled svg, .ly-section-popular .slick-slider button.slick-arrow.slick-disabled svg {
      color: rgba(17, 17, 17, 0.3); }

.ly-section-players .slick-slide, .ly-section-popular .slick-slide {
  height: unset; }

.ly-section-players .slick-track, .ly-section-popular .slick-track {
  display: flex;
  align-items: stretch; }

.template-collection .collection-sidebar-filter .form-filter-wrapper.color .color_pick, .ly-section-product .introductions-container .casetypecolor-container .color_pick, .ly-section-product .introductions-container .casecolor-container .color_pick {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 16px !important; }
  .template-collection .collection-sidebar-filter .form-filter-wrapper.color .color_pick.イエロー, .ly-section-product .introductions-container .casetypecolor-container .color_pick.イエロー, .ly-section-product .introductions-container .casecolor-container .color_pick.イエロー {
    background: #ffc200; }
  .template-collection .collection-sidebar-filter .form-filter-wrapper.color .color_pick.オレンジ, .ly-section-product .introductions-container .casetypecolor-container .color_pick.オレンジ, .ly-section-product .introductions-container .casecolor-container .color_pick.オレンジ {
    background: #ff8e00; }
  .template-collection .collection-sidebar-filter .form-filter-wrapper.color .color_pick.グリーン, .ly-section-product .introductions-container .casetypecolor-container .color_pick.グリーン, .ly-section-product .introductions-container .casecolor-container .color_pick.グリーン {
    background: #42c000; }
  .template-collection .collection-sidebar-filter .form-filter-wrapper.color .color_pick.グレー, .ly-section-product .introductions-container .casetypecolor-container .color_pick.グレー, .ly-section-product .introductions-container .casecolor-container .color_pick.グレー {
    background: #9d9a9b; }
  .template-collection .collection-sidebar-filter .form-filter-wrapper.color .color_pick.ネイビー, .ly-section-product .introductions-container .casetypecolor-container .color_pick.ネイビー, .ly-section-product .introductions-container .casecolor-container .color_pick.ネイビー {
    background: #1f0d61; }
  .template-collection .collection-sidebar-filter .form-filter-wrapper.color .color_pick.パープル, .ly-section-product .introductions-container .casetypecolor-container .color_pick.パープル, .ly-section-product .introductions-container .casecolor-container .color_pick.パープル {
    background: #8e00ff; }
  .template-collection .collection-sidebar-filter .form-filter-wrapper.color .color_pick.ピンク, .ly-section-product .introductions-container .casetypecolor-container .color_pick.ピンク, .ly-section-product .introductions-container .casecolor-container .color_pick.ピンク {
    background: #ff69db; }
  .template-collection .collection-sidebar-filter .form-filter-wrapper.color .color_pick.ブラウン, .ly-section-product .introductions-container .casetypecolor-container .color_pick.ブラウン, .ly-section-product .introductions-container .casecolor-container .color_pick.ブラウン {
    background: #ba8245; }
  .template-collection .collection-sidebar-filter .form-filter-wrapper.color .color_pick.ブラック, .ly-section-product .introductions-container .casetypecolor-container .color_pick.ブラック, .ly-section-product .introductions-container .casecolor-container .color_pick.ブラック {
    background: #000; }
  .template-collection .collection-sidebar-filter .form-filter-wrapper.color .color_pick.ブルー, .ly-section-product .introductions-container .casetypecolor-container .color_pick.ブルー, .ly-section-product .introductions-container .casecolor-container .color_pick.ブルー {
    background: #0000ff; }
  .template-collection .collection-sidebar-filter .form-filter-wrapper.color .color_pick.ベージュ, .ly-section-product .introductions-container .casetypecolor-container .color_pick.ベージュ, .ly-section-product .introductions-container .casecolor-container .color_pick.ベージュ {
    background: #D1B48A; }
  .template-collection .collection-sidebar-filter .form-filter-wrapper.color .color_pick.ホワイト, .ly-section-product .introductions-container .casetypecolor-container .color_pick.ホワイト, .ly-section-product .introductions-container .casecolor-container .color_pick.ホワイト, .template-collection .collection-sidebar-filter .form-filter-wrapper.color .color_pick.クリア, .ly-section-product .introductions-container .casetypecolor-container .color_pick.クリア, .ly-section-product .introductions-container .casecolor-container .color_pick.クリア {
    background: #fff;
    border: solid 1px #000; }
  .template-collection .collection-sidebar-filter .form-filter-wrapper.color .color_pick.マルチカラー, .ly-section-product .introductions-container .casetypecolor-container .color_pick.マルチカラー, .ly-section-product .introductions-container .casecolor-container .color_pick.マルチカラー {
    background: -moz-linear-gradient(-45deg, #00a4f7 0%, #00e557 33%, #ea5600 66%, #eddd00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #00a4f7 0%, #00e557 33%, #ea5600 66%, #eddd00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #00a4f7 0%, #00e557 33%, #ea5600 66%, #eddd00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a4f7', endColorstr='#eddd00', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */ }
  .template-collection .collection-sidebar-filter .form-filter-wrapper.color .color_pick.ライトブルー, .ly-section-product .introductions-container .casetypecolor-container .color_pick.ライトブルー, .ly-section-product .introductions-container .casecolor-container .color_pick.ライトブルー {
    background: #7eb5d1; }
  .template-collection .collection-sidebar-filter .form-filter-wrapper.color .color_pick.レッド, .ly-section-product .introductions-container .casetypecolor-container .color_pick.レッド, .ly-section-product .introductions-container .casecolor-container .color_pick.レッド {
    background: #E50303; }

.ly-global-header {
  display: block; }
  @media screen and (max-width: 1024px) {
    .ly-global-header .ly-global-header {
      display: block; } }
  @media screen and (max-width: 600px) {
    .ly-global-header .ly-global-header {
      display: block; } }

.ly-global-footer {
  display: block;
  color: #fff;
  background: #373737;
  font-size: 14px; }
  .ly-global-footer a {
    color: #fff;
    font-size: 14px; }
  @media screen and (max-width: 600px) {
    .ly-global-footer .util-table {
      display: block; } }
  @media screen and (max-width: 600px) {
    .ly-global-footer .util-table.content-table {
      display: block;
      padding: 20px; } }
  @media screen and (max-width: 600px) {
    .ly-global-footer .util-table.content-table > .cell {
      display: block;
      margin-bottom: 20px; } }
  .ly-global-footer .util-table.content-table > .cell.sns-section, .ly-global-footer .util-table.content-table > .cell.help-section {
    width: 36%; }
    @media screen and (max-width: 600px) {
      .ly-global-footer .util-table.content-table > .cell.sns-section, .ly-global-footer .util-table.content-table > .cell.help-section {
        width: 100%; } }
  .ly-global-footer .util-table.content-table > .cell.company-section {
    width: 27%; }
    @media screen and (max-width: 600px) {
      .ly-global-footer .util-table.content-table > .cell.company-section {
        width: 100%; } }
  @media screen and (max-width: 600px) {
    .ly-global-footer .util-table.content-table > .cell:last-child {
      margin-bottom: 0; } }
  .ly-global-footer .util-table.content-table > .cell .heading-lv3 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff; }
  .ly-global-footer > .inner {
    padding: 40px 0;
    max-width: 716px;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .ly-global-footer > .inner {
        padding-top: 0;
        padding-bottom: 80px; } }
  .ly-global-footer .section-body a {
    line-height: 24px; }
  .ly-global-footer .sns-icons {
    margin-bottom: 16px; }
  .ly-global-footer .sns-icon {
    display: inline-block;
    margin-right: 16px; }
    .ly-global-footer .sns-icon:last-child {
      margin-right: 0; }
  .ly-global-footer .copy {
    text-align: center;
    margin-top: 40px; }
    @media screen and (max-width: 600px) {
      .ly-global-footer .copy {
        margin: 0 20px;
        padding-top: 20px;
        border-top: solid 1px #fff; } }

.ly-sp-select-container .sp-select {
  background: #fff;
  width: 320px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999999999999999;
  padding: 40px 20px 20px;
  border-radius: 4px;
  border: solid 1px #000; }
  .ly-sp-select-container .sp-select .close_btn {
    position: absolute;
    top: 10px;
    right: 10px; }
    .ly-sp-select-container .sp-select .close_btn img {
      cursor: pointer; }
  .ly-sp-select-container .sp-select .row.model {
    margin-top: 20px; }
  .ly-sp-select-container .sp-select select {
    max-width: none; }
  .ly-sp-select-container .sp-select ul {
    margin: 5px 0; }
  .ly-sp-select-container .sp-select strong.title {
    background: #000;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    padding: 11px 0 9px; }
  .ly-sp-select-container .sp-select .selected_model {
    margin-bottom: 0; }
    .ly-sp-select-container .sp-select .selected_model > span {
      color: #f85b5b; }
  .ly-sp-select-container .sp-select .product_select_title {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 4px; }
  .ly-sp-select-container .sp-select .warning {
    color: #f85b5b;
    display: inline-block;
    margin-top: 10px; }
  .ly-sp-select-container .sp-select .mod-button.is-default, .ly-sp-select-container .sp-select .is-default.mod-icon-button {
    display: block;
    width: 100%; }
    .ly-sp-select-container .sp-select .mod-button.is-default:hover, .ly-sp-select-container .sp-select .is-default.mod-icon-button:hover {
      background: #fff; }
  .ly-sp-select-container .sp-select .form-actions {
    margin-top: 10px; }

.ly-sp-select-container .sp-only {
  display: none; }

@media screen and (max-width: 600px) {
  .ly-sp-select-container .sp-select {
    width: calc(100% - 40px);
    right: 20px;
    left: 20px;
    bottom: 49px; }
  .ly-sp-select-container .sp-only {
    display: block;
    margin-top: 1em; }
  .ly-sp-select-container .auto-select {
    margin: 0;
    padding: 0; } }

.ly-selected-sp-container {
  position: fixed;
  z-index: 99999999999999999;
  right: 20px;
  bottom: 20px;
  width: 140px;
  height: 140px;
  background: #000;
  border-radius: 70px;
  text-align: center;
  display: block;
  padding-top: 35px;
  cursor: pointer; }
  .ly-selected-sp-container .label {
    font-size: 12px;
    display: inline-block;
    padding-bottom: 6px;
    color: #fff; }
  .ly-selected-sp-container .selected-sp {
    color: #f07b7b;
    font-size: 18px;
    display: inline-block;
    font-weight: bold; }

.ly-section {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 600px) {
    .ly-section .mod-button, .ly-section .mod-icon-button {
      min-width: 160px; } }

.section-index-slideshow .slideshow-wrapper .slick-arrow {
  top: 50%;
  transform: translate(0, -50%); }

.section-index-slideshow .slick-dots li button {
  -webkit-filter: opacity(40%);
  -moz-filter: opacity(40%);
  -o-filter: opacity(40%);
  -ms-filter: opacity(40%);
  filter: opacity(40%);
  transition: 0.2s linear; }

@media screen and (max-width: 600px) {
  .ly-section-players {
    overflow: hidden;
    position: relative; } }

.ly-section-players .ly-slideShow-wrapper {
  width: 100%;
  position: static; }

.ly-section-players .slick-slider button.slick-arrow.slick-prev {
  left: -15px; }
  @media screen and (max-width: 1024px) {
    .ly-section-players .slick-slider button.slick-arrow.slick-prev {
      left: 25px; } }

.ly-section-players .slick-slider button.slick-arrow.slick-next {
  right: -15px; }
  @media screen and (max-width: 1024px) {
    .ly-section-players .slick-slider button.slick-arrow.slick-next {
      right: 25px; } }

.popUp-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: solid 5px #f85b58;
  width: 350px;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 9999;
  background: white;
  transform: translate(-50%, -50%);
  max-height: 80%;
  overflow-y: auto; }
  .popUp-wrapper .popUp-logo {
    padding: 14px 0; }
    .popUp-wrapper .popUp-logo .popup-logo-image {
      width: 40%; }
    .popUp-wrapper .popUp-logo .popup-close {
      width: 24px;
      position: absolute;
      right: 1%;
      top: 1%; }
  .popUp-wrapper .popUp-text-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .popUp-wrapper .popUp-text-box .popUp-title {
      font-size: 12px;
      font-weight: 700;
      width: 50%; }
    .popUp-wrapper .popUp-text-box .popUp-text {
      width: 90%;
      word-break: break-all;
      text-align: left;
      font-size: 10px; }
  .popUp-wrapper .popUp-buttun {
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 14px 30px;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    background: #f85b58;
    margin: 20px; }
    .popUp-wrapper .popUp-buttun a {
      color: #fff; }

.ly-section-product {
  padding-top: 20px; }
  .ly-section-product:before, .ly-section-product:after {
    content: "";
    display: block;
    height: 0; }
  .ly-section-product:after {
    clear: both; }
  @media screen and (max-width: 600px) {
    .ly-section-product {
      padding-top: 0; } }
  @media screen and (max-width: 600px) {
    .ly-section-product .util-table.is-buytogether {
      margin-bottom: 20px; } }
  .ly-section-product .image-container {
    width: 500px;
    margin-right: 40px;
    float: left; }
    @media screen and (max-width: 600px) {
      .ly-section-product .image-container {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
        padding: 0;
        float: none; } }
    @media screen and (max-width: 600px) {
      .ly-section-product .image-container .product-images {
        max-width: 240px;
        margin: 0 auto; } }
    .ly-section-product .image-container .product-images img {
      width: 350px; }
    .ly-section-product .image-container .sub-img {
      text-align: center; }
      @media (max-width: 600px) {
        .ly-section-product .image-container .sub-img {
          display: none; } }
      .ly-section-product .image-container .sub-img img {
        width: 400px;
        height: 300px;
        margin-top: 40px; }
    .ly-section-product .image-container .product-thumbnails {
      position: relative;
      padding-top: 5px; }
      @media screen and (max-width: 600px) {
        .ly-section-product .image-container .product-thumbnails {
          width: 290px;
          margin: 0 auto; } }
      .ly-section-product .image-container .product-thumbnails .slick-track {
        margin: auto; }
      .ly-section-product .image-container .product-thumbnails .slick-arrow {
        position: absolute;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        z-index: 1;
        top: 10px;
        background: transparent;
        border: none;
        width: 48px;
        height: 80px;
        padding: 0; }
        @media screen and (max-width: 600px) {
          .ly-section-product .image-container .product-thumbnails .slick-arrow {
            top: -4px; } }
        .ly-section-product .image-container .product-thumbnails .slick-arrow.slick-prev {
          left: -10px; }
          @media screen and (max-width: 600px) {
            .ly-section-product .image-container .product-thumbnails .slick-arrow.slick-prev {
              left: -40px; } }
        .ly-section-product .image-container .product-thumbnails .slick-arrow.slick-next {
          right: -10px; }
          @media screen and (max-width: 600px) {
            .ly-section-product .image-container .product-thumbnails .slick-arrow.slick-next {
              right: -40px; } }
        .ly-section-product .image-container .product-thumbnails .slick-arrow svg {
          width: 48px;
          height: 80px; }
  .ly-section-product .introductions-container {
    overflow: hidden; }
    @media (max-width: 1060px) {
      .ly-section-product .introductions-container {
        padding-right: 20px; } }
    @media screen and (max-width: 600px) {
      .ly-section-product .introductions-container {
        padding-left: 20px;
        padding-right: 20px; } }
    .ly-section-product .introductions-container .introductions-header {
      margin-bottom: 20px; }
      @media screen and (max-width: 600px) {
        .ly-section-product .introductions-container .introductions-header {
          text-align: center; } }
      .ly-section-product .introductions-container .introductions-header .model {
        color: #666;
        font-size: 14px;
        margin-bottom: 10px; }
        @media screen and (max-width: 600px) {
          .ly-section-product .introductions-container .introductions-header .model {
            font-size: 12px; } }
    .ly-section-product .introductions-container #product-options {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 600px) {
        .ly-section-product .introductions-container #product-options {
          flex-direction: column; } }
    .ly-section-product .introductions-container .related-products {
      margin-bottom: 20px; }
      .ly-section-product .introductions-container .related-products > * {
        margin-bottom: 20px; }
        .ly-section-product .introductions-container .related-products > *:last-child {
          margin-bottom: 0; }
    .ly-section-product .introductions-container .roduct-title-box {
      display: flex; }
      @media screen and (max-width: 600px) {
        .ly-section-product .introductions-container .roduct-title-box {
          display: block; } }
      .ly-section-product .introductions-container .roduct-title-box .product-title {
        font-size: 22px;
        font-weight: bold;
        margin: 0 0 5px; }
        @media screen and (max-width: 600px) {
          .ly-section-product .introductions-container .roduct-title-box .product-title {
            font-size: 16px; } }
    .ly-section-product .introductions-container .product-price strong {
      color: #f85b5b;
      font-size: 18px;
      font-weight: bold; }
    .ly-section-product .introductions-container .product-price .unit {
      font-size: 12px;
      color: #666;
      margin-left: -10px; }
    .ly-section-product .introductions-container h3 {
      font-size: 12px;
      font-weight: 500;
      margin-top: 0;
      margin-bottom: 4px;
      margin-left: 8px;
      color: #000000; }
    .ly-section-product .introductions-container .mod-select.is-model {
      max-width: 360px; }
      @media screen and (max-width: 600px) {
        .ly-section-product .introductions-container .mod-select.is-model {
          max-width: 240px; } }
    .ly-section-product .introductions-container .casetype-name {
      margin: 8px 0;
      font-size: 12px; }
    .ly-section-product .introductions-container .casetype-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: start;
      align-items: flex-start;
      max-width: 360px; }
      .ly-section-product .introductions-container .casetype-container .casetype-links {
        display: block;
        width: 110px;
        margin-right: 8px;
        margin-bottom: 8px;
        border: 1px solid #000;
        border-radius: 4px; }
        .ly-section-product .introductions-container .casetype-container .casetype-links :nth-of-type(3n) {
          margin-right: 0px; }
        .ly-section-product .introductions-container .casetype-container .casetype-links .label {
          border-top: 1px solid #000;
          width: 100%;
          margin: 0 auto;
          text-align: center;
          color: #000000;
          font-size: 12px;
          line-height: 18px;
          padding: 5px 0; }
        .ly-section-product .introductions-container .casetype-container .casetype-links img {
          width: 100px;
          height: auto; }
        .ly-section-product .introductions-container .casetype-container .casetype-links.active, .ly-section-product .introductions-container .casetype-container .casetype-links:hover {
          border: 1px solid #f85b58; }
          .ly-section-product .introductions-container .casetype-container .casetype-links.active .label, .ly-section-product .introductions-container .casetype-container .casetype-links:hover .label {
            border-top: 1px solid #f85b58;
            background-color: #f85b58;
            color: white; }
        .ly-section-product .introductions-container .casetype-container .casetype-links.active {
          pointer-events: none; }
    .ly-section-product .introductions-container .color-label {
      font-size: 12px;
      margin-bottom: 14px; }
    .ly-section-product .introductions-container .casetypecolor-container, .ly-section-product .introductions-container .casecolor-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: stretch;
      align-items: flex-start;
      max-width: 320px; }
      .ly-section-product .introductions-container .casetypecolor-container .color-links, .ly-section-product .introductions-container .casecolor-container .color-links {
        margin-right: 16px;
        margin-bottom: 16px;
        position: relative; }
        .ly-section-product .introductions-container .casetypecolor-container .color-links:nth-of-type(7n), .ly-section-product .introductions-container .casecolor-container .color-links:nth-of-type(7n) {
          margin-right: 0; }
        .ly-section-product .introductions-container .casetypecolor-container .color-links.active, .ly-section-product .introductions-container .casecolor-container .color-links.active {
          pointer-events: none;
          opacity: 0.8; }
          .ly-section-product .introductions-container .casetypecolor-container .color-links.active .color_pick, .ly-section-product .introductions-container .casecolor-container .color-links.active .color_pick {
            display: block; }
            .ly-section-product .introductions-container .casetypecolor-container .color-links.active .color_pick:after, .ly-section-product .introductions-container .casecolor-container .color-links.active .color_pick:after {
              display: block;
              content: '';
              width: 14px;
              height: 6px;
              border-left: 2px solid #fff;
              border-bottom: 2px solid #fff;
              transform: rotate(-45deg);
              position: absolute;
              bottom: 14px;
              left: 8px; }
          .ly-section-product .introductions-container .casetypecolor-container .color-links.active .ホワイト::after, .ly-section-product .introductions-container .casetypecolor-container .color-links.active .クリア::after, .ly-section-product .introductions-container .casecolor-container .color-links.active .ホワイト::after, .ly-section-product .introductions-container .casecolor-container .color-links.active .クリア::after {
            border-left: 2px solid #000;
            border-bottom: 2px solid #000; }
    @media screen and (max-width: 600px) {
      .ly-section-product .introductions-container .mod-button.is-default, .ly-section-product .introductions-container .is-default.mod-icon-button {
        width: 160px;
        margin-right: 10px; } }
    @media screen and (max-width: 600px) {
      .ly-section-product .introductions-container .mod-button.is-default:last-child, .ly-section-product .introductions-container .is-default.mod-icon-button:last-child {
        margin-bottom: 0; } }
    .ly-section-product .introductions-container .description-container {
      margin-bottom: 20px; }
      .ly-section-product .introductions-container .description-container p {
        font-weight: 500;
        color: #373737;
        line-height: 1.5;
        border: solid 1px #000;
        padding: 10px;
        padding-top: 14px; }
        @media (max-width: 600px) {
          .ly-section-product .introductions-container .description-container p {
            padding-top: 16px; } }
      .ly-section-product .introductions-container .description-container h3 {
        position: relative;
        top: 13px;
        left: -8px;
        background: #FFF;
        display: inline-block;
        padding: 0 10px; }
        @media (max-width: 600px) {
          .ly-section-product .introductions-container .description-container h3 {
            top: 22px;
            left: -24px;
            padding: 10px; } }
    .ly-section-product .introductions-container .buytogether-container {
      margin-bottom: 20px; }
      .ly-section-product .introductions-container .buytogether-container .buytogether-price-sp {
        display: none; }
      .ly-section-product .introductions-container .buytogether-container .js-buytogether-model {
        display: none; }
      @media (max-width: 600px) {
        .ly-section-product .introductions-container .buytogether-container .is-buytogether {
          display: flex;
          overflow-x: auto;
          scroll-snap-type: x mandatory;
          -webkit-overflow-scrolling: touch;
          flex-wrap: nowrap;
          -ms-overflow-style: none;
          scrollbar-width: none;
          width: 100vw;
          padding-right: 20px;
          position: relative;
          left: -18px; }
        .ly-section-product .introductions-container .buytogether-container .is-buytogether::-webkit-scrollbar {
          display: none; }
        .ly-section-product .introductions-container .buytogether-container .buytogether-link {
          flex-direction: column;
          pointer-events: none;
          align-items: center;
          text-align: center; }
          .ly-section-product .introductions-container .buytogether-container .buytogether-link * {
            width: 100%; }
        .ly-section-product .introductions-container .buytogether-container .buytogether-introduction {
          border: solid 1px #f85b58;
          border-bottom: none;
          border-radius: 10px 10px 0 0; }
          .ly-section-product .introductions-container .buytogether-container .buytogether-introduction .name {
            font-size: 10px;
            color: #000;
            font-weight: bold;
            padding: 4px 20px; }
        .ly-section-product .introductions-container .buytogether-container .buytogether-image-box {
          order: 1;
          border: solid 1px #f85b58;
          border-top: none;
          width: 153px; }
        .ly-section-product .introductions-container .buytogether-container .buytogether-price {
          display: none; }
        .ly-section-product .introductions-container .buytogether-container .buytogether-price-sp {
          display: block;
          order: 2;
          border: solid 1px #f85b58;
          border-top: none;
          border-radius: 0 0 10px 10px;
          font-size: 16px;
          padding: 4px 0; }
          .ly-section-product .introductions-container .buytogether-container .buytogether-price-sp .unit {
            display: none; }
        .ly-section-product .introductions-container .buytogether-container .buytogether-careLink {
          display: none;
          align-items: center; }
        .ly-section-product .introductions-container .buytogether-container .js-buytogether-model {
          display: block;
          border: solid 1px #f85b58;
          border-top: none;
          font-size: 8px;
          color: #000; } }
    .ly-section-product .introductions-container .is-buytogether {
      display: flex;
      flex-wrap: wrap; }
      .ly-section-product .introductions-container .is-buytogether .buytogether-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin-bottom: 15px; }
        @media screen and (max-width: 600px) {
          .ly-section-product .introductions-container .is-buytogether .buytogether-wrapper {
            position: relative;
            top: -20px; } }
        .ly-section-product .introductions-container .is-buytogether .buytogether-wrapper .buytogether-checkbox {
          margin-right: 20px; }
        .ly-section-product .introductions-container .is-buytogether .buytogether-wrapper .buytogether-content .buytogether-link {
          display: flex;
          align-items: end;
          justify-content: flex-start;
          margin-right: 50px; }
          @media screen and (max-width: 600px) {
            .ly-section-product .introductions-container .is-buytogether .buytogether-wrapper .buytogether-content .buytogether-link {
              margin-right: 0px; } }
          .ly-section-product .introductions-container .is-buytogether .buytogether-wrapper .buytogether-content .buytogether-link .buytogether-image {
            width: 60px;
            height: 60px;
            margin-right: 10px;
            margin-top: 10px; }
            @media screen and (max-width: 600px) {
              .ly-section-product .introductions-container .is-buytogether .buytogether-wrapper .buytogether-content .buytogether-link .buytogether-image {
                width: 120px;
                height: 120px; } }
          .ly-section-product .introductions-container .is-buytogether .buytogether-wrapper .buytogether-content .buytogether-link .buytogether-introduction .name {
            color: #000; }
        .ly-section-product .introductions-container .is-buytogether .buytogether-wrapper .buytogether-content .buytogether-careLink {
          margin-top: 5px;
          color: #22b0fa;
          text-decoration: underline; }
        .ly-section-product .introductions-container .is-buytogether .buytogether-wrapper .buytogether-content .buytogether-price {
          color: #f85b5b;
          font-size: 18px;
          font-weight: bold;
          margin-left: 15px; }
          .ly-section-product .introductions-container .is-buytogether .buytogether-wrapper .buytogether-content .buytogether-price .unit {
            font-size: 12px;
            color: #666;
            font-weight: 400; }
    .ly-section-product .introductions-container .product-action .postage-appeal {
      background: #E97972;
      text-align: center;
      padding: 4px;
      width: 100%;
      margin-bottom: 26px;
      font-size: 14px; }
      @media screen and (max-width: 600px) {
        .ly-section-product .introductions-container .product-action .postage-appeal {
          width: 100vw;
          position: relative;
          left: 50%;
          transform: translateX(-50%); } }
      .ly-section-product .introductions-container .product-action .postage-appeal p {
        color: #FFF; }
    .ly-section-product .introductions-container .sns-container {
      margin-top: 40px;
      margin-bottom: 20px;
      padding-top: 20px;
      border-top: solid 1px #ebebeb; }
      @media screen and (max-width: 600px) {
        .ly-section-product .introductions-container .sns-container {
          display: none; } }
  .ly-section-product .product-tags-container {
    padding-left: 60px;
    margin-top: 30px; }
    @media (max-width: 600px) {
      .ly-section-product .product-tags-container {
        display: none; } }
    .ly-section-product .product-tags-container h3 {
      font-weight: bold;
      font-size: 12px; }
    .ly-section-product .product-tags-container .mod-tag {
      margin: 0 10px 10px 0;
      border: solid 1px #d8d8d8;
      background: #f0f0f0;
      border-radius: 100vw;
      font-size: 12px; }

@media screen and (max-width: 600px) {
  .ly-section-popular {
    overflow: hidden;
    position: relative; } }

.ly-section-popular .ly-slideShow-wrapper {
  width: 100%;
  position: static;
  text-align: center;
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.ly-section-popular .mod-slideShow-popular .product-item {
  margin: 0 10px; }

@media (max-width: 600px) {
  .ly-section-popular .mod-slideShow-popular {
    width: auto;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .ly-section-popular .mod-slideShow-popular .product-item {
      width: 100%;
      margin: 0 6px; }
    .ly-section-popular .mod-slideShow-popular .product-item-image {
      width: 140px; } }

@media (max-width: 600px) {
  .ly-section-popular .mod-slideShow-popular::-webkit-scrollbar {
    display: none; } }

.ly-section-popular .slick-slider button.slick-arrow {
  top: calc(50% - 15px); }
  .ly-section-popular .slick-slider button.slick-arrow.slick-prev {
    left: -15px; }
    @media screen and (max-width: 1024px) {
      .ly-section-popular .slick-slider button.slick-arrow.slick-prev {
        left: 10px; } }
  .ly-section-popular .slick-slider button.slick-arrow.slick-next {
    right: -15px; }
    @media screen and (max-width: 1024px) {
      .ly-section-popular .slick-slider button.slick-arrow.slick-next {
        right: 10px; } }

.ly-section-popular .product-item-details {
  display: none; }

.ly-section-popular .mod-button, .ly-section-popular .mod-icon-button {
  margin: 30px 0 0;
  display: inline-block;
  border: solid 1px #000;
  border-radius: 100vh;
  padding: 14px 40px;
  font-size: 18px;
  font-weight: 400;
  background-color: #fff;
  color: #000;
  text-align: center; }
  @media (max-width: 600px) {
    .ly-section-popular .mod-button, .ly-section-popular .mod-icon-button {
      margin: 10px 0 0; } }

.ly-section-whats .wrapper-flex {
  display: flex;
  flex-wrap: nowrap;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .ly-section-whats .wrapper-flex {
      flex-wrap: wrap; } }
  .ly-section-whats .wrapper-flex img, .ly-section-whats .wrapper-flex video {
    width: 50%;
    height: 100%; }
    @media screen and (max-width: 600px) {
      .ly-section-whats .wrapper-flex img, .ly-section-whats .wrapper-flex video {
        width: 100%; } }
  .ly-section-whats .wrapper-flex .article {
    width: 50%;
    padding: 40px 40px; }
    @media screen and (max-width: 600px) {
      .ly-section-whats .wrapper-flex .article {
        width: 100%; } }
    .ly-section-whats .wrapper-flex .article .message {
      font-size: 52px;
      letter-spacing: 0.1em;
      line-height: 1.2em; }
    .ly-section-whats .wrapper-flex .article p {
      font-size: 18px;
      font-family: 'Noto Sans JP',sans-serif; }
    .ly-section-whats .wrapper-flex .article .mod-button-wrapper {
      margin-top: 20px; }

.ly-section-tagselections .header-search-input-wrapper {
  text-align: center; }
  @media screen and (max-width: 600px) {
    .ly-section-tagselections .header-search-input-wrapper {
      margin-bottom: 20px; } }

.ly-section-tagselections .header-search-form {
  margin-bottom: 40px; }
  @media screen and (max-width: 600px) {
    .ly-section-tagselections .header-search-form {
      margin-bottom: 20px;
      margin: auto; } }

.ly-section-tagselections .form-input, .ly-section-tagselections .form-select-wrapper select, .form-select-wrapper .ly-section-tagselections select {
  border-radius: 20px;
  font-size: 24px;
  padding: 6px 0;
  padding-left: 58px;
  background: #f4f4f4;
  width: 80%;
  height: auto;
  color: #000;
  transition: color .15s; }
  .ly-section-tagselections .form-input::-webkit-input-placeholder, .ly-section-tagselections .form-select-wrapper select::-webkit-input-placeholder, .form-select-wrapper .ly-section-tagselections select::-webkit-input-placeholder {
    color: gray; }
  .ly-section-tagselections .form-input::-moz-placeholder, .ly-section-tagselections .form-select-wrapper select::-moz-placeholder, .form-select-wrapper .ly-section-tagselections select::-moz-placeholder {
    color: gray; }
  .ly-section-tagselections .form-input::-ms-placeholder, .ly-section-tagselections .form-select-wrapper select::-ms-placeholder, .form-select-wrapper .ly-section-tagselections select::-ms-placeholder {
    color: gray; }
  .ly-section-tagselections .form-input::placeholder, .ly-section-tagselections .form-select-wrapper select::placeholder, .form-select-wrapper .ly-section-tagselections select::placeholder {
    color: #c4c4c4; }
  @media screen and (max-width: 600px) {
    .ly-section-tagselections .form-input, .ly-section-tagselections .form-select-wrapper select, .form-select-wrapper .ly-section-tagselections select {
      font-size: 17px;
      padding-left: 40px;
      width: 100%; } }

.ly-section-tagselections .icon-search {
  position: absolute;
  width: 45px;
  left: 11%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }
  @media screen and (max-width: 600px) {
    .ly-section-tagselections .icon-search {
      width: 40px;
      left: 1%; } }

.ly-section-tagselections .tagselections-flex-wrapper {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media screen and (max-width: 600px) {
    .ly-section-tagselections .tagselections-flex-wrapper {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      flex-wrap: nowrap;
      -ms-overflow-style: none;
      scrollbar-width: none; } }
  .ly-section-tagselections .tagselections-flex-wrapper .mod-tag {
    margin-right: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 600px) {
      .ly-section-tagselections .tagselections-flex-wrapper .mod-tag {
        margin-right: 10px;
        white-space: nowrap; } }

@media (max-width: 600px) {
  .ly-section-tagselections .tagselections-flex-wrapper::-webkit-scrollbar {
    display: none; } }

.section-sp-contentbutton {
  margin-bottom: 28px !important; }

.ly-section-sp-contentbutton {
  display: none; }
  @media screen and (max-width: 600px) {
    .ly-section-sp-contentbutton {
      display: block; } }
  .ly-section-sp-contentbutton .sp-contentbutton-flex-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 auto; }
    .ly-section-sp-contentbutton .sp-contentbutton-flex-wrapper .sp-contentbutton {
      white-space: nowrap;
      display: inline-block;
      border: solid 1px #000;
      border-radius: 100vh;
      padding: 5px 40px;
      font-size: 16px;
      font-weight: bold;
      background-color: #fff;
      margin-right: 21px;
      color: #000; }
  @media (max-width: 600px) {
    .ly-section-sp-contentbutton .sp-contentbutton-flex-wrapper::-webkit-scrollbar {
      display: none; } }

.ly-collection-container {
  display: block;
  margin-top: 20px;
  margin-bottom: 80px; }
  @media screen and (max-width: 600px) {
    .ly-collection-container .collection-items-header-content-inner,
    .ly-collection-container .collection-items-header.has-sidebar.medium {
      display: none; } }
  .ly-collection-container .collection-items-header {
    margin-bottom: 20px; }
    @media screen and (max-width: 600px) {
      .ly-collection-container .collection-items-header {
        display: block; }
        .ly-collection-container .collection-items-header:before, .ly-collection-container .collection-items-header:after {
          content: "";
          display: block;
          height: 0; }
        .ly-collection-container .collection-items-header:after {
          clear: both; } }
    @media screen and (max-width: 600px) {
      .ly-collection-container .collection-items-header .collection-title {
        max-width: calc(100% - 120px);
        float: left;
        text-align: left;
        font-size: 16px;
        font-weight: bold; } }
    .ly-collection-container .collection-items-header.has-sidebar.medium {
      margin-left: auto;
      margin-right: auto; }
    @media screen and (max-width: 600px) {
      .ly-collection-container .collection-items-header button {
        display: inline-block;
        font-size: 12px;
        font-weight: normal;
        border-radius: 4px;
        text-align: center;
        padding: 5px 0 7px;
        float: right;
        background: #fff;
        color: #000000;
        border: solid 1px #000;
        width: 120px !important;
        height: 30px; }
        .ly-collection-container .collection-items-header button:hover {
          background: transparent; } }
  @media screen and (max-width: 600px) {
    .ly-collection-container .collection-filters {
      padding: 20px; } }
  .ly-collection-container .collection-main {
    margin-bottom: 0; }
    .ly-collection-container .collection-main:before, .ly-collection-container .collection-main:after {
      content: "";
      display: block;
      height: 0; }
    .ly-collection-container .collection-main:after {
      clear: both; }
  .ly-collection-container .collection-sidebar {
    width: 240px;
    float: left;
    display: block;
    transition: none !important; }
    @media screen and (max-width: 600px) {
      .ly-collection-container .collection-sidebar {
        float: none;
        display: none; }
        .ly-collection-container .collection-sidebar.visible {
          width: 100%;
          padding: 0;
          top: 51px;
          display: block; }
        .ly-collection-container .collection-sidebar .collection-sidebar-filter {
          padding-bottom: 10px; }
          .ly-collection-container .collection-sidebar .collection-sidebar-filter.sort {
            display: block; }
          .ly-collection-container .collection-sidebar .collection-sidebar-filter > .form-field.form-field-filters > button, .ly-collection-container .collection-sidebar .collection-sidebar-filter > .form-field-filters.selector-wrapper > button {
            display: none; }
          .ly-collection-container .collection-sidebar .collection-sidebar-filter .form-filter-wrapper {
            display: block; }
            .ly-collection-container .collection-sidebar .collection-sidebar-filter .form-filter-wrapper.color:before, .ly-collection-container .collection-sidebar .collection-sidebar-filter .form-filter-wrapper.color:after {
              content: "";
              display: block;
              height: 0; }
            .ly-collection-container .collection-sidebar .collection-sidebar-filter .form-filter-wrapper.color:after {
              clear: both; }
        .ly-collection-container .collection-sidebar .one_model.mod-button.is-default, .ly-collection-container .collection-sidebar .one_model.is-default.mod-icon-button {
          border-radius: 4px;
          padding-top: 6px;
          padding-bottom: 6px;
          width: 240px;
          height: auto; }
        .ly-collection-container .collection-sidebar .form-filter-wrapper.one-model {
          display: block; }
        .ly-collection-container .collection-sidebar .form-filter-wrapper.sort {
          display: block; }
          .ly-collection-container .collection-sidebar .form-filter-wrapper.sort .mod-select {
            width: 240px;
            border: solid 1px #000; }
        .ly-collection-container .collection-sidebar .form-filter-wrapper::after {
          content: none; }
        .ly-collection-container .collection-sidebar .form-field-title svg, .ly-collection-container .collection-sidebar .selector-wrapper label svg, .selector-wrapper .ly-collection-container .collection-sidebar label svg {
          display: none; }
        .ly-collection-container .collection-sidebar .collection-filters-toggle-button {
          width: 24px;
          height: 24px;
          color: #666;
          border: solid 1px #666;
          border-radius: 12px;
          top: 10px;
          right: 20px; } }
    @media screen and (max-width: 600px) {
      .ly-collection-container .collection-sidebar .collection-filters-title.small {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 20px;
        border: none; } }
    .ly-collection-container .collection-sidebar .collection-sidebar-filter {
      padding-bottom: 20px;
      margin-bottom: 10px;
      border-bottom: solid 1px #ebebeb; }
      .ly-collection-container .collection-sidebar .collection-sidebar-filter:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      .ly-collection-container .collection-sidebar .collection-sidebar-filter.sort {
        display: none; }
    .ly-collection-container .collection-sidebar .collection-sidebar-filter .form-field-title, .ly-collection-container .collection-sidebar .collection-sidebar-filter .selector-wrapper label, .selector-wrapper .ly-collection-container .collection-sidebar .collection-sidebar-filter label,
    .ly-collection-container .collection-sidebar .collection-sidebar-filter .selector-wrapper label,
    .ly-collection-container .collection-sidebar .selector-wrapper .collection-sidebar-filter label {
      font-size: 12px;
      display: block;
      margin-bottom: 12px; }
    .ly-collection-container .collection-sidebar .form-filter-wrapper.form-select-wrapper.model .mod-button, .ly-collection-container .collection-sidebar .form-filter-wrapper.form-select-wrapper.model .mod-icon-button {
      margin: 0;
      padding-top: 3px;
      padding-bottom: 3px;
      font-size: 12px;
      font-weight: normal;
      width: 100%; }
    .ly-collection-container .collection-sidebar .form-filter-wrapper.form-select-wrapper.model .mod-select {
      height: 30px;
      max-width: 240px; }
      .ly-collection-container .collection-sidebar .form-filter-wrapper.form-select-wrapper.model .mod-select select {
        padding-top: 6px;
        padding-bottom: 6px;
        font-weight: normal; }
      .ly-collection-container .collection-sidebar .form-filter-wrapper.form-select-wrapper.model .mod-select .arrow-icon {
        top: 11px;
        right: 14px;
        width: 8px;
        height: 5px; }
    .ly-collection-container .collection-sidebar .form-filter-wrapper.color:before, .ly-collection-container .collection-sidebar .form-filter-wrapper.color:after {
      content: "";
      display: block;
      height: 0; }
    .ly-collection-container .collection-sidebar .form-filter-wrapper.color:after {
      clear: both; }
    .ly-collection-container .collection-sidebar .collection-filter-wrapper a.collection-filter {
      display: inline-block;
      font-size: 14px;
      padding: 5px 18px 3px;
      box-sizing: border-box;
      border: solid 2px transparent;
      border-radius: 4px;
      color: #000000; }
      .ly-collection-container .collection-sidebar .collection-filter-wrapper a.collection-filter.active {
        border-color: #000;
        color: #000000;
        background: transparent; }
  .ly-collection-container .collection-wrapper {
    overflow: hidden;
    padding-left: 40px;
    display: block;
    width: auto; }
    @media screen and (max-width: 600px) {
      .ly-collection-container .collection-wrapper {
        padding: 0; } }
    .ly-collection-container .collection-wrapper .collection-current-tags {
      display: none; }
    .ly-collection-container .collection-wrapper .product-slideShow-title, .ly-collection-container .collection-wrapper .product-slideShow-price, .ly-collection-container .collection-wrapper .product-slideShow-lp {
      display: none; }
  .ly-collection-container .product-item.grid-item-25 {
    width: calc(25% - 15px);
    margin-left: 10px;
    margin-right: 10px; }
    @media screen and (max-width: 1024px) {
      .ly-collection-container .product-item.grid-item-25 {
        width: calc(50% - 10px);
        margin-left: 0px;
        margin-right: 0px; } }
    .ly-collection-container .product-item.grid-item-25:nth-child(4n + 1) {
      margin-left: 0px;
      margin-right: 10px; }
    .ly-collection-container .product-item.grid-item-25:nth-child(4n) {
      margin-left: 10px;
      margin-right: 0px; }
    @media screen and (max-width: 1024px) {
      .ly-collection-container .product-item.grid-item-25:nth-child(2n + 1) {
        margin-left: 0px;
        margin-right: 10px; }
      .ly-collection-container .product-item.grid-item-25:nth-child(2n) {
        margin-left: 10px;
        margin-right: 0px; } }
  .ly-collection-container .product-item .product-item-details .product-item-title {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    font-size: 14px;
/*     white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;  */
  }
  .ly-collection-container .product-item .product-item-details .model {
    text-align: center;
    color: #666;
    margin-bottom: 5px;
    font-size: 12px; }
  .ly-collection-container .product-item .product-item-details .casetype {
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px; }
  .ly-collection-container .pagination .pagination-previous, .ly-collection-container .pagination .pagination-next {
    background: #000;
    color: #fff;
    padding: 8px 30px;
    text-align: center;
    min-width: 170px; }
  .ly-collection-container .pagination .pagination-parts {
    background: #DDDDDD;
    text-align: left;
    padding: 8px;
    width: 100%; }
    .ly-collection-container .pagination .pagination-parts a > span:hover, .ly-collection-container .pagination .pagination-parts span.active {
      color: #f85b58;
      text-decoration: underline; }
  .ly-collection-container .iphone-checkbox, .ly-collection-container .android-checkbox {
    margin-left: 10px; }
  .ly-collection-container .checkbox-selector {
    display: flex;
    position: relative; }
    .ly-collection-container .checkbox-selector input {
      display: none; }
  .ly-collection-container .checkbox-selector::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    border-radius: 4px;
    margin: 0 9px 9px; }
  .ly-collection-container .add_check_manufacturer::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    border-radius: 4px;
    margin: 0 9px 9px;
    background-color: #000; }
  .ly-collection-container .add_check_manufacturer::after {
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 4px;
    transform: rotate(45deg);
    height: 9px;
    width: 4px;
    margin-left: 5px;
    margin-bottom: 3px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: ""; }
  .ly-collection-container .add_check::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    border-radius: 4px;
    margin: 0 9px 9px;
    background-color: #000; }
  .ly-collection-container .add_check::after {
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 4px;
    transform: rotate(45deg);
    height: 9px;
    width: 4px;
    margin-left: 5px;
    margin-bottom: 3px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: ""; }
  .ly-collection-container .checkbox-open-btn {
    display: flex;
    margin-left: 10px; }
  .ly-collection-container .checkbox-circle {
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    margin: 0 9px 9px;
    padding-left: 1.5px; }

.ly-insta-feed .blog-item img {
  width: 100%;
  height: 253px; }
  @media (max-width: 1060px) {
    .ly-insta-feed .blog-item img {
      height: 200px; } }
  @media (max-width: 500px) {
    .ly-insta-feed .blog-item img {
      height: 253px; } }

@media screen and (max-width: 600px) {
  .ly-insta-feed {
    padding: 0 20px; }
    .ly-insta-feed a {
      width: 50% !important; }
    .ly-insta-feed .instafeed-container {
      width: 50% !important;
      padding-top: 50% !important; }
    .ly-insta-feed img,
    .ly-insta-feed .instafeed-overlay {
      right: revert;
      width: 90% !important;
      height: 90% !important; } }

.ly-section-cart .cart-empty {
  padding: 50px 0 50px;
  line-height: 2em; }
  @media screen and (max-width: 600px) {
    .ly-section-cart .cart-empty {
      padding: 100px 0 100px; } }

.ly-product-appeal {
  text-align: center; }
  .ly-product-appeal img {
    width: 70%; }
    @media screen and (max-width: 600px) {
      .ly-product-appeal img {
        width: 100%; } }
  .ly-product-appeal h3, .ly-product-appeal p {
    text-align: center; }
  .ly-product-appeal h3 {
    font-size: 36px;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 17px; }
    @media screen and (max-width: 600px) {
      .ly-product-appeal h3 {
        font-size: 24px;
        margin-bottom: 0px;
        padding: 0px 5px; } }
  .ly-product-appeal p {
    font-size: 24px;
    line-height: 1.3;
    padding: 5px 5px 60px; }
    @media screen and (max-width: 600px) {
      .ly-product-appeal p {
        font-size: 15px;
        padding: 10px 10px 40px; } }
  .ly-product-appeal a {
    color: #22b0fa;
    text-decoration: underline;
    font-size: 20px; }
    @media screen and (max-width: 600px) {
      .ly-product-appeal a {
        font-size: 12px; } }
  .ly-product-appeal .ly-product-appeal-h3 {
    color: #fff;
    background-color: #1d2d61;
    width: 72%;
    margin: auto;
    margin-bottom: 20px; }
    @media screen and (max-width: 600px) {
      .ly-product-appeal .ly-product-appeal-h3 {
        width: 80%;
        padding: 10px; } }

.ly-choose-from-devices .choose-flex-wrapper {
  display: flex;
  justify-content: center; }
  .ly-choose-from-devices .choose-flex-wrapper .choose-iphone, .ly-choose-from-devices .choose-flex-wrapper .choose-android {
    display: flex;
    padding: 0 23px; }
    @media (max-width: 1060px) {
      .ly-choose-from-devices .choose-flex-wrapper .choose-iphone, .ly-choose-from-devices .choose-flex-wrapper .choose-android {
        padding: 0 6px; } }
    @media (max-width: 600px) {
      .ly-choose-from-devices .choose-flex-wrapper .choose-iphone, .ly-choose-from-devices .choose-flex-wrapper .choose-android {
        padding: 0; } }
  .ly-choose-from-devices .choose-flex-wrapper .choose-title, .ly-choose-from-devices .choose-flex-wrapper .choose-list-box {
    display: flex;
    flex-direction: column; }
  .ly-choose-from-devices .choose-flex-wrapper .choose-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 22px; }
    .ly-choose-from-devices .choose-flex-wrapper .choose-title img {
      width: 250px;
      margin-top: 20px; }
    @media (max-width: 1060px) {
      .ly-choose-from-devices .choose-flex-wrapper .choose-title {
        margin-right: 10px; } }
    @media (max-width: 600px) {
      .ly-choose-from-devices .choose-flex-wrapper .choose-title {
        flex-direction: column-reverse;
        margin-right: 0;
        margin: 4px; } }
  .ly-choose-from-devices .choose-flex-wrapper .choose-list-box {
    justify-content: space-between; }
    @media (max-width: 600px) {
      .ly-choose-from-devices .choose-flex-wrapper .choose-list-box {
        display: none; } }
  .ly-choose-from-devices .choose-flex-wrapper .choose-text, .ly-choose-from-devices .choose-flex-wrapper .choose-list {
    width: 225px;
    word-wrap: break-word;
    display: inline-block;
    border: solid 1px #000;
    border-radius: 100vh;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    color: #000;
    text-align: center; }
    @media (max-width: 1060px) {
      .ly-choose-from-devices .choose-flex-wrapper .choose-text, .ly-choose-from-devices .choose-flex-wrapper .choose-list {
        width: 180px;
        padding: 5px 20px;
        font-size: 14px; } }

.ly-template-index .index-wrapper .section-index-slideshow {
  max-width: 1360px; }

.ly-template-index .ly-section-index-slideshow-pc {
  display: block;
  margin-bottom: 72px; }
  @media screen and (max-width: 600px) {
    .ly-template-index .ly-section-index-slideshow-pc {
      display: none; } }

.ly-template-index .ly-section-index-slideshow-sp {
  display: none; }
  @media screen and (max-width: 600px) {
    .ly-template-index .ly-section-index-slideshow-sp {
      display: block;
      margin-bottom: 28px; } }

.ly-product {
  margin-bottom: 80px; }
  @media (max-width: 600px) {
    .ly-product #shopify-section-product {
      margin-bottom: 0; } }
  .ly-product .similar-design-container .mod-heading-lv2 .title {
    font-size: initial; }
  .ly-product .similar-design-container .title p {
    border-bottom: solid 1px #9c9c9c;
    font-size: 14px;
    width: 80%;
    margin: auto;
    padding-bottom: 6px; }
    @media (max-width: 600px) {
      .ly-product .similar-design-container .title p {
        width: 100%;
        font-size: 10px; } }
  .ly-product .similar-design-container .similar-design-action {
    text-align: center; }
    .ly-product .similar-design-container .similar-design-action .mod-button, .ly-product .similar-design-container .similar-design-action .mod-icon-button {
      margin: 0 auto; }
  .ly-product .similar-design-container .slideshow-wrapper {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 80px !important; }
    @media (max-width: 600px) {
      .ly-product .similar-design-container .slideshow-wrapper {
        justify-content: start;
        margin-bottom: 40px !important;
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        margin: 0 auto;
        -ms-overflow-style: none;
        scrollbar-width: none; } }
    .ly-product .similar-design-container .slideshow-wrapper > div {
      width: 200px;
      display: inline-block;
      margin-right: 4px; }
      .ly-product .similar-design-container .slideshow-wrapper > div:last-child {
        margin-right: 0; }
  @media (max-width: 600px) {
    .ly-product .similar-design-container .slideshow-wrapper::-webkit-scrollbar {
      display: none; } }
  .ly-product #product-thumbnails .slick-slide img {
    position: relative;
    margin-bottom: 2px; }
  .ly-product #product-thumbnails .slick-slide::after {
    content: "";
    display: block;
    width: 80%;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    margin: auto; }
  .ly-product #product-thumbnails .slick-slide.click-underline-open::after {
    opacity: 1; }
  .ly-product #product-thumbnails .slick-slide:hover::after {
    opacity: 1; }
  .ly-product .js-ly-product-add {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9998;
    height: 100vh;
    width: 100vw;
    background: rgba(191, 191, 191, 0.5); }
    .ly-product .js-ly-product-add .product-add-case {
      width: 90%; }
    .ly-product .js-ly-product-add .mod-checkbox-sp {
      pointer-events: none;
      white-space: normal; }
    .ly-product .js-ly-product-add .introductions-container {
      width: 350px;
      margin: auto;
      position: absolute;
      top: 50vh;
      left: 50vw;
      z-index: 9999;
      background: white;
      transform: translate(-50%, -50%);
      padding: 20px;
      max-height: 80%;
      overflow-y: auto; }
      .ly-product .js-ly-product-add .introductions-container h1 {
        font-size: 18px;
        font-weight: bold;
        text-align: center; }
    .ly-product .js-ly-product-add .introductions-header {
      text-align: start; }
    .ly-product .js-ly-product-add .product-add-case {
      display: flex; }
    @media (max-width: 600px) {
      .ly-product .js-ly-product-add .is-buytogether {
        display: none; } }
    .ly-product .js-ly-product-add .is-buytogether .buytogether-checkbox {
      display: none; }
    .ly-product .js-ly-product-add .product-add-buytogether-sp {
      display: none !important; }
      @media (max-width: 600px) {
        .ly-product .js-ly-product-add .product-add-buytogether-sp {
          display: flex !important; } }
    .ly-product .js-ly-product-add .image-container {
      width: 60px !important;
      margin-right: 10px !important; }
      .ly-product .js-ly-product-add .image-container span {
        width: 60px !important;
        height: 60px; }
    .ly-product .js-ly-product-add .introductions-header {
      width: 75%; }
      .ly-product .js-ly-product-add .introductions-header .title, .ly-product .js-ly-product-add .introductions-header .model {
        font-size: 10px; }
      .ly-product .js-ly-product-add .introductions-header .title {
        font-weight: bold; }
      .ly-product .js-ly-product-add .introductions-header .model {
        margin-bottom: 0px;
        text-align: center; }
      .ly-product .js-ly-product-add .introductions-header .product-price {
        text-align: center; }
    .ly-product .js-ly-product-add .buytogether-price-sp {
      display: none; }
    .ly-product .js-ly-product-add .js-buytogether-model {
      display: none; }
    .ly-product .js-ly-product-add .buytogether-name {
      font-size: 10px !important;
      font-weight: bold; }
    .ly-product .js-ly-product-add .buytogether-careLink {
      display: none; }
    .ly-product .js-ly-product-add .buytogether-link {
      pointer-events: none;
      margin-right: 0px !important; }
    .ly-product .js-ly-product-add .product-add-button-box {
      display: flex;
      justify-content: space-around; }
      .ly-product .js-ly-product-add .product-add-button-box .product-add-button {
        background: #c4c4c4;
        width: 45%;
        text-align: center;
        padding: 6px;
        border-radius: 8px; }
        .ly-product .js-ly-product-add .product-add-button-box .product-add-button a {
          color: #FFF;
          font-size: 14px;
          font-weight: bold; }
      .ly-product .js-ly-product-add .product-add-button-box .red {
        background: #E97972; }
    .ly-product .js-ly-product-add .buytogether-wrapper {
      width: 100%; }
      @media screen and (max-width: 600px) {
        .ly-product .js-ly-product-add .buytogether-wrapper {
          display: flex !important; } }
      .ly-product .js-ly-product-add .buytogether-wrapper .buytogether-content {
        width: 100%; }
      .ly-product .js-ly-product-add .buytogether-wrapper .buytogether-introduction {
        width: 90%; }
        .ly-product .js-ly-product-add .buytogether-wrapper .buytogether-introduction .buytogether-price {
          text-align: center;
          padding-right: 40px; }
    @media (max-width: 600px) {
      .ly-product .js-ly-product-add .buytogether-image {
        width: 60px !important;
        height: 60px !important; } }
    .ly-product .js-ly-product-add .product-thumbnails {
      display: none; }
  .ly-product .ly-product-feature {
    margin-bottom: 80px; }
    @media (max-width: 600px) {
      .ly-product .ly-product-feature {
        margin-bottom: 20px; } }
    .ly-product .ly-product-feature .product-feature {
      max-width: 1140px;
      margin: auto; }
      .ly-product .ly-product-feature .product-feature .feature-title {
        font-size: 30px;
        text-align: center;
        font-weight: bold; }
        @media (max-width: 600px) {
          .ly-product .ly-product-feature .product-feature {
            padding: 0 20px;
          }
          .ly-product .ly-product-feature .product-feature .feature-title {
            font-size: 18px;
            text-align: left;
            padding-left: 30px; } }
      .ly-product .ly-product-feature .product-feature .feature-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .ly-product .ly-product-feature .product-feature .feature-container .feature-box {
          width: 45%;
          text-align: center; }
          .ly-product .ly-product-feature .product-feature .feature-container .feature-box img {
            width: 500px;
            vertical-align: top; }
            @media (max-width: 600px) {
              .ly-product .ly-product-feature .product-feature .feature-container .feature-box img {
                width: 130px; } }
          @media (max-width: 600px) {
            .ly-product .ly-product-feature .product-feature .feature-container .feature-box .pc-img {
              display: none; } }
          .ly-product .ly-product-feature .product-feature .feature-container .feature-box .sp-img {
            display: none; }
            @media (max-width: 600px) {
              .ly-product .ly-product-feature .product-feature .feature-container .feature-box .sp-img {
                display: inline-block; } }
          .ly-product .ly-product-feature .product-feature .feature-container .feature-box p {
            font-size: 15px;
            margin: 16px 0;
            font-weight: bold; }
  .ly-product .sp-sns-container {
    display: none; }
    @media screen and (max-width: 600px) {
      .ly-product .sp-sns-container {
        display: block;
        padding-top: 10px;
        margin-bottom: 10px;
        border-bottom: solid 1px #ebebeb;
        margin-left: 30px;
        width: 80%; } }
  .ly-product .aside-container {
    display: block; }
    @media screen and (max-width: 600px) {
      .ly-product .aside-container {
        display: none; } }
    .ly-product .aside-container .mod-icon-button {
/*       padding: 1em 10px;
      margin-right: 20px; */
      padding: 1em 4px;
      margin-right: 0;
      margin-bottom: 5px;}
      @media screen and (max-width: 600px) {
        .ly-product .aside-container .mod-icon-button {
          width: 150px;
          display: inline-block;
          font-weight: 400;
          padding-left: 0;
          padding-right: 0;
/*           margin: 0; */
          margin: 0 0 20px ;} }
      .ly-product .aside-container .mod-icon-button:last-child {
        margin-right: 0; }
      .ly-product .aside-container .mod-icon-button .icon {
        display: inline-block;
        margin-right: 6px;
        vertical-align: -3px; }
  .ly-product .aside-container-sp {
    display: none; }
    @media screen and (max-width: 600px) {
      .ly-product .aside-container-sp {
        display: flex;
/*         flex-wrap: nowrap; */
        justify-content: space-evenly;
        flex-wrap: wrap; } }
  .ly-product .sp-product-tags-container {
    display: none; }
    @media (max-width: 600px) {
      .ly-product .sp-product-tags-container {
        display: block;
        margin-bottom: 40px;
        padding-left: 30px; } }
    .ly-product .sp-product-tags-container h3 {
      font-weight: bold;
      font-size: 12px; }
      @media (max-width: 600px) {
        .ly-product .sp-product-tags-container h3 {
          font-size: 10px;
          margin: 14px 0; } }
    .ly-product .sp-product-tags-container .mod-tag {
      margin: 0 4px 10px 0;
      border: solid 1px #d8d8d8;
      background: #f0f0f0;
      border-radius: 100vw;
      font-size: 12px; }
  @media screen and (max-width: 1024px) {
    .ly-product {
      display: block; } }
  @media screen and (max-width: 600px) {
    .ly-product {
      display: block; }
      .ly-product .similar-design-container .slideshow-wrapper > div {
        width: 120px; } }
    @media screen and (max-width: 600px) and (max-width: 600px) {
      .ly-product .similar-design-container .slideshow-wrapper > div {
        width: 30%;
        flex-shrink: 0; } }

.ly-page-about .top {
  margin-top: 40px;
  margin-bottom: 80px;
  text-align: center; }
  .ly-page-about .top .sp {
    display: none; }
  @media screen and (max-width: 600px) {
    .ly-page-about .top {
      margin-top: 0px; }
      .ly-page-about .top .pc {
        display: none; }
      .ly-page-about .top .sp {
        display: block; } }
  .ly-page-about .top img {
    width: 90%; }
    @media screen and (max-width: 600px) {
      .ly-page-about .top img {
        width: 100%; } }

.ly-page-about .logo {
  margin: 80px auto;
  max-width: 550px;
  width: 80%;
  display: block; }

.ly-page-about .wrapper-flex {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 80px; }
  @media screen and (max-width: 600px) {
    .ly-page-about .wrapper-flex {
      flex-wrap: wrap;
      margin-bottom: 40px; } }
  @media screen and (max-width: 600px) {
    .ly-page-about .wrapper-flex.wrapper-flex-reverse {
      flex-wrap: wrap-reverse; } }
  .ly-page-about .wrapper-flex img {
    width: 50%; }
    @media screen and (max-width: 600px) {
      .ly-page-about .wrapper-flex img {
        width: 100%; } }
  .ly-page-about .wrapper-flex .article-wrapper {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 600px) {
      .ly-page-about .wrapper-flex .article-wrapper {
        width: 100%; } }
    .ly-page-about .wrapper-flex .article-wrapper .article {
      padding: 0; }
    .ly-page-about .wrapper-flex .article-wrapper .mod-button, .ly-page-about .wrapper-flex .article-wrapper .mod-icon-button {
      font-size: 18px;
      padding: 1em 3em; }
    .ly-page-about .wrapper-flex .article-wrapper h4 {
      text-align: center;
      font-size: 28px; }
    .ly-page-about .wrapper-flex .article-wrapper p {
      font-size: 18px; }
    .ly-page-about .wrapper-flex .article-wrapper .mod-button-wrapper {
      margin-top: 20px; }

.ly-list-collection-custom .top {
  margin-bottom: 40px; }
  .ly-list-collection-custom .top img {
    display: block;
    max-width: 95%;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .ly-list-collection-custom .top img {
        max-width: 90%;
        margin-top: 40px; } }
  .ly-list-collection-custom .top .img-collaboration-pc {
    display: block; }
    @media screen and (max-width: 600px) {
      .ly-list-collection-custom .top .img-collaboration-pc {
        display: none; } }
  .ly-list-collection-custom .top .img-collaboration-sp {
    display: none; }
    @media screen and (max-width: 600px) {
      .ly-list-collection-custom .top .img-collaboration-sp {
        display: block; } }

.ly-list-collection-custom .mod-heading-lv2-collaboration {
  display: flex;
  width: 90%;
  margin: auto; }
  @media screen and (max-width: 600px) {
    .ly-list-collection-custom .mod-heading-lv2-collaboration {
      display: block; } }
  .ly-list-collection-custom .mod-heading-lv2-collaboration .title {
    font-size: 24px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 600px) {
      .ly-list-collection-custom .mod-heading-lv2-collaboration .title {
        font-size: 30px;
        justify-content: center;
        margin-bottom: 12px; } }
    .ly-list-collection-custom .mod-heading-lv2-collaboration .title semib {
      margin-left: 15px; }
  .ly-list-collection-custom .mod-heading-lv2-collaboration .description {
    display: none; }
  .ly-list-collection-custom .mod-heading-lv2-collaboration .text {
    max-width: none;
    margin: 0 0 0 30px; }
    @media screen and (max-width: 600px) {
      .ly-list-collection-custom .mod-heading-lv2-collaboration .text {
        width: 90%;
        margin: auto; } }

.ly-list-collection-custom .collaborations-selection-box {
  display: flex;
  justify-content: center;
  margin-top: 40px; }
  .ly-list-collection-custom .collaborations-selection-box a {
    width: 30%;
    color: #c4c4c4;
    border: solid 1px #c4c4c4;
    opacity: 0.9;
    border-radius: 100vw;
    font-size: 24px;
    font-weight: 700;
    padding: 6px 0;
    margin: 0 8px 60px;
    text-align: center;
    word-break: break-all; }
    @media screen and (max-width: 1024px) {
      .ly-list-collection-custom .collaborations-selection-box a {
        font-size: 16px; } }
    @media screen and (max-width: 600px) {
      .ly-list-collection-custom .collaborations-selection-box a {
        width: auto;
        font-size: 14px;
        padding: 2px 8px;
        margin: 0 2px 0; } }
    .ly-list-collection-custom .collaborations-selection-box a.selection-active {
      border: solid 1px #f85b58;
      color: #000;
      opacity: 1; }

.ly-list-collection-custom ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    .ly-list-collection-custom ul {
      padding: 0 20px;
      flex-flow: column;
      align-items: center; } }
  .ly-list-collection-custom ul .mod-heading-lv2 {
    width: 100%;
    margin-bottom: 50px; }
    @media screen and (max-width: 600px) {
      .ly-list-collection-custom ul .mod-heading-lv2 {
        background-color: #F4F4F4;
        width: 100vw;
        padding: 14px 0;
        margin-bottom: 20px; }
        .ly-list-collection-custom ul .mod-heading-lv2 .title {
          font-size: 26px; }
        .ly-list-collection-custom ul .mod-heading-lv2 semib {
          font-weight: 400; } }
  .ly-list-collection-custom ul li {
    display: block;
    max-width: 530px;
    width: 46%;
    list-style-type: none;
    margin-bottom: 80px; }
    @media screen and (max-width: 600px) {
      .ly-list-collection-custom ul li {
        margin-bottom: 40px;
        width: 70%; } }
    .ly-list-collection-custom ul li .image {
      max-width: 524px;
      max-height: 350px;
      width: 100%;
      height: 100%; }
      .ly-list-collection-custom ul li .image img {
        max-width: 100%;
        margin: 0 auto; }
      .ly-list-collection-custom ul li .image a {
        color: inherit; }
        .ly-list-collection-custom ul li .image a:hover {
          opacity: 0.7;
          transition: 300ms; }
      .ly-list-collection-custom ul li .image .empty {
        position: relative;
        width: 100%;
        border: 1px solid;
        background-color: #d1ed3c; }
        .ly-list-collection-custom ul li .image .empty:before {
          content: "";
          display: block;
          padding-top: 67%; }
        .ly-list-collection-custom ul li .image .empty .empty-text {
          position: absolute;
          display: block;
          text-align: center;
          top: 50%;
          right: 0;
          left: 0;
          font-size: 2vw;
          margin: 0 auto;
          color: white; }
    .ly-list-collection-custom ul li .information {
      text-align: center;
      margin-top: 20px; }
      @media screen and (max-width: 600px) {
        .ly-list-collection-custom ul li .information {
          margin-top: 8px; } }
      .ly-list-collection-custom ul li .information .title {
        font-size: 28px;
        margin-bottom: 20px; }
        @media screen and (max-width: 600px) {
          .ly-list-collection-custom ul li .information .title {
            font-size: 26px;
            margin-bottom: 10px; } }
      .ly-list-collection-custom ul li .information .mod-button-secondary {
        position: relative; }
        @media screen and (max-width: 600px) {
          .ly-list-collection-custom ul li .information .mod-button-secondary {
            font-size: 14px;
            font-weight: 400;
            width: 190px;
            border: solid 1px #000000;
            padding: 0.9em 1em; } }
      .ly-list-collection-custom ul li .information .mod-button-secondary::before,
      .ly-list-collection-custom ul li .information .mod-button-secondary::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle; }
      .ly-list-collection-custom ul li .information .mod-button-secondary::before {
        right: -93%;
        top: 10px;
        width: 60px;
        height: 1px;
        background: #f85b58; }
        @media screen and (max-width: 600px) {
          .ly-list-collection-custom ul li .information .mod-button-secondary::before {
            right: -96%;
            top: 9px;
            width: 46px; } }
      .ly-list-collection-custom ul li .information .mod-button-secondary::after {
        right: -116%;
        width: 12px;
        height: 0px;
        border-top: 1px solid #f85b58;
        border-right: 1px solid #f85b58;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

.ly-itemlist-collection-custom .top {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 80px; }
  @media screen and (max-width: 600px) {
    .ly-itemlist-collection-custom .top {
      margin-bottom: 0px; } }
  .ly-itemlist-collection-custom .top .top-image, .ly-itemlist-collection-custom .top .top-grounding {
    width: 50%;
    margin: 0; }
  .ly-itemlist-collection-custom .top .top-grounding {
    position: relative; }
    .ly-itemlist-collection-custom .top .top-grounding.top-grounding-players {
      background-color: #3b7aed; }
    .ly-itemlist-collection-custom .top .top-grounding.top-grounding-collaboration {
      background-color: #3bedaf; }
  .ly-itemlist-collection-custom .top .top-title {
    color: #000000;
    font-style: 400;
    font-size: 4.5vw;
    margin: 0;
    letter-spacing: 0.2em;
    line-height: 1.2em;
    position: absolute;
    top: 35%;
    left: 15%; }
    @media screen and (max-width: 600px) {
      .ly-itemlist-collection-custom .top .top-title {
        font-size: 16px; } }

.ly-itemlist-collection-custom .ly-section {
  margin-bottom: 80px; }
  @media screen and (max-width: 600px) {
    .ly-itemlist-collection-custom .ly-section {
      padding: 20px; } }
  .ly-itemlist-collection-custom .ly-section .collection-title {
    font-size: 32px;
    margin-bottom: 20px; }
    @media screen and (max-width: 600px) {
      .ly-itemlist-collection-custom .ly-section .collection-title {
        font-size: 16px; } }
  .ly-itemlist-collection-custom .ly-section .collection-description p {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.8em; }
    @media screen and (max-width: 600px) {
      .ly-itemlist-collection-custom .ly-section .collection-description p {
        font-size: 12px; } }

.ly-account .account-login-wrapper .info {
  border: 5px solid #000;
  padding: 5px 20px;
  margin: 10px -200px 20px; }
  @media (max-width: 1024px) {
    .ly-account .account-login-wrapper .info {
      margin: 5px auto 10px; } }

.ly-account .account-login-wrapper .logout-text {
  text-align: center;
  color: #f85b58; }

.ly-caseplaycare h3 {
  font-size: 32px;
  line-height: 1.2em;
  color: #000000;
  display: block;
  margin: 60px 0 20px;
  letter-spacing: 0.4em;
  font-weight: bold; }
  @media screen and (max-width: 600px) {
    .ly-caseplaycare h3 {
      font-size: 26px; } }

.ly-caseplaycare p {
  text-align: left;
  font-size: 20px;
  margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .ly-caseplaycare p {
      font-size: 16px; } }

.ly-caseplaycare img {
  width: 100%; }

.ly-caseplaycare .ly-section {
  padding: 0px 60px; }
  @media screen and (max-width: 600px) {
    .ly-caseplaycare .ly-section {
      padding: 0px 20px; } }

.ly-caseplaycare .mod-heading-lv1 {
  margin-top: 70px; }
  @media screen and (max-width: 600px) {
    .ly-caseplaycare .mod-heading-lv1 {
      margin-top: 50px; } }
  .ly-caseplaycare .mod-heading-lv1 h1 {
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000000;
    display: block;
    margin-bottom: 20px; }
    @media screen and (max-width: 600px) {
      .ly-caseplaycare .mod-heading-lv1 h1 {
        font-size: 22px;
        margin-bottom: 8px; } }
  .ly-caseplaycare .mod-heading-lv1 b {
    font-size: 36px;
    font-weight: bold; }
    @media screen and (max-width: 600px) {
      .ly-caseplaycare .mod-heading-lv1 b {
        font-size: 28px;
        padding-bottom: 70px; } }

.ly-caseplaycare .top {
  text-align: center; }
  .ly-caseplaycare .top img {
    width: 70%; }
    @media screen and (max-width: 600px) {
      .ly-caseplaycare .top img {
        width: 100%; } }
  .ly-caseplaycare .top h3 {
    font-size: 32px;
    font-weight: bold;
    padding: 6px;
    margin: 0 auto;
    color: #fff;
    letter-spacing: 0.1em;
    background-color: #1d2d61;
    width: 72%; }
    @media screen and (max-width: 600px) {
      .ly-caseplaycare .top h3 {
        font-size: 24px;
        width: 100%; } }
  .ly-caseplaycare .top p {
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    margin: 30px 0 50px; }
    @media screen and (max-width: 600px) {
      .ly-caseplaycare .top p {
        font-size: 16px;
        margin: 20px 0 30px; } }
  .ly-caseplaycare .top .notion {
    text-align: left;
    font-size: 6px;
    padding: 0; }

.ly-caseplaycare table {
  max-width: 65%;
  margin: 0 auto; }
  @media screen and (max-width: 600px) {
    .ly-caseplaycare table {
      max-width: 100%; } }

.ly-caseplaycare td {
  border: solid 1px black;
  font-size: 15px; }
  @media screen and (max-width: 600px) {
    .ly-caseplaycare td {
      font-size: 12px; } }

.ly-caseplaycare .td-right {
  text-align: right;
  width: 130px; }
  @media screen and (max-width: 600px) {
    .ly-caseplaycare .td-right {
      text-align: center; } }

@media screen and (max-width: 600px) {
  .ly-caseplaycare .td-left {
    padding-left: 0;
    text-align: center; } }

@media screen and (max-width: 600px) {
  .ly-caseplaycare .td-left2 {
    padding-left: 0;
    text-align: center; } }

.ly-caseplaycare .noborder-top {
  border-top: 0px none; }

.ly-caseplaycare .noborder-bottom {
  border-bottom: 0px none; }

.ly-caseplaycare .noborder-right {
  border-right: 0px none;
  width: 80px; }

.ly-caseplaycare .circle {
  text-align: center; }
  .ly-caseplaycare .circle .circle-box {
    position: relative;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-color: #153147;
    display: inline-block;
    margin: 0 12px 30px; }
    .ly-caseplaycare .circle .circle-box .position {
      position: absolute;
      display: inline-block;
      left: 0;
      top: 44px;
      width: 210px; }
      .ly-caseplaycare .circle .circle-box .position h4, .ly-caseplaycare .circle .circle-box .position p {
        text-align: center;
        color: #fff;
        font-size: 22px;
        letter-spacing: 0.05em !important; }
      .ly-caseplaycare .circle .circle-box .position h4 {
        margin: 8px; }
      .ly-caseplaycare .circle .circle-box .position .small-letter {
        display: block;
        font-size: 14px; }
      .ly-caseplaycare .circle .circle-box .position .small-letter2 {
        display: block;
        font-size: 10px; }
      .ly-caseplaycare .circle .circle-box .position .small-p {
        font-size: 18px; }
    .ly-caseplaycare .circle .circle-box .position2 {
      top: 10px; }

.ly-page-players .top {
  margin-top: 40px;
  margin-bottom: 80px;
  text-align: center; }
  .ly-page-players .top .sp {
    display: none; }
  @media screen and (max-width: 600px) {
    .ly-page-players .top {
      margin-top: 0px;
      margin-bottom: 60px; }
      .ly-page-players .top .pc {
        display: none; }
      .ly-page-players .top .sp {
        display: block; } }
  .ly-page-players .top img {
    width: 90%; }
    @media screen and (max-width: 600px) {
      .ly-page-players .top img {
        width: 100%; } }

.ly-page-players .title {
  margin-top: 0px; }

.ly-page-players .wrapper-flex {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px; }
  @media screen and (max-width: 600px) {
    .ly-page-players .wrapper-flex {
      flex-wrap: wrap;
      margin-top: 60px;
      margin-bottom: 40px; } }
  .ly-page-players .wrapper-flex img {
    width: 50%; }
    @media screen and (max-width: 600px) {
      .ly-page-players .wrapper-flex img {
        width: 100%; } }
  .ly-page-players .wrapper-flex .article-wrapper {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 600px) {
      .ly-page-players .wrapper-flex .article-wrapper {
        margin-top: 60px;
        margin-bottom: 130px;
        width: 100%; } }
    .ly-page-players .wrapper-flex .article-wrapper .article {
      padding: 0; }
    .ly-page-players .wrapper-flex .article-wrapper p {
      font-size: 18px; }

#shopify-section-header {
  display: block;
  position: fixed;
  z-index: 1;
  width: 100vw;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3); }

.ly-main-content {
  flex: 1; }
  .ly-main-content .shopify-policy__container {
    max-width: 700px; }
  .ly-main-content .shopify-policy__title h1 {
    margin-bottom: 40px; }
    @media (max-width: 600px) {
      .ly-main-content .shopify-policy__title h1 {
        margin-bottom: 20px; } }

.ly-header-search-form-wrapper {
  position: absolute;
  display: none;
  width: 30%;
  top: 14px;
  right: 3%;
  padding: 10px 20px;
  box-sizing: border-box; }
  @media screen and (max-width: 2000px) {
    .ly-header-search-form-wrapper {
      right: 4%; } }
  @media screen and (max-width: 1300px) {
    .ly-header-search-form-wrapper {
      width: 17vw; } }
  @media (max-width: 1060px) {
    .ly-header-search-form-wrapper {
      width: 50%;
      right: 10%; } }
  .ly-header-search-form-wrapper.is-open {
    display: block; }
  @media (max-width: 600px) {
    .ly-header-search-form-wrapper.is-close {
      display: flex;
      position: relative;
      width: auto;
      top: -3px;
      right: 0;
      left: 8%;
      padding: 0; } }
  .ly-header-search-form-wrapper .icon-search {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 20px;
    top: 9px;
    z-index: 1; }
  .ly-header-search-form-wrapper .form-input, .ly-header-search-form-wrapper .form-select-wrapper select, .form-select-wrapper .ly-header-search-form-wrapper select {
    border: solid 1px #666 !important;
    font-size: 2px;
    padding: 6px 30px 6px 16px;
    border-radius: 100vw;
    background: #fff; }
    .ly-header-search-form-wrapper .form-input::-webkit-input-placeholder, .ly-header-search-form-wrapper .form-select-wrapper select::-webkit-input-placeholder, .form-select-wrapper .ly-header-search-form-wrapper select::-webkit-input-placeholder {
      color: #c7c7c7; }
    .ly-header-search-form-wrapper .form-input:-ms-input-placeholder, .ly-header-search-form-wrapper .form-select-wrapper select:-ms-input-placeholder, .form-select-wrapper .ly-header-search-form-wrapper select:-ms-input-placeholder {
      color: #c7c7c7; }
  .ly-header-search-form-wrapper .mod-tag {
    margin-right: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 600px) {
      .ly-header-search-form-wrapper .mod-tag {
        margin-right: 10px; } }
  .ly-header-search-form-wrapper .headerSearch-close-img {
    display: none; }
    @media (max-width: 600px) {
      .ly-header-search-form-wrapper .headerSearch-close-img.is-close {
        display: block;
        width: 30px;
        height: 30px; } }

#recently-viewed-container .section-header {
  margin-bottom: 40px; }

#recently-viewed-container .section-header__title {
  border-bottom: solid 1px #9c9c9c;
  font-size: 14px;
  width: 80%;
  margin: auto;
  padding-bottom: 6px; }
  @media (max-width: 600px) {
    #recently-viewed-container .section-header__title {
      font-size: 10px;
      width: 100%; } }

#recently-viewed-container #recently-viewed-products {
  display: flex;
  margin: auto;
  justify-content: center; }
  @media (max-width: 600px) {
    #recently-viewed-container #recently-viewed-products {
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: none;
      scrollbar-width: none;
      justify-content: start; } }
  #recently-viewed-container #recently-viewed-products .grid__item {
    width: 200px;
    text-align: center; }
    @media (max-width: 600px) {
      #recently-viewed-container #recently-viewed-products .grid__item {
        width: 30%;
        flex-shrink: 0;
        margin-right: 4px; } }
    #recently-viewed-container #recently-viewed-products .grid__item img {
      width: 200px;
      height: auto; }
    #recently-viewed-container #recently-viewed-products .grid__item .js-product-slideShow-pl {
      color: #000; }

@media (max-width: 600px) {
  #recently-viewed-container #recently-viewed-products::-webkit-scrollbar {
    display: none; } }

#recently-viewed-container .js-product-slideShow-title {
  width: auto; }
  #recently-viewed-container .js-product-slideShow-title text {
    width: 100%; }

body {
  background: #fff;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #000000; }
  body p {
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 0;
    margin-top: 0; }

a {
  color: #f85b58; }
  a:hover {
    opacity: 0.7; }

@media (max-width: 1060px) {
  .header-account {
    display: none !important;
  }
}

#shopify-section-collection .product-item__new-icon,
#index__bestseller .product-item__new-icon {
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 4px 8px;
  background: #F09737;
  color: #fff;
  font-weight: 400;
  line-height: 1.25;
  z-index: 2;
}
#shopify-section-product .product-item__new-icon {
  font-size: 11px;
  font-size: 1.8rem;
  position: absolute;
  top: 5px;
  left: 20px;
  padding: 4px 20px;
  background: #F09737;
  color: #fff;
  font-weight: 400;
  line-height: 1.25;
  z-index: 2;
}
.introductions-container .product-item__new-icon {
  display: none;
}

/*  */
/*  */

/* お知らせ */
.info,.news{
	background:#f85b58;
	padding:15px;
	color:#fff;
	border-radius: 10px;
}
.info h2,.news h2{
	font-size:18px;
	color:#fff;
	margin: 0px 0px;
    margin-bottom: 5px;
}

/* ボタン */
.btn_red{
	width: 90%;
	color: #ffffff;
	background: #f85b58;
	margin: 0 auto;
	margin-top: 2vw;
	border-radius: 30px;
	padding: 10px;
	text-align: center;
	display: block;
}
.btn_black{
	width: 90%;
	color: #ffffff;
	background: #000000;
	margin: 0 auto;
	margin-top: 2vw;
	border-radius: 30px;
	padding: 10px;
	text-align: center;
	display: block;
}
.btn_gray{
	width: 90%;
	color: #ffffff;
	background: #575757;
	margin: 0 auto;
	margin-top: 2vw;
	border-radius: 30px;
	padding: 10px;
	text-align: center;
	display: block;
}
.btn_white{
	width: 100%;
	color: #000000;
	text-align: center;
	margin: 6vw 0 2vw;
	border-radius: 40px;
	border: 1px #333 solid;
	padding: 18px;
	display: inline-block;
}
.footer__line-banner {
    width: 250px;
    max-width: 100%;
    display: block;
    margin: 0 20px 16px 0;
}
.cart__line-banner {
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .footer__line-banner {
    width: 100%;
  }
  }
}