/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js??ruleSet[1].rules[1].use[1]!./node_modules/jquery-ui/themes/base/slider.css ***!
  \**************************************************************************************************************************/
/*!
 * jQuery UI Slider 1.14.2
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js??ruleSet[1].rules[1].use[1]!./sfra-webpack-builder/node_modules/media-query-plugin/src/loader.js!./node_modules/postcss-loader/lib/index.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./code/core/cartridges/app_custom_triumph_jp/cartridge/client/default/scss/search.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.brand-banner-description {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
.nav-tabs.brand-banner-description {
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.category-tile {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
}
@media (min-width: 769px) {
  .category-tile {
    margin-bottom: 16px;
  }
}
.category-tile p {
  margin: 0;
}
.category-tile-detail {
  font-size: 0.875rem;
  line-height: 1.3125;
  padding-top: 6px;
  font-weight: 500;
}
.category-tile a {
  outline: solid 1px transparent;
  outline-offset: -1px;
  padding: 7px;
  display: block;
  color: var(--skin-main-text-color-1);
}
.category-tile a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 16px solid var(--skin-primary-color-1);
  border-left: 16px solid transparent;
  z-index: 1;
}
.category-tile a:hover {
  text-decoration: none;
}
.category-tile a:hover::before {
  border-bottom-color: #000;
}
.triumph .category-tile a:hover {
  outline-color: #e9e9e6;
}

.amostyle .category-tile a:hover::before {
  border-bottom-color: #FF8673;
}

.sloggi .category-tile a:hover::before {
  border-bottom-color: #8ECFD7;
}

.category-tile a:active, .category-tile a:hover:active {
  outline-color: var(--skin-primary-color-1);
}
.category-tile a:active::before, .category-tile a:hover:active::before {
  border-bottom-color: var(--skin-primary-color-1);
}

.brand-banner-figure {
  padding: 8px 0;
}
.brand-banner-figure img {
  width: 100%;
}
.brand-banner-description {
  max-width: 1032px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 0.875rem;
  line-height: 1.3125;
  font-weight: 300;
  text-align: left;
}
.brand-banner-description p {
  margin: 0;
}
.brand-banner-link {
  padding: 8px 0 24px;
}
.brand-banner-link .btn {
  width: 100%;
}
@media (min-width: 769px) {
  .brand-banner-link {
    padding: 32px 0;
  }
  .brand-banner-link .btn {
    width: auto;
  }
}

.header-bar {
  padding: 48px 22px 8px 16px;
}
@media (min-width: 769px) {
  .header-bar {
    padding: 54px 54px 38px 40px;
  }
}
.header-bar button.close {
  font-size: 1rem;
  font-weight: normal;
  opacity: 1;
}
.header-bar .fa.fa-close::before {
  font-size: 1.25em;
}
.header-bar .result-count > span {
  display: block;
}

.refinements .header,
.refinements .values {
  padding: 0;
  margin: 0;
}
@media (max-width: 768.98px) {
  .refinements .values:not(.values-grid--tree) {
    min-height: 30px;
  }
}
.refinements .header {
  font-size: 1.125em;
  color: #AEAEAE;
}
.refinements ul li {
  list-style-type: none;
}
.refinements ul li button {
  font-size: 0.75rem;
  line-height: 1.1875rem;
  font-weight: 500;
  border: none;
  color: var(--skin-link-color-1);
  background-color: transparent;
  padding: 0;
  margin: 0;
  text-align: left;
}
.refinements ul li button .icon--v2 {
  flex: 0 0 24px;
}
.refinements li.color-attribute .swatch-square {
  border-radius: 1px;
  border: 1px solid transparent;
}
.refinements li.color-attribute .swatch-square-beige, .refinements li.color-attribute .swatch-square-white {
  border-color: rgb(233, 233, 230);
}
.refinements li.color-attribute.selected {
  border-color: currentColor;
}
.refinements li.color-attribute.disabled {
  opacity: 1;
}
.refinements li.color-attribute.disabled button > span {
  opacity: 0.8;
}
.refinements li.color-attribute.disabled button {
  position: relative;
  overflow: hidden;
}
.refinements li.color-attribute.disabled button:before {
  content: "";
  z-index: 1;
  height: 2px;
  width: 140%;
  background: var(--skin-background-color-1);
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform-origin: center;
  transform: translate(-50%, 1px) rotate(-45deg);
}
.refinements li.disabled {
  opacity: 0.4;
}
.refinements .card-header h2 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}

@media (max-width: 543.98px) {
  .refinement-order {
    padding-left: 0;
    padding-right: 0;
  }
}
.refinement-order .refinement-contents {
  padding: 0 24px 0 32px;
}
.refinement-order-productstyle {
  order: 1;
}
@media (min-width: 1032px) {
  .refinement-order-productstyle {
    padding-right: 20px;
  }
}
.refinement-order-series {
  order: 2;
}
.refinement-order-size {
  order: 3;
}
.refinement-order-refinementcolor {
  order: 4;
}
@media (max-width: 768.98px) {
  .refinement-order-brand {
    order: 7;
  }
}
@media (min-width: 1032px) {
  .refinement-order-brand {
    order: 5;
  }
}
.refinement-order-stock {
  order: 5;
}
.refinement-order-価格 {
  order: 6;
}

.refinement-toggle {
  display: none;
}

.secondary-bar {
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
}

.refinement-header {
  overflow: auto;
}

.disabled {
  pointer-events: none;
}

.search-results .result-count {
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.3125;
  font-weight: 500;
  padding: 8px 0 16px;
}
.search-results .no-hit-suggestions {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  text-align: left;
}
.search-results .no-matching {
  font-size: 1rem;
}
.search-banner {
  background-image: url("../images/search.jpg");
  background-position-y: 40%;
}
.search-keywords-label {
  margin-right: 8px;
}
.search-tips {
  text-align: left;
  margin-top: 1.875rem;
}
.search-nav {
  margin-bottom: 1em;
  border-bottom: 0.063em solid #ccc;
}
.search-nav .nav-tabs-wrapper {
  padding: 0;
  width: 100%;
}
.search-nav .nav-tabs-wrapper .nav-tabs {
  border-bottom: 0 none;
}
.search-nav .nav-link:focus {
  background-color: #f9f9f9;
}
@media (min-width: 544px) {
  .search-breadcrumb .breadcrumb {
    margin-left: 14px;
  }
}
@media (min-width: 769px) {
  .search-breadcrumb .breadcrumb {
    margin-left: 0;
  }
}

.refinement {
  margin: 0;
}
.refinement .card-header .btn {
  font-size: 0.875rem;
  line-height: 1.3125;
  font-weight: 500;
  padding: 16px 24px 16px 32px;
  border-bottom: solid 1px #e9e9e6;
  color: var(--skin-main-text-color-1);
}
.refinement .card-header .btn:focus, .refinement .card-header .btn:hover {
  box-shadow: none;
}
.refinement .card-header .btn:hover path {
  stroke-width: 2px;
}
.refinement .card-header .btn .icon-plus-vertical {
  transition: transform 0.2s;
  transform-origin: center center;
}
.refinement .card-header .btn[aria-expanded=true] {
  border-bottom-width: 0;
}
.refinement .card-header .btn[aria-expanded=true] .icon-plus-vertical {
  transform: rotate(-90deg);
}
.refinement.card {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.refinement .card-header {
  border-bottom-width: 0;
  padding: 0;
}
.refinement .card-body {
  margin-top: 26px;
  padding: 0 0 24px 0;
}
.refinement a {
  text-decoration: none;
}
.refinement .values-grid--attribute {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding-right: 16px;
  align-items: center;
}
.refinement .values-grid--refinementcolor {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.refinement .values-grid--size {
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 23px;
  align-items: center;
}
.refinement .values-grid--tree {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.refinement .values-grid--tree .values-grid--tree {
  padding-left: 24px;
}
.refinement .values-grid--tree .values-grid--tree li:first-child {
  margin-top: 8px;
}
.refinement .values-grid--tree .values-grid--attribute {
  padding-left: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: center;
}
.refinement .refinement-collapse.show {
  border-bottom: solid 1px #e9e9e6;
}

.search-results {
  padding-top: 16px;
  padding-bottom: 80px;
  padding-bottom: 120px;
  padding-top: 0;
}

.list-productgrid {
  list-style: none;
  display: grid;
  row-gap: 24px;
  column-gap: 4px;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 168px));
  justify-content: space-around;
  justify-items: center;
}
.list-productgrid li {
  width: 100%;
}
@media (min-width: 544px) {
  .list-productgrid {
    grid-template-columns: repeat(3, 168px);
  }
}
@media (min-width: 769px) {
  .list-productgrid {
    grid-template-columns: repeat(4, 168px);
  }
}
@media (min-width: 1032px) {
  .list-productgrid {
    justify-content: start;
    row-gap: 48px;
    column-gap: 16px;
  }
}

.category-item {
  margin-bottom: 0.938rem;
}

.show-more,
.show-more-content {
  padding: 0.938em;
  clear: both;
}

.product-options .quantity {
  position: absolute;
  bottom: 0;
  right: 0;
}

.result-count-filter-panel {
  margin-bottom: 0px !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 21px;
  top: -2px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  background: #AEAEAE;
}

.switcher {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #AEAEAE;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switcher:before {
  border: 3px solid #e9e9e6;
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  background-color: #AEAEAE;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switcher:hover:before {
  background-color: #000;
  border: 3px solid #e9e9e6;
  box-shadow: none;
}

input:checked + .switcher {
  background-color: #AEAEAE;
}

input:focus + .switcher {
  box-shadow: 0 0 1px #AEAEAE;
}

input:checked + .switcher:hover:before {
  border-color: #e9e9e6;
  box-shadow: none;
}

input:checked + .switcher:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
  background-color: #000;
  border: 3px solid #e9e9e6;
  box-shadow: 0 0 0 1px #000;
  transform: translateX(24px);
}

.switcher.round {
  border-radius: 24px;
}

.switcher.round:before {
  border-radius: 50%;
}

.model-switch {
  font-size: 1rem;
  line-height: 1.25;
  border-bottom: 1px solid #e9e9e6;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.swatch-circle {
  cursor: pointer;
}

.swiper-refinements {
  position: relative;
  margin-top: 42px;
}
.swiper-refinements .swiper-container {
  margin-bottom: 0;
}
.swiper-refinements-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  z-index: 99;
  margin: 0;
  top: 0;
  left: auto;
  right: 0;
  background: transparent;
  position: absolute;
}
.swiper-refinements-next:after {
  display: none;
}
.swiper-refinements .swiper-slide {
  min-height: 40px;
}
.swiper-refinements .nav-tabs {
  border: 0;
}
.swiper-refinements .nav-link {
  font-size: 1rem;
  line-height: 1.125;
  font-weight: 500;
  margin: 0 8px 4px 0;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #e9e9e6;
}
.swiper-refinements .nav-link.active {
  border-bottom: 4px solid #e9e9e6;
}
.swiper-refinements .nav-link:hover, .swiper-refinements .nav-link:focus {
  border-bottom: 4px solid #e9e9e6;
  text-decoration: none;
}

@media (min-width: 1032px) {
  .search-results_wrapper {
    display: flex;
    gap: 70px;
  }
}
@media (min-width: 1032px) {
  .search-results_refines {
    width: 360px;
    flex-grow: 0;
  }
}
.search-results_refines-title {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  display: flex;
  vertical-align: middle;
  color: var(--skin-main-text-color-1);
}
.search-results_refines-title .btn {
  color: var(--skin-main-text-color-1);
}
@media (max-width: 768.98px) {
  .search-results_refines-title .btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: #fff;
    border: solid 1px transparent;
    padding: 10px 12px;
  }
  .amostyle .search-results_refines-title .btn {
    border-color: #CAD1EB;
  }
  .sloggi .search-results_refines-title .btn {
    border-color: #8ECFD7;
  }
}
@media (min-width: 1032px) {
  .search-results_refines-title {
    gap: 16px;
    background-color: transparent;
    border-radius: 0;
    border-width: 0;
  }
  .search-results_refines-title .icon--v2_chev-right-small {
    display: none;
  }
  .search-results_refines-title .btn {
    cursor: default !important;
    border-width: 0 !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
  }
}
@media (max-width: 768.98px) {
  .search-results_refines .refinement-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    transition: transform 0.5s;
    display: block;
    max-width: 100%;
    background-color: #fff;
    z-index: 1001;
    overflow: auto;
  }
  .search-results_refines .refinement-bar.toggleable-show {
    min-width: 0;
    width: 100%;
    transform: translateX(0);
  }
  .search-results_refines .refinement-bar.toggleable-show.toggleable-fill {
    width: 100%;
  }
  .search-results_refines .refinement-bar {
    transform: translateX(-100%);
    left: 0;
  }
}
.search-results_refines .refinement-bar-heading {
  position: relative;
  border-bottom: solid 1px #e9e9e6;
}
.search-results_refines .refinement-bar-heading p {
  text-align: center;
  padding: 16px 0;
}
.search-results_refines .refinement-bar-heading a {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768.98px) {
  .search-results_refines .refinement-bar {
    width: 344px;
    border: solid 16px #e9e9e6;
  }
  .amostyle .search-results_refines .refinement-bar {
    border-color: #CAD1EB;
  }
  .sloggi .search-results_refines .refinement-bar {
    border-color: #8ECFD7;
  }
}
@media (min-width: 1032px) {
  .search-results_content {
    flex: 1 0 0;
    flex-wrap: wrap;
  }
}
.search-results_grid {
  padding-top: 24px;
  padding-bottom: 24px;
}
.search-results_toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.search-results_toolbar > div {
  flex: 1;
}
@media (min-width: 1032px) {
  .search-results_toolbar {
    margin-top: 0;
  }
  .search-results_toolbar > div {
    flex: 0;
  }
}

.refinement-price-fieldset {
  display: flex;
  gap: 8px;
  width: 100%;
  align-items: center;
}
.refinement-price-fieldset input {
  flex: 0 0 auto;
  width: 100px;
  padding: 12px 0 !important;
  text-indent: 16px;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 500;
  background-color: var(--color-triumph-linen-grey);
  border-radius: 2px;
  border-width: 0;
  height: 40px;
}
.triumph .refinement-price-fieldset input {
  background-color: #fff;
  border: solid 1px var(--color-triumph-warm-stone);
}

.refinement-price-fieldset input:focus, .refinement-price-fieldset input:focus-visible {
  border: solid 1px var(--color-triumph-warm-stone);
}
@media (min-width: 1032px) {
  .refinement-price-fieldset input {
    font-size: 0.875rem;
  }
}
.refinement-price-fieldset label {
  flex-grow: 0;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  margin: 0;
}
.refinement-price-fieldset svg {
  transform: translateY(1px);
}

.filter-applied {
  list-style: none;
  padding: 16px 0 8px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-applied li {
  margin: 0;
  padding: 0;
}
.filter-applied button {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 3px 8px 3px 4px;
  background-color: #fff;
  border-radius: 2px;
  border: solid 1px #e9e9e6;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--skin-main-text-color-1);
}
.filter-applied button .icon--v2 {
  height: 16px;
  width: 16px;
}
.amostyle .filter-applied button {
  border-color: #CAD1EB;
}
.amostyle .filter-applied button .icon--v2 {
  color: #CAD1EB;
}

.sloggi .filter-applied button {
  border-color: #8ECFD7;
}
.sloggi .filter-applied button .icon--v2 {
  color: #8ECFD7;
}

/*# sourceMappingURL=search.css.map*/