.s-searches{background:var(--color-bg-primary);padding-top:24px;padding-bottom:128px;padding-left:24px;padding-right:24px}@media screen and (max-width: 760px){.s-searches{padding-bottom:96px}}.s-searches__inner{width:100%;max-width:1120px;margin-left:auto;margin-right:auto}.s-searches__title{font-family:var(--font-family-morisawa-regular);font-size:32px;font-weight:400;line-height:1.6;letter-spacing:.02em;text-align:center}@media screen and (max-width: 760px){.s-searches__title{font-size:28px}}.s-searches__count{font-size:14px;font-weight:500;line-height:1.6;color:var(--color-text-main);margin-top:48px}@media screen and (max-width: 760px){.s-searches__count{font-size:13px;margin-top:24px}}.c-product-item__grid{display:grid;grid-template-columns:repeat(4, 1fr);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:26px;-moz-column-gap:26px;column-gap:26px;row-gap:44px;padding-top:56px;padding-bottom:80px}@media screen and (max-width: 760px){.c-product-item__grid{grid-template-columns:repeat(2, 1fr);-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;row-gap:32px}}.c-product-item{width:100%;max-width:547px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:auto;margin-right:auto;z-index:100}.c-product-item__colors{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 760px){.c-product-item__colors{gap:5px}}.c-product-item__color-label{width:48px;height:8px;border-radius:20px}@media screen and (max-width: 760px){.c-product-item__color-label{width:28px;height:6px}}.c-product-item__image{width:100%;border-radius:4px;position:relative}.c-product-item__image__main img{width:100%;border-radius:4px;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.c-product-item__image__hover{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.c-product-item__image__hover img{width:100%;border-radius:4px;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (min-width: 761px){.c-product-item__image:focus .c-product-item__image__hover{opacity:1}}@media screen and (min-width: 761px)and (hover: hover)and (pointer: fine){.c-product-item__image:hover .c-product-item__image__hover{opacity:1}}@media screen and (min-width: 761px)and (-ms-high-contrast: none),screen and (min-width: 761px)and (-ms-high-contrast: active){.c-product-item__image:hover .c-product-item__image__hover{opacity:1}}@media screen and (max-width: 760px){.c-product-item__image .c-product-item__image__hover{-webkit-transition:opacity .5s ease;transition:opacity .5s ease}}.c-product-item__badges{position:absolute;top:-20px;left:8px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;z-index:20}@media screen and (max-width: 760px){.c-product-item__badges{gap:4px;left:4px}}.c-product-item__badge{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--color-text-main);color:#fff;font-family:var(--font-family-en);font-size:13px;line-height:1.2;letter-spacing:.02em;border-radius:50%}@media screen and (max-width: 760px){.c-product-item__badge{width:32px;height:32px;font-size:10px;padding:3px 8px}}.c-product-item__info{margin-top:16px}.c-product-item__sizes{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;margin-top:12px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 760px){.c-product-item__sizes{gap:6px;margin-top:6px}}.c-product-item__size{display:inline-block;background-color:var(--color-white);font-size:10px;font-weight:500;padding:1px 6px;line-height:1.2}@media screen and (max-width: 760px){.c-product-item__size{font-size:11px;padding:3px 10px}}.c-product-item__name{font-size:15px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.c-product-item__price{font-size:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;margin-top:8px}.c-product-item__price span{font-size:11px}.c-product-item__price-original{font-size:11px;line-height:1.2;text-decoration:line-through}.c-product-item__price-original span{font-size:10px}.c-product-item__price-sale{font-size:13px;line-height:1.2;color:#e53935;font-weight:500}.c-product-item__price-sale span{font-size:11px}.c-product-item__link{margin-top:12px}.c-product-item__button{padding:7px 20px}.c-product-item.--large .c-product-item__image__main{position:static;border:6px solid var(--color-base-secondary);border-radius:4px}.c-product-item.--large .c-product-item__image__main img{border-radius:0}.c-product-item.--large .c-product-item__image__hover{border:6px solid var(--color-base-secondary);border-radius:4px}.c-product-item.--large .c-product-item__image__hover img{border-radius:0}.c-product-item.--large .c-product-item__info-wrapper{margin-top:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:8px}.c-product-item.--large .c-product-item__info{margin-top:0}.c-product-item.--large .c-product-item__name{font-size:18px;font-weight:500;line-height:1.4;display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset;overflow:visible;text-overflow:unset}@media screen and (max-width: 760px){.c-product-item.--large .c-product-item__name{font-size:15px;letter-spacing:.1em}}.c-product-item.--large .c-product-item__price{font-size:15px;font-weight:400;line-height:1.2;display:block;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:0;margin-top:4px}.c-product-item.--large .c-product-item__price span{font-size:12px}.c-product-item.--large .c-product-item__desc{font-size:14px;font-weight:500;line-height:1.4;margin-top:12px}.c-product-item.--large .c-product-item__link{margin-top:0;-ms-flex-negative:0;flex-shrink:0}.c-product-item.--large .c-product-item__button{padding:9px 30px 8px}.c-product-filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;margin-top:54px;z-index:1100;position:relative}.c-product-filter__button{width:160px;height:42px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:4px;padding:0 16px;border:1px solid var(--color-text-main);border-radius:20px;background-color:rgba(0,0,0,0);cursor:pointer;font-size:14px;-webkit-transition:all .3s ease;transition:all .3s ease}.c-product-filter__button:hover{opacity:.7}.c-product-filter__button-icon{width:16px;height:14.667px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-product-filter__sort{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-product-filter__sort-select{width:160px;height:42px;padding:0 12px 0 16px;border:1px solid var(--color-base-secondary);border-radius:4px;background-color:var(--color-white);font-size:14px;-webkit-transition:all .3s ease;transition:all .3s ease}.c-product-filter__sort-select:hover{opacity:.7}.c-product-filter__sort-select:focus{outline:none}.c-product-filter__sort-icon{position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-product-filter__fixed-button{position:fixed;bottom:24px;right:24px;z-index:1100;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease}.c-product-filter__fixed-button.is-visible{opacity:1;visibility:visible}.c-product-filter__fixed-button button{width:160px;height:64px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--color-text-main);color:var(--color-white);border-radius:40px;font-size:18px;font-weight:500;line-height:1.2;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (max-width: 760px){.c-product-filter__fixed-button button{width:130px;height:48px;font-size:15px}}.c-product-filter__fixed-button button:hover{opacity:.7}.c-product-filter__fixed-button-icon{width:16px;height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:4px}.l-modal--product-filter{border-radius:4px 4px 0 0;width:calc(100% - 48px)}@media screen and (max-width: 760px){.l-modal--product-filter::-ms-backdrop{background-color:rgba(46,46,46,.65)}.l-modal--product-filter::backdrop{background-color:rgba(46,46,46,.65)}}.c-modal-content--product-filter{min-height:auto}@media screen and (max-width: 760px){.c-modal-content--product-filter{height:337px;max-height:calc(100vh - 80px)}}.c-modal-content--product-filter>.head{background-color:var(--color-bg-primary);padding:10px 16px;text-align:center;position:relative;grid-template-columns:1fr;border-bottom:1px solid var(--color-base-secondary);border-radius:4px 4px 0 0}.c-modal-content--product-filter>.head>div{font-family:var(--font-family-morisawa-regular);font-size:18px;font-weight:400;line-height:1.6}.c-modal-content--product-filter>.head>button{position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:17px;height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-modal-content--product-filter>.head>button .icon-close{width:17px;height:17px;color:var(--color-text-main)}.c-modal-content--product-filter>.body{background-color:var(--color-ui-base-primary);padding:20px 16px 32px;border-radius:0 0 4px 4px}@media screen and (max-width: 760px){.c-modal-content--product-filter>.body{padding:20px 16px 32px}}.c-product-filter-modal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.c-product-filter-modal__field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.c-product-filter-modal__label{font-family:var(--font-family-main);font-size:14px;font-weight:500;line-height:1.6;color:var(--color-text-main)}.c-product-filter-modal__input-wrapper{position:relative;width:100%}.c-product-filter-modal__input{width:100%;height:42px;padding:0 12px 0 16px;background-color:var(--color-white);border:1px solid var(--color-base-secondary);border-radius:4px;font-size:14px;font-weight:500;line-height:1.2;letter-spacing:.28px}.c-product-filter-modal__input::-webkit-input-placeholder{color:var(--color-text-main);opacity:.6}.c-product-filter-modal__input::-moz-placeholder{color:var(--color-text-main);opacity:.6}.c-product-filter-modal__input:-ms-input-placeholder{color:var(--color-text-main);opacity:.6}.c-product-filter-modal__input::-ms-input-placeholder{color:var(--color-text-main);opacity:.6}.c-product-filter-modal__input::placeholder{color:var(--color-text-main);opacity:.6}.c-product-filter-modal__input:focus{outline:none}.c-product-filter-modal__select-wrapper{position:relative;width:100%}.c-product-filter-modal__select{width:100%;height:42px;padding:0 40px 0 16px;background-color:var(--color-white);border:1px solid var(--color-base-secondary);border-radius:4px;font-size:14px;font-weight:500;line-height:1.2;color:var(--color-text-main);letter-spacing:.28px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.c-product-filter-modal__select:focus{outline:none}.c-product-filter-modal__select option{color:var(--color-text-main)}.c-product-filter-modal__select-icon{position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:none}.c-product-filter-modal__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.c-product-filter-modal__button{width:250px;height:44px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:3px;padding:0 24px;border:1px solid var(--color-text-main);border-radius:40px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (min-width: 761px){.c-product-filter-modal__button:hover{background:var(--color-text-main);opacity:1}.c-product-filter-modal__button:hover>span{color:var(--color-white)}}.c-product-filter-modal__button>span{font-size:18px;font-weight:500;line-height:1.6;color:var(--color-text-main)}.c-product-filter-modal__button-icon{width:28px;height:28px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.c-search-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin-top:24px}@media screen and (max-width: 760px){.c-search-tags{margin-top:16px}}.c-search-tags__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;height:32px;padding:0 10px;background-color:#fefcf8;border-radius:4px}.c-search-tags__item-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:16px;height:16px;padding:0;background:none;border:none;cursor:pointer;-ms-flex-negative:0;flex-shrink:0}.c-search-tags__item-close img{width:100%;height:100%;display:block}.c-search-tags__item-close:hover{opacity:.7}.c-search-tags__item-text{font-family:var(--font-family-main);font-size:14px;font-weight:500;line-height:1.2;letter-spacing:.28px;color:var(--color-text-main);white-space:nowrap}