.p-icon{display:inline-block;line-height:1}.p-icon.p-disabled{background-color:#666;opacity:.4;color:#f3f3f3;cursor:not-allowed;border:0}.p-icon.p-circular{background-color:#f3f3f3;border-radius:50%;padding:1.25rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.06)}.p-icon.p-icon-xlarge{font-size:3rem}.p-icon.p-icon-large{font-size:1.375rem}.p-icon.p-icon-medium{font-size:1rem}.p-icon.p-icon-small{font-size:.75rem}.p-icon.primary:before{color:#f27a1a}.p-icon.green:before{color:#22ab6d}.p-icon.red:before{color:#e56d59}.p-icon.black:before{color:#333}.p-icon.gray:before{color:#999}.p-icon.filling-gray:before{color:#a8a8a8}.p-icon.background-white:before{color:#fff}.p-icon.dark-gray:before{color:#666}.p-icon.light-gray:before{color:#ccc}.p-icon.white:before{color:#f3f3f3}.p-icon.red-alert:before{color:#d55959}.p-icon>span{font-family:inherit}.p-rating{display:inline-block;align-items:center;position:relative;width:fit-content}.p-rating .p-rating-wrapper{display:flex;align-items:center}.p-rating .p-rating-wrapper .p-total-rating-count-hover:hover{text-decoration:underline;cursor:pointer}.p-rating.p-rating-large .p-icon{width:16px;font-size:16px;line-height:24px}.p-rating.p-rating-large .p-icon:before{display:inline-block;width:16px}.p-rating.p-rating-medium .p-icon{width:14px;font-size:14px;line-height:24px}.p-rating.p-rating-medium .p-icon:before{display:inline-block;width:14px}.p-rating.p-rating-small .p-icon{width:10px;font-size:10px;line-height:normal}.p-rating.p-rating-small .p-icon:before{display:inline-block;width:10px}.p-rating.p-rating-xsmall .p-icon{width:8px;font-size:8px;line-height:normal}.p-rating.p-rating-xsmall .p-icon:before{display:inline-block;width:8px}.p-rating .p-rating-empty{letter-spacing:5px;position:absolute}.p-rating .p-rating-full{width:0;position:relative;letter-spacing:5px;left:0;top:0;overflow:hidden;white-space:nowrap}@keyframes bubble-animation{0%,to{transform:scale(0)}50%{transform:scale(1)}}.poseidon-loader-container{position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.85);border-radius:inherit;display:flex;align-items:center;justify-content:center;z-index:1050}.poseidon-loader-container.fixed{position:fixed}.poseidon-loader-container>.spinning-bubbles{position:relative}.poseidon-loader-container>.spinning-bubbles .bubble-container{position:absolute;top:calc(50% - 7.5px);left:calc(50% - 7.5px);transform-origin:-150% 50%}.poseidon-loader-container>.spinning-bubbles .bubble-container .bubble{background:#e56d59;width:15px;height:15px;border-radius:50%;animation:bubble-animation 1s infinite;animation-delay:inherit}.poseidon-loader-container>.spinning-bubbles .bubble-container:nth-of-type(0n+1){transform:translateX(200%) rotate(-90deg);animation-delay:-1.5s}.poseidon-loader-container>.spinning-bubbles .bubble-container:nth-of-type(0n+2){transform:translateX(200%) rotate(-45deg);animation-delay:-1.375s}.poseidon-loader-container>.spinning-bubbles .bubble-container:nth-of-type(0n+3){transform:translateX(200%) rotate(0deg);animation-delay:-1.25s}.poseidon-loader-container>.spinning-bubbles .bubble-container:nth-of-type(0n+4){transform:translateX(200%) rotate(45deg);animation-delay:-1.125s}.poseidon-loader-container>.spinning-bubbles .bubble-container:nth-of-type(0n+5){transform:translateX(200%) rotate(90deg);animation-delay:-1s}.poseidon-loader-container>.spinning-bubbles .bubble-container:nth-of-type(0n+6){transform:translateX(200%) rotate(135deg);animation-delay:-.875s}.poseidon-loader-container>.spinning-bubbles .bubble-container:nth-of-type(0n+7){transform:translateX(200%) rotate(180deg);animation-delay:-.75s}.poseidon-loader-container>.spinning-bubbles .bubble-container:nth-of-type(0n+8){transform:translateX(200%) rotate(225deg);animation-delay:-.625s}.checkbox-wrapper{display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox-wrapper label{display:inline-flex;align-items:center;font-family:Montserrat;font-weight:400;letter-spacing:.3px;color:#333;padding:5px 10px 5px 0}.checkbox-wrapper label:hover{cursor:pointer}.checkbox-wrapper label .checkbox-icon-wrapper{position:relative;display:inline-block;box-sizing:border-box;display:grid;place-items:center;border:1px solid #ccc;transform:translateY(-.5px);margin-right:5px}.checkbox-wrapper label .checkbox-icon-wrapper.checkbox-small{width:14px;height:14px}.checkbox-wrapper label .checkbox-icon-wrapper.checkbox-medium{width:20px;height:20px}.checkbox-wrapper label .checkbox-icon-wrapper.checkbox-large{width:26px;height:26px}.checkbox-wrapper label .checkbox-icon-wrapper .checkbox-icon{position:absolute;line-height:0;color:#fff}.checkbox-wrapper label .checkbox-icon-wrapper .checkbox-icon.checkbox-small{font-size:7px!important}.checkbox-wrapper label .checkbox-icon-wrapper .checkbox-icon.checkbox-medium{font-size:10px!important}.checkbox-wrapper label .checkbox-icon-wrapper .checkbox-icon.checkbox-large{font-size:12px!important}.checkbox-wrapper label input[type=checkbox]{position:absolute;z-index:1}.checkbox-wrapper.checkbox-small input[type=checkbox]{padding:7px!important}.checkbox-wrapper.checkbox-medium input[type=checkbox]{padding:10px!important}.checkbox-wrapper.checkbox-large input[type=checkbox]{padding:13px!important}.checkbox-wrapper .active{font-weight:700}.p-disable{pointer-events:none}.p-disable label input[type=checkbox]:checked+.checkbox-icon-wrapper{background-color:#999!important;border:2px solid #999!important}.p-disable .active{color:#999!important}.checkbox-wrapper label input[type=checkbox]+.checkbox-icon-wrapper>.checkbox-icon{opacity:0;transform:scale(1)}.checkbox-wrapper label input[type=checkbox]:checked+.checkbox-icon-wrapper>.checkbox-icon{transform:scale(1);opacity:1}.checkbox-wrapper label input[type=checkbox]:checked+.checkbox-icon-wrapper{background-color:#e56d59;opacity:1;border:2px solid #e56d59;transition:transform .14s ease-in-out}.checkbox-wrapper label input[type=checkbox]:checked+.checkbox-icon-wrapper>span.checkbox-label{font-weight:700}.icon-tick-2:before{color:#fff}.icon-tick-2:before.checkbox-small{font-size:6px!important}.icon-tick-2:before.checkbox-medium{font-size:12px!important}.icon-tick-2:before.checkbox-large{font-size:16px!important}[type=checkbox]{all:unset}.button-wrapper{box-sizing:border-box;border:none;cursor:pointer;background-color:transparent;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.89px;text-align:center;vertical-align:middle}.button-wrapper:focus{outline:none}.fluid{width:100%}.hover-dark:hover{opacity:.9}.hover-light:hover{background-color:#333;color:#fff}.hover-secondary:hover{background-color:#fff}.disabled{cursor:not-allowed}.small{font-size:14px;padding:10.5px}.medium{font-size:16px;padding:14px}.large{font-size:18px;padding:15px}.button-dark{background-color:#333}.disabled.button-dark{opacity:.75;border:0;background-color:#f2f3f3;color:#999}.button-light{background-color:#fff;box-shadow:inset 0 0 0 2px #333}.disabled.button-light{opacity:.75;border:0;color:#999}.button-secondary,.disabled.button-light{background-color:#f2f3f3}.disabled.button-secondary{opacity:.75;border:0;background-color:#f2f3f3;color:#999}.button-green,.disabled.button-green{background-color:#22ab6d}.disabled.button-green{opacity:.5}.text-dark{color:#333}.text-light{color:#fff}.text-secondary{color:#999}.icon{margin-right:10px}.toggle-switch{position:relative;display:inline-block;width:45px;height:28px}.toggle-switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;border-radius:20px}.slider,.slider:before{position:absolute;background-color:#fff;-webkit-transition:.4s;transition:.4s}.slider:before{content:"";height:26px;width:26px;left:-7px;bottom:1px;border-radius:50%;box-shadow:0 3px 8px rgba(0,0,0,.15),0 1px 1px rgba(0,0,0,.16),0 3px 1px rgba(0,0,0,.1)}.unchecked{box-shadow:0 0 0 2px #e5e5ea}.unchecked:before{left:0}input:checked+.slider{background-color:#22ab6d}input:checked+.slider:before{-webkit-transform:translateX(25px);-ms-transform:translateX(25px);transform:translateX(25px)}.p-scroll-to-top{display:flex;align-items:center;justify-content:center;height:46px;width:46px;border-radius:50%;background:rgba(49,49,49,.7);font-size:1.5rem;position:fixed;bottom:20px;right:20px;text-align:center;color:#fff;z-index:100;cursor:pointer}.p-scroll-to-top.hide{display:none}.p-scroll-to-top .p-icon{vertical-align:bottom;font-size:22px;width:26px}.poseidon-price-with-rrp{display:inline-block;color:#999;font-weight:500}.poseidon-price-with-rrp .selling-price{color:#333}.poseidon-price-with-rrp .price-percentage.with-discount,.poseidon-price-with-rrp .with-discount{color:#e53434}.poseidon-price-with-rrp .stroked{text-decoration-line:line-through}.poseidon-price-with-rrp .price{display:flex;align-items:center}.poseidon-price-with-rrp .rrp-info-image{cursor:pointer}.poseidon-price-with-rrp .price-wrapper{display:flex;align-items:center;gap:3px}.poseidon-price-with-rrp .lowest-recent-price,.poseidon-price-with-rrp .suggested-price{display:flex;align-items:center}.poseidon-price-with-rrp .suggested-price{margin-bottom:5px;column-gap:3px}.poseidon-price-with-rrp .suggested-price .price{gap:3px}.poseidon-price-with-rrp .suggested-price .price-percentage{font-weight:700;background-color:#e53434;color:#fff}.poseidon-price-with-rrp .suggested-price .rrp-info-image{margin-top:-1px;width:11px}.poseidon-price-with-rrp .lowest-recent-price{margin-top:5px;gap:3px}.poseidon-price-with-rrp.rrp-large{font-size:14px}.poseidon-price-with-rrp.rrp-large .selling-price{font-weight:700;font-size:24px}.poseidon-price-with-rrp.rrp-large .vat-info{font-size:12px}.poseidon-price-with-rrp.rrp-large .suggested-price .price-percentage{font-size:14px;padding:3px}.poseidon-price-with-rrp.rrp-large .suggested-price .rrp-info-image{width:15px;margin-top:0}.poseidon-price-with-rrp.rrp-medium{font-size:12px}.poseidon-price-with-rrp.rrp-medium .selling-price{font-weight:700;font-size:16px}.poseidon-price-with-rrp.rrp-medium .vat-info{font-size:10px}.poseidon-price-with-rrp.rrp-medium .suggested-price .price-percentage{font-size:12px;padding:3px}.poseidon-price-with-rrp.rrp-small{font-size:10px}.poseidon-price-with-rrp.rrp-small .selling-price{font-weight:700;font-size:16px}.poseidon-price-with-rrp.rrp-small .vat-info{font-size:8px}.poseidon-price-with-rrp.rrp-small .suggested-price .price-percentage{font-size:12px;padding:2px}.poseidon-price-with-rrp.rrp-xsmall{font-size:10px;line-height:10px}.poseidon-price-with-rrp.rrp-xsmall .selling-price{font-weight:700;font-size:12px;line-height:12px}.poseidon-price-with-rrp.rrp-xsmall .vat-info{font-size:8px}.poseidon-price-with-rrp.rrp-xsmall .suggested-price .price-percentage{font-size:10px;line-height:10px;padding:2px}.poseidon-price-with-rrp .rrp-location-right{display:flex;align-items:center;flex-direction:row-reverse;justify-content:start;gap:3px}.poseidon-price-with-rrp .rrp-location-right .suggested-price{margin:0}.poseidon-price-with-rrp .rrp-location-right .suggested-price .price{display:flex;align-items:center;flex-direction:row-reverse}#search-result{background-color:#fafafa}#search-result .aggregations{max-height:calc(100vh - 60px);overflow:hidden scroll;position:sticky;top:0}#search-result .aggregations ::-webkit-scrollbar{display:none}#search-result .aggregations .aggregation-wrapper{position:sticky;top:5px;bottom:5px;height:100%;overflow-y:scroll;min-width:240px}#search-result .aggregations .aggregation-wrapper::-webkit-scrollbar{display:none}#search-result .aggregations .aggregation-wrapper .aggregation{width:200px;margin:0 40px 10px 0}#search-result .aggregations .aggregation-wrapper .aggregation .link-list ul li:not(:last-child){margin-bottom:10px}#search-result .aggregations .aggregation-wrapper .aggregation .link-list ul li a{padding:5px 10px 5px 0;font-size:12px;line-height:1.5;letter-spacing:.3px;color:#1b1b1b}#search-result .aggregations .aggregation-wrapper .aggregation .link-list .show-more-toggle{margin-top:10px;padding:5px 0;cursor:pointer;border:0;background-color:inherit}#search-result .aggregations .aggregation-wrapper .aggregation .link-list .show-more-toggle span{display:inline;margin-right:10px;font-size:10px}#search-result .aggregations .aggregation-wrapper .aggregation .link-list .show-more-toggle p{display:inline;font-size:10px;font-weight:700;line-height:normal;letter-spacing:.83px;color:#666}#search-result .aggregations .aggregation-wrapper .aggregation .radio-button-list ul li .radio{display:inline-flex;align-items:center;font-size:12px;color:#e56d59;padding:5px 10px 5px 0}#search-result .aggregations .aggregation-wrapper .aggregation .radio-button-list ul li .radio:hover{cursor:pointer}#search-result .aggregations .aggregation-wrapper .aggregation .radio-button-list ul li .radio .input{display:flex;margin-right:5px}#search-result .aggregations .aggregation-wrapper .aggregation .radio-button-list ul li .radio .input input{opacity:0;width:0;height:0}#search-result .aggregations .aggregation-wrapper .aggregation .radio-button-list ul li .radio .input .control{box-sizing:border-box;display:grid;place-items:center;width:14px;height:14px;border-radius:50%;border:1px solid #ccc;transform:translateY(-.5px)}#search-result .aggregations .aggregation-wrapper .aggregation .radio-button-list ul li .radio .input input+.control:before{content:"";width:.5em;height:.5em;box-shadow:inset .5em .5em currentColor;border-radius:50%;transition:transform .14s ease-in-out;transform:scale(0)}#search-result .aggregations .aggregation-wrapper .aggregation .radio-button-list ul li .radio .input input:checked+.control:before{transform:scale(1)}#search-result .aggregations .aggregation-wrapper .aggregation .radio-button-list ul li .radio .input input:checked+.control{border:2px solid}#search-result .aggregations .aggregation-wrapper .aggregation .radio-button-list ul li .radio .label{line-height:1;color:#1b1b1b}#search-result .aggregations .aggregation-wrapper .aggregation .radio-button-list ul li .radio .label.checked{font-weight:700}#search-result .aggregations .aggregation-wrapper .aggregation .radio-button-list ul li .radio .label:hover{color:#999}#search-result .aggregations .aggregation-wrapper .aggregation .multi-range-slider-container{height:50px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}#search-result .aggregations .aggregation-wrapper .aggregation .multi-range-slider-container .thumb{pointer-events:none;position:absolute;height:0;width:198px;outline:none;z-index:3;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}#search-result .aggregations .aggregation-wrapper .aggregation .multi-range-slider-container .thumb.thumb--active,#search-result .aggregations .aggregation-wrapper .aggregation .multi-range-slider-container .thumb:hover{z-index:5}#search-result .aggregations .aggregation-wrapper .aggregation .multi-range-slider-container .thumb.thumb--active::-webkit-slider-thumb,#search-result .aggregations .aggregation-wrapper .aggregation .multi-range-slider-container .thumb:hover::-webkit-slider-thumb{background:url(https://cdn.dsmcdn.com/sfint/production/slider-active_1650543924335.svg) no-repeat}#search-result .aggregations .aggregation-wrapper .aggregation .multi-range-slider-container .thumb.thumb--active::-moz-range-thumb,#search-result .aggregations .aggregation-wrapper .aggregation .multi-range-slider-container .thumb:hover::-moz-range-thumb{background:url(https://cdn.dsmcdn.com/sfint/production/slider-active_1650543924335.svg) no-repeat}#search-result .aggregations .aggregation-wrapper .aggregation .multi-range-slider-container .thumb::-webkit-slider-thumb{background:url(https://cdn.dsmcdn.com/sfint/production/slider-passive_1650543924335.svg) no-repeat;background-color:#fff;border:none;border-radius:50%;cursor:pointer;height:18px;width:18px;margin-top:4px;pointer-events:all;position:relative;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}#search-result .aggregations .aggregation-wrapper .aggregation .multi-range-slider-container .thumb::-moz-range-thumb{background:url(https://cdn.dsmcdn.com/sfint/production/slider-passive_1650543924335.svg) no-repeat;background-color:#fff;border:none;border-radius:50%;cursor:pointer;height:18px;width:18px;margin-top:4px;pointer-events:all;position:relative}#search-result .aggregations .aggregation-wrapper .aggregation .multi-range-slider-container .multi-range-slider{position:relative;width:198px}#search-result .aggregations .aggregation-wrapper .aggregation .multi-range-slider-container .multi-range-slider .range-stick{position:absolute;border-radius:3px;height:5px}#search-result .aggregations .aggregation-wrapper .aggregation .multi-range-slider-container .multi-range-slider .range-stick.rail{background-color:#ced4da;width:100%;z-index:1}#search-result .aggregations .aggregation-wrapper .aggregation .multi-range-slider-container .multi-range-slider .range-stick.train{background-color:#333;z-index:2}#search-result .aggregations .aggregation-wrapper .aggregation .multi-range-slider-container .multi-range-slider .value{position:absolute;color:#999;font-size:12px;margin-top:20px}#search-result .aggregations .aggregation-wrapper .aggregation .multi-range-slider-container .multi-range-slider .value.left-value{left:0}#search-result .aggregations .aggregation-wrapper .aggregation .multi-range-slider-container .multi-range-slider .value.right-value{right:0}#search-result .aggregations .aggregation-wrapper .aggregation .color-list{padding:5px 3px}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px 15px}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul .tooltip span{transform:translateX(-50%) scale(.5);position:absolute;background:#fff;color:#333;padding:3px 1px;border-radius:4px;text-align:center;top:0;margin-top:45px;visibility:hidden;opacity:0;width:max-content}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul .tooltip:hover{position:relative}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul .tooltip:hover span{opacity:1;visibility:visible;transform:translateY(-100%) scale(.9);z-index:1}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li{cursor:pointer}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li>a{display:block}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox]{-webkit-appearance:initial;-moz-appearance:initial;appearance:auto;appearance:none;outline:none;position:relative;width:26px;height:26px;border-radius:50%;cursor:pointer;display:block}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox]::-ms-check{display:none}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-1{background-image:-o-linear-gradient(315deg,#d3bb51,#fff 48%,#ccbd74);background-image:-moz-linear-gradient(315deg,#d3bb51,#fff 48%,#ccbd74);background-image:-webkit-linear-gradient(315deg,#d3bb51,#fff 48%,#ccbd74);background-image:linear-gradient(315deg,#d3bb51,#fff 48%,#ccbd74);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#d3bb51', EndColorStr='#ccbd74')";border:1px solid #827b57}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-1:before{color:#000}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-2{background:#f5e0cc;border:1px solid #d3c3b4}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-2:before{color:#000}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-3{background:#fff;border:1px solid #979797}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-3:before{color:#000}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-4{background:#ddd;border:1px solid #bdbdbd}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-4:before{color:#000}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-5{background-image:-o-linear-gradient(315deg,#a3a3a3,#fff 46%,#898989);background-image:-moz-linear-gradient(315deg,#a3a3a3,#fff 46%,#898989);background-image:-webkit-linear-gradient(315deg,#a3a3a3,#fff 46%,#898989);background-image:linear-gradient(315deg,#a3a3a3,#fff 46%,#898989);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#a3a3a3', EndColorStr='#898989')";border:1px solid #898989}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-5:before{color:#000}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-6{background:#8b572a;border:1px solid #62442a}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-7{background:#de001b;border:1px solid #920a1a}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-8{background:#1f3897;border:1px solid #101f6b}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-9{background:#71b2ff;border:1px solid #488ce5}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-10{background-image:-o-linear-gradient(315deg,#c27e57,#fff 52%,#cb906f);background-image:-moz-linear-gradient(315deg,#c27e57,#fff 52%,#cb906f);background-image:-webkit-linear-gradient(315deg,#c27e57,#fff 52%,#cb906f);background-image:linear-gradient(315deg,#c27e57,#fff 52%,#cb906f);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#c27e57', EndColorStr='#cb906f')";border:1px solid #9a603c}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-11{background:#8331cc;border:1px solid #4c2572}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-12{background:#ffa8e7;border:1px solid #cc7db7}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-13{background:#ffe500;border:1px solid #d8c212}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-14,#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-black,#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-schwarz,#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-siyah{background:#000;border:1px solid #373737}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-15{background:#46c49e;border:1px solid #2f9776}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-16{background:#f5a623;border:1px solid #c08626}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-17{background:#7ed321;border:1px solid #72a23d}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-19{background:#a52c36;border:1px solid #6b181f}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-20,#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-420157,#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-ecru,#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-ekru,#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-wollweiss{background:#ede9de;border:1px solid #bfb59b}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-20:before,#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-420157:before,#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-ecru:before,#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-ekru:before,#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-wollweiss:before{color:#000}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-21{background:#8b9955;border:1px solid #646d3f}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox].color-686230{background:#f35f6c;background:linear-gradient(90deg,#f35f6c,#c366ff 25%,#83c0ff 51%,#5cfdd9 74%,#f8e00b)}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox]:after{content:"";display:inline-block;width:100%;height:100%;padding:3px;box-sizing:content-box;border:inherit;border-radius:50%;position:absolute;top:50%;left:50%;transition:transform .14s ease-in-out;transform:translate(-50%,-50%) scale(0)}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox]:checked:after{transform:translate(-50%,-50%) scale(1)}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox]:before{position:absolute;color:#fff;font-size:10px;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);transition:transform .14s ease-in-out}#search-result .aggregations .aggregation-wrapper .aggregation .color-list ul li input[type=checkbox]:checked:before{transform:translate(-50%,-50%) scale(1)}#search-result .aggregations .aggregation-wrapper .aggregation .checkbox-wrapper-with-text{display:flex;align-items:center;height:28px;line-height:15px;color:#333}#search-result .aggregations .aggregation-wrapper .aggregation .checkbox-wrapper-with-text label{display:flex;justify-content:center;align-items:center;max-height:25px;cursor:pointer}#search-result .aggregations .aggregation-wrapper .aggregation .checkbox-wrapper-with-text label p:hover{color:#999}#search-result .aggregations .aggregation-wrapper .aggregation .checkbox-wrapper-with-text .checkbox-wrapper{padding-right:0}#search-result .aggregations .aggregation-wrapper .aggregation .checkbox-wrapper-with-text .checkbox-wrapper label{padding:5px 5px 5px 0}#search-result .aggregations .aggregation-wrapper .aggregation .checkbox-wrapper-with-text .checkbox-wrapper label input[type=checkbox]:checked+.checkbox-icon-wrapper{background-color:#d55959;border-color:#d55959}#search-result .aggregations .aggregation-wrapper .aggregation .active{font-weight:700}#search-result .aggregations .aggregation-wrapper .aggregation .show-more-toggle{margin-top:5px;padding:5px 0;cursor:pointer;border:0;background-color:inherit}#search-result .aggregations .aggregation-wrapper .aggregation .show-more-toggle span{display:inline;margin-right:10px;font-size:10px}#search-result .aggregations .aggregation-wrapper .aggregation .show-more-toggle p{display:inline;font-size:10px;font-weight:700;line-height:normal;letter-spacing:.83px;color:#666}#search-result .aggregations .aggregation-wrapper .aggregation .disable-checkbox{color:#999;cursor:no-drop}#search-result .aggregations .aggregation-wrapper .aggregation:first-child header{border:none}#search-result .aggregations .aggregation-wrapper .aggregation.relative-item{position:relative}#search-result .aggregations .aggregation-wrapper .aggregation .container .icon-delete{font-size:17px;position:absolute;top:11px;right:31px;color:#999;padding:5px;cursor:pointer}#search-result .aggregations .aggregation-wrapper .aggregation header{display:flex;justify-content:space-between;align-items:center;padding-top:10px;margin-bottom:5px;cursor:pointer;border-top:2px solid hsla(0,0%,85%,.3)}#search-result .aggregations .aggregation-wrapper .aggregation header h3{font-size:12px;font-weight:700;letter-spacing:.3px;color:#333}#search-result .aggregations .aggregation-wrapper .aggregation header h3 .selected_filters_count{height:14px;width:14px;display:inline-flex;justify-content:center;background:#d55959;border-radius:50%;align-items:center;color:#fafafa;font-size:10px}#search-result .aggregations .aggregation-wrapper .aggregation header button{padding:5px;border:0;background-color:inherit;transition:transform .2s ease-out;cursor:pointer}#search-result .aggregations .aggregation-wrapper .aggregation header button.expanded{transform:rotate(-180deg)}#search-result .aggregations .aggregation-wrapper .aggregation header button.expanded span:before{color:#e56d59}#search-result .aggregations .aggregation-wrapper .aggregation header button span{font-size:10px}#search-result .aggregations .aggregation-wrapper .aggregation header button span:before{color:#ccc}#search-result .select{max-width:22.5ch;font-size:13px;cursor:pointer;position:relative;display:inline-flex;border:1px solid #979797;width:100%}#search-result .select span{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:7px;pointer-events:none}#search-result .select select{-webkit-appearance:initial;-moz-appearance:initial;appearance:auto;background-color:transparent;border:none;padding:11px;margin:0;width:100%;font-family:inherit;font-size:inherit;cursor:inherit;line-height:inherit;display:grid;color:#333;-moz-appearance:none;-webkit-appearance:none;appearance:none}#search-result .select select::-ms-check,#search-result .select select::-ms-expand{display:none}#search-result .search-header{background-color:#fafafa}#search-result .search-header .breadcrumb{height:44px;padding:0 50px}#search-result .search-header .breadcrumb .content{width:clamp(660px,100%,1800px);display:flex;height:100%;margin:0 auto;align-items:center}#search-result .search-header .breadcrumb .content>*{margin-right:10px}#search-result .search-header .breadcrumb .content .home{opacity:.5;font-size:12px;line-height:2.64;color:#333;white-space:nowrap}#search-result .search-header .breadcrumb .content i{color:#333;opacity:.5;font-size:8px;margin-top:2px}#search-result .search-header .breadcrumb .content .title{font-size:12px;line-height:2.64;letter-spacing:1px;color:#333;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#search-result .search-header .heading{display:flex;background-color:#f0f0f0;box-sizing:border-box;padding:25px 50px}#search-result .search-header .heading .content{width:clamp(660px,100%,1800px);display:flex;height:100%;margin:0 auto;height:unset;justify-content:space-between}#search-result .search-header .heading .content .title{display:flex;align-items:center;overflow:hidden}#search-result .search-header .heading .content .title h1{font-size:20px;font-weight:700;letter-spacing:.88px;margin-right:15px;color:#333;text-transform:capitalize;line-height:normal;white-space:nowrap;max-width:90%;overflow:hidden;text-overflow:ellipsis}#search-result .search-header .heading .content .title p{font-size:14px;line-height:normal;letter-spacing:1.29px;color:#666;margin-top:2px;white-space:nowrap;max-width:100%;padding-right:10px}#search-result .no-result{background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:20px 50px 55vh;padding:75px 0 100px;text-align:center}#search-result .no-result h3{margin-top:25px;margin-bottom:30px;font-size:22px;font-weight:700;letter-spacing:.45px;color:#999}#search-result .pagination{display:flex;align-items:center;justify-content:center;padding:10px;font-size:14px}#search-result .pagination a,#search-result .pagination p{margin-right:10px;background-color:#e0e0e0;padding:10px}#search-result .listing-banner img{width:100%}#search-result .listing-banner .redirect-disabled{pointer-events:none}#search-result .stamps{box-sizing:border-box;position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:minmax(30%,1fr) 1fr 1fr;z-index:3;padding:10px 0;pointer-events:none}#search-result .stamps .stamps-column{display:flex;flex-direction:column;justify-content:space-between}#search-result .stamps .stamps-column>div>:not(:last-child){margin-bottom:5px}#search-result .stamps .stamps-right{align-items:flex-end}#search-result .stamps .stamps-right>div{display:flex;flex-direction:column;align-items:flex-end}#search-result .stamps .stamps-left .stamps-top .image-stamp{margin-top:-5px;margin-left:5px}#search-result .stamps .stamps-bottom{transition:.4s ease-in}#search-result .stamps .stamps-bottom.up{padding-bottom:67px}#search-result .stamps .stamps-bottom.down{padding-bottom:0}#search-result .stamps .image-stamp-lower-left{width:unset!important;max-width:unset!important;height:26px}#search-result .stamps .discount{width:40px;height:15px;font-weight:600;align-items:center;background-color:#d55959;color:#fff;font-size:12px;letter-spacing:.3px}#search-result .favorite-box-wrapper,#search-result .stamps .discount{display:flex;flex-direction:column;justify-content:center;text-align:center}#search-result .favorite-box-wrapper{-webkit-box-pack:center;width:18px;height:18px;margin-right:7px;cursor:pointer}#search-result .favorite-box-wrapper i{font-size:19px;padding-top:7px}@keyframes ripple{0%{transform:scale(0)}to{transform:scale(1)}}#search-result .favorite-box-wrapper i.icon-int-favorites-full{animation:ripple .2s}#search-result .favorite-box-wrapper .icon-int-favorites:before{color:#333}#search-result .favorite-box-wrapper .icon-int-favorites-full:before{color:#d55959;position:relative;right:1px}#search-result .image-wrapper{position:relative;background-size:cover;overflow:hidden}#search-result .image-wrapper .lazyload-wrapper img{width:100%}#search-result .image-wrapper .image{width:100%;max-height:100%;box-sizing:border-box;transition:all .4s ease}#search-result .image-wrapper .hover-image{position:absolute;top:0;bottom:0;left:0;right:0;transition:all 0 ease;opacity:0}#search-result .image-wrapper .hover-image.fade-in.no-varinat-image{transition:opacity .7s;opacity:1}#search-result .image-wrapper .hover-image.fade-out.no-varinat-image{transition:opacity .7s;opacity:0!important}#search-result .image-wrapper .color-options-wrapper{width:100%;height:70px;background:#fafafa;display:none;position:absolute;bottom:0;animation:animateBottomToTop .4s ease-in}#search-result .image-wrapper .color-options-wrapper .color-options{display:flex;margin-top:10px;margin-left:1px}#search-result .image-wrapper .color-options-wrapper .color-options .option-image{width:40px;height:60px;margin-right:7px}#search-result .image-wrapper .color-options-wrapper .color-options .option-image:hover{border:1px solid #333}#search-result .image-wrapper .color-options-wrapper .color-options .more-options{display:flex;justify-content:center;align-items:center;-webkit-box-shadow:inset 0 0 0 1px #d9d9d9;-moz-box-shadow:inset 0 0 0 1px #d9d9d9;box-shadow:inset 0 0 0 1px #d9d9d9;width:40px;height:60px}#search-result .image-wrapper .color-options-wrapper .color-options .more-options:hover{-webkit-box-shadow:inset 0 0 0 1px #333;-moz-box-shadow:inset 0 0 0 1px #333;box-shadow:inset 0 0 0 1px #333}#search-result .image-wrapper .color-options-wrapper .color-options .more-options a{font-weight:700;font-size:14px;color:#333}#search-result .image-wrapper:hover .color-options-wrapper{display:block}#search-result .product{position:relative;cursor:pointer}#search-result .product .price{width:100%;display:flex;-webkit-box-pack:justify;justify-content:space-between}#search-result .product .price .wrapper{display:flex;font-size:clamp(10px,3.7vmin,16px);height:auto;width:100%;text-align:left;float:left;color:#d55959}#search-result .product .price .wrapper>div:first-child{color:#666}#search-result .product .price .wrapper .original-price{font-weight:600;display:inline-block;margin-right:5px;text-decoration:line-through}#search-result .product .price .wrapper .current{display:inline-block;font-weight:600}#search-result .product .color-variants-button{all:unset;box-sizing:border-box;position:absolute;right:10px;bottom:10px;min-width:38px;height:20px;padding:5px 6px;border-radius:20px;box-shadow:0 1px 1px 0 rgba(0,0,0,.2);background-color:#fff;display:flex;justify-content:space-around;align-items:center}#search-result .product .color-variants-button .count-wrapper{height:100%;font-size:10px;font-weight:700;color:#333;display:flex;align-items:center}#search-result .product .color-variants-button .color-wrapper{position:relative;display:flex;justify-content:center;align-items:center;width:15px;height:100%}#search-result .product .color-variants-button .color-wrapper .oval{box-sizing:border-box;position:absolute;width:10px;height:10px;border:1px solid #fff;border-radius:50%}#search-result .product .color-variants-button .color-wrapper .lean-to-left{left:0}#search-result .product .color-variants-button .color-wrapper .lean-to-right{left:5px}#search-result .product .color-variants-button .color-wrapper .color-blue{background-image:linear-gradient(90deg,#3023ae,#53a0fd 48%,#b4ec51 101%)}#search-result .product .color-variants-button .color-wrapper .color-orange{background-image:linear-gradient(90deg,#6bceb4,#f98cc2 48%,#fff781 101%)}#search-result .product .promotions{display:flex;flex-wrap:wrap;gap:8px}#search-result .product .promotions>*{width:calc(50% - 4px);box-sizing:border-box}#search-result .product .promotions .promotion:first-child,#search-result .product .promotions .promotion:nth-child(2){margin-top:10px}#search-result .product .promotion{padding:5px 8px;height:34px;display:flex;align-items:center}#search-result .product .promotion-orange{background:#fef4eb}#search-result .product .promotion-gray{background:#f5f5f5}#search-result .product .promotion-green{background:#e2f8eb}#search-result .product .promotion .promotion-icon{margin-right:10px;scale:1.4}#search-result .product .promotion .promotion-name{font-size:10px;font-weight:600;color:#333;overflow:hidden;line-height:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:left}#search-result .product .favorite-box-container{position:absolute;right:0}#search-result .product a{text-decoration:none}@keyframes animateBottomToTop{0%{bottom:-100px}to{bottom:0}}#search-result .product .info{width:100%;box-sizing:border-box;display:flex;text-align:center;flex-direction:column;justify-content:center;padding:10px 0}#search-result .product .info .head{width:100%;box-sizing:border-box;display:flex;align-items:center;letter-spacing:.5px}#search-result .product .info .name{text-align:left;color:#666;font-size:12px;height:30px;line-height:18px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:35px;margin-top:7px;letter-spacing:.3px}#search-result .product .info .name .brand{display:inline-block;line-height:18px;font-weight:400;font-size:12px;color:#666;margin-right:5px;letter-spacing:.3px}#search-result .product .info-with-rrp{padding:10px 0}#search-result .product .info-with-rrp .head{width:100%;box-sizing:border-box;display:flex;align-items:center}#search-result .product .info-with-rrp .head .brand{font-weight:600;letter-spacing:.3px;color:#333;display:-webkit-box}#search-result .product .info-with-rrp .head .brand,#search-result .product .info-with-rrp .name{font-size:12px;line-height:18px;max-width:95%;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}#search-result .product .info-with-rrp .name{font-weight:500;display:flex;align-items:center;margin-top:2px;color:#999;display:-webkit-box}#search-result .product .info-with-rrp .rating{margin-top:5px;margin-bottom:10px;min-height:12px}#search-result .product .rating-score{display:flex;align-items:center;margin-top:5px}#search-result .top-ranking-wrapper{background:linear-gradient(180deg,#e46d5c,#f3bdb5 20%,#f7e0dd 45%,#f7f6f6 85%,#fafafa)}#search-result .top-ranking-wrapper .price-box{font-size:16px;font-weight:700;height:auto;margin:6px 0 2px;width:100%;display:flex;flex-direction:row;justify-content:flex-start;color:#d55959}#search-result .top-ranking-wrapper .price-box div{margin:0 5px 0 0}#search-result .top-ranking-wrapper .price-box>div:first-child{color:#666}#search-result .top-ranking-wrapper .price-box .market-price{text-decoration:line-through;margin-right:3px}#search-result .top-ranking-wrapper .price-box .sales-price{font-weight:600}#search-result .top-ranking-wrapper .top-ranking-product{display:inline-block;min-width:175px;background:#fff;margin-right:10px;vertical-align:top;position:relative;list-style-type:none;cursor:pointer;width:18.28vw!important}#search-result .top-ranking-wrapper .top-ranking-product a{text-decoration:none}#search-result .top-ranking-wrapper .top-ranking-product a .top-ranking-image-wrapper{background:url(https://cdn.dsmcdn.com/mweb/production/product-placeholder.6dd40f981c7c0292fec5160d3b067fbb.jpg);position:relative;background-size:cover;overflow:hidden}#search-result .top-ranking-wrapper .top-ranking-product a .top-ranking-image-wrapper .top-ranking-image{padding:10px;min-width:174px;position:relative;width:18.28vw!important;box-sizing:border-box;background-size:cover}#search-result .top-ranking-wrapper .top-ranking-product .link{text-decoration:none}#search-result .top-ranking-wrapper .top-ranking-product .info{width:100%;box-sizing:border-box;display:flex;text-align:center;flex-direction:column;justify-content:center;padding:5px 10px}#search-result .top-ranking-wrapper .top-ranking-product .head{width:100%;box-sizing:border-box;display:flex;align-items:center}#search-result .top-ranking-wrapper .top-ranking-product .head .favorite-box{margin-right:0}#search-result .top-ranking-wrapper .top-ranking-product .info-name{text-align:left;color:#999;font-size:12px;line-height:18px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:5px;font-weight:500;height:35px}#search-result .top-ranking-wrapper .top-ranking-product .info-name .info-brand{display:inline-block;color:#333;margin-right:5px;text-transform:uppercase;white-space:nowrap}#search-result .top-ranking-wrapper .top-ranking-product .stamps .stamps-bottom.down{margin-left:10px;margin-bottom:10px}#search-result .top-ranking-wrapper .top-ranking-product .stamps .stamps-column.stamps-left .stamps-top .image-stamp{margin-top:10px!important;margin-left:15px!important}#search-result .top-ranking-wrapper .info-with-rrp{width:100%;box-sizing:border-box;display:flex;text-align:center;flex-direction:column;padding:0 10px 5px;min-height:102px}#search-result .top-ranking-wrapper .info-with-rrp .price-with-rrp{margin-top:5px}#search-result .top-ranking-wrapper .info-with-rrp .head .brand{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:left;font-weight:600;font-size:12px;line-height:18px;letter-spacing:.3px;color:#333}#search-result .top-ranking-wrapper .info-with-rrp .head .favorite-box-container{right:5px;position:absolute}#search-result .top-ranking-wrapper .info-with-rrp .name{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:500;font-size:12px;line-height:18px;color:#999;text-align:start}#search-result .top-ranking-wrapper .horizontal-scroll-button{appearance:auto;padding:0;border:0;position:absolute;opacity:.85;top:39%;width:40px;height:50px;display:flex;justify-content:center;align-items:center;background-color:#fff;cursor:pointer;z-index:2;transition:all .4s ease}#search-result .top-ranking-wrapper .horizontal-scroll-button:hover{background-color:#f2f2f2}#search-result .top-ranking-wrapper .horizontal-scroll-button span{font-size:18px;color:#000}#search-result .top-ranking-wrapper .back{left:0}#search-result .top-ranking-wrapper .forward{right:0}#search-result .top-ranking-wrapper .product-slider-header{display:flex;justify-content:space-between;align-items:center;color:#fff;padding:20px 20px 0}#search-result .top-ranking-wrapper .product-slider-header .title{font-weight:700;font-size:20px;line-height:24px;letter-spacing:.3px;text-transform:capitalize}#search-result .top-ranking-wrapper .product-slider-header .discover-more{font-size:14px;line-height:17px;cursor:pointer}#search-result .top-ranking-wrapper .product-slider-header .discover-more a{text-decoration-line:underline}#search-result .top-ranking-wrapper .product-slider-header .discover-more span{font-size:10px;color:#fff;margin-left:10px}#search-result .top-ranking-wrapper .product-slider{margin-top:20px;position:relative}#search-result .top-ranking-wrapper .product-slider .carousel-top-ranking{overflow:hidden}#search-result .top-ranking-wrapper .product-slider .carousel-top-ranking [class*=styles-module_item-container]{width:calc(18.28vw - 20px)!important}#search-result .top-ranking-wrapper .product-slider .carousel-top-ranking [class*=styles-module_item-tracker]{align-items:center;display:flex}#search-result .top-ranking-wrapper .product-slider .carousel-top-ranking div[class^=styles-module_item-tracker]>*{width:unset!important}#search-result .top-ranking-wrapper .product-slider .carousel-top-ranking div[class^=styles-module_item-tracker]>:not(:last-child){margin-right:20px}#search-result .top-ranking-wrapper .product-slider .carousel-top-ranking div[class^=styles-module_item-tracker]>:first-child{margin-left:20px}#search-result .did-you-mean-wrapper{width:100%;display:flex;flex-direction:column}#search-result .did-you-mean-wrapper .did-you-mean-text{font-size:14px;font-weight:600;color:#333;margin-bottom:15px}#search-result .did-you-mean-wrapper .did-you-mean-text a{color:#016fd0;cursor:pointer;margin-left:10px}#search-result .did-you-mean-wrapper .did-you-mean-text a:hover{color:#08467e}#search-result .did-you-mean-wrapper .info-box{background-color:#e4f1ff;padding:20px;color:#333;font-size:12px;font-weight:500;display:flex;align-items:center}#search-result .did-you-mean-wrapper .info-box .icon-info{border-radius:50%}#search-result .did-you-mean-wrapper .info-box .info-box-content{margin-left:15px}#search-result .search-result{background-color:#fafafa;display:flex;flex-direction:column;justify-content:center}#search-result .search-result .chip-list{box-sizing:border-box}#search-result .search-result .chip-list ul{display:flex;flex-wrap:wrap;padding-bottom:5px}#search-result .search-result .chip-list ul li{box-sizing:border-box;margin:0 5px 5px 0;background-color:#fff;height:30px;padding:10px;display:flex;justify-content:center;align-items:center;border:1px solid #ededed}#search-result .search-result .chip-list ul li p{font-size:12px;font-weight:700;letter-spacing:.3px;color:#333}#search-result .search-result .chip-list ul li button.remove{-webkit-appearance:initial;-moz-appearance:initial;appearance:auto;padding:0;border:0;outline:none;display:flex;justify-content:center;align-items:center;cursor:pointer;margin-left:10px;border-radius:50%;width:18px;height:18px;background-color:#e6e6e6}#search-result .search-result .chip-list ul li button.remove::-ms-check{display:none}#search-result .search-result .chip-list ul li button.remove span{font-size:8px;line-height:16px}#search-result .search-result .chip-list ul li.clear-all{background-color:inherit;border:0}#search-result .search-result .chip-list ul li.clear-all button{-webkit-appearance:initial;-moz-appearance:initial;appearance:auto;padding:0;border:0;outline:none;background-color:inherit;cursor:pointer}#search-result .search-result .chip-list ul li.clear-all button::-ms-check{display:none}#search-result .search-result .chip-list ul li.clear-all button p{text-decoration:underline}#search-result .search-result .search-result-wrapper{padding-top:16px;display:flex;justify-content:center;flex-direction:column}#search-result .search-result .search-result-wrapper .product-list{display:grid;gap:20px}#search-result .search-result .search-result-wrapper .product-list li{width:100%;box-sizing:border-box;position:relative;list-style-type:none;overflow:hidden}#search-result .search-result .search-result-wrapper .product-list li__image-wrapper{background-size:cover;position:relative}#search-result .search-result .contents-container{background-color:#fafafa;padding:0 50px}#search-result .search-result .contents-container .contents{width:clamp(660px,100%,1800px);display:flex;height:100%;margin:0 auto;padding-top:20px}#search-result .search-result .contents-container .contents>.body{margin:0 auto;width:100%}#search-result .slp-recommendations{background-color:#fafafa;padding:50px;width:clamp(660px,100%,1800px);display:flex;height:100%;margin:0 auto}@media only screen and (min-width:1800px){#search-result .slp-recommendations{padding:50px 0}}#search-result .slp-recommendations .slp-aside{width:240px}#search-result .slp-recommendations .content .header h2{font-weight:700;font-size:20px;line-height:24px;color:#333;margin-bottom:15px}#search-result .slp-recommendations .content .slp-recommendations-list{display:flex;column-gap:10px;row-gap:15px;flex-wrap:wrap;max-width:1560px}#search-result .slp-recommendations .content .slp-recommendations-list .slp-recommendation-item{border-radius:20px;font-size:12px;line-height:15px;font-weight:600;border:1px solid #e5e5e5;cursor:pointer;color:#333;background-color:#fafafa;white-space:nowrap;padding:10px}#search-result .slp-recommendations .content .slp-recommendations-list .slp-recommendation-item:hover{border:1px solid #333}
/*# sourceMappingURL=search-result.style.css.map*/