/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://github.com/material-components/material-components-web/blob/master/LICENSE
 */@keyframes mdc-ripple-fg-radius-in{0%{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}}@keyframes mdc-ripple-fg-opacity-in{0%{animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-out{0%{animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}.mdc-ripple-surface{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;outline:none;overflow:hidden}.mdc-ripple-surface:before,.mdc-ripple-surface:after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-ripple-surface:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-ripple-surface.mdc-ripple-upgraded:before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-ripple-surface.mdc-ripple-upgraded:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-ripple-surface.mdc-ripple-upgraded--unbounded:after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-ripple-surface:before,.mdc-ripple-surface:after{background-color:#000}.mdc-ripple-surface:hover:before{opacity:.04}.mdc-ripple-surface.mdc-ripple-upgraded--background-focused:before,.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12}.mdc-ripple-surface:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-ripple-surface:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12}.mdc-ripple-surface.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: .12}.mdc-ripple-surface:before,.mdc-ripple-surface:after{top:-50%;left:-50%;width:200%;height:200%}.mdc-ripple-surface.mdc-ripple-upgraded:after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded]{overflow:visible}.mdc-ripple-surface[data-mdc-ripple-is-unbounded]:before,.mdc-ripple-surface[data-mdc-ripple-is-unbounded]:after{top:0%;left:0%;width:100%;height:100%}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:before,.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:after{top:var(--mdc-ripple-top, 0%);left:var(--mdc-ripple-left, 0%);width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-ripple-surface--primary:before,.mdc-ripple-surface--primary:after{background-color:#6200ee;background-color:var(--mdc-theme-primary, #6200ee)}.mdc-ripple-surface--primary:hover:before{opacity:.04}.mdc-ripple-surface--primary.mdc-ripple-upgraded--background-focused:before,.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12}.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12}.mdc-ripple-surface--primary.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: .12}.mdc-ripple-surface--accent:before,.mdc-ripple-surface--accent:after{background-color:#018786;background-color:var(--mdc-theme-secondary, #018786)}.mdc-ripple-surface--accent:hover:before{opacity:.04}.mdc-ripple-surface--accent.mdc-ripple-upgraded--background-focused:before,.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12}.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12}.mdc-ripple-surface--accent.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: .12}img{color:transparent}img:-moz-loading{visibility:hidden}[tooltip]{position:relative}[tooltip]:before,[tooltip]:after{position:absolute;display:none;line-height:1;text-transform:none;opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none}[tooltip]:before{border:5px solid transparent;content:"";z-index:1001}[tooltip]:after{width:280px;padding:10px;border-radius:5px;box-shadow:0 1em 2em -.5em #0006;background:#333;color:#fff;text-align:center;z-index:1000;content:attr(tooltip)}[tooltip]:hover:before,[tooltip]:hover:after{display:block}[tooltip=""]:before,[tooltip=""]:after{display:none!important}[tooltip]:not([flow]):before,[tooltip][flow^=up]:before{bottom:100%;border-bottom-width:0;border-top-color:#333}[tooltip]:not([flow]):after,[tooltip][flow^=up]:after{bottom:calc(100% + 5px)}[tooltip]:not([flow]):before,[tooltip]:not([flow]):after,[tooltip][flow^=up]:before,[tooltip][flow^=up]:after{left:65px;transform:translate(-50%,-.5em)}[tooltip][flow^=down]:before{top:100%;border-top-width:0;border-bottom-color:#333}[tooltip][flow^=down]:after{top:calc(100% + 5px)}[tooltip][flow^=down]:before,[tooltip][flow^=down]:after{left:50%;transform:translate(-50%,.5em)}@media screen and (min-width: 740px){[tooltip]:not([flow]):before,[tooltip]:not([flow]):after,[tooltip][flow^=up]:before,[tooltip][flow^=up]:after{left:50%}}[tooltip][flow^=left]:before{top:50%;border-right-width:0;border-left-color:#333;left:calc(0em - 5px);transform:translate(-.5em,-50%)}[tooltip][flow^=left]:after{top:50%;right:calc(100% + 5px);transform:translate(-.5em,-50%)}[tooltip][flow^=right]:before{top:50%;border-left-width:0;border-right-color:#333;right:calc(0em - 5px);transform:translate(.5em,-50%)}[tooltip][flow^=right]:after{top:50%;left:calc(100% + 5px);transform:translate(.5em,-50%)}@keyframes tooltips-vert{to{opacity:.9;transform:translate(-50%)}}@keyframes tooltips-horz{to{opacity:.9;transform:translateY(-50%)}}[tooltip]:not([flow]):hover:before,[tooltip]:not([flow]):hover:after,[tooltip][flow^=up]:hover:before,[tooltip][flow^=up]:hover:after,[tooltip][flow^=down]:hover:before,[tooltip][flow^=down]:hover:after{animation:tooltips-vert .3s ease-out forwards}[tooltip][flow^=left]:hover:before,[tooltip][flow^=left]:hover:after,[tooltip][flow^=right]:hover:before,[tooltip][flow^=right]:hover:after{animation:tooltips-horz .3s ease-out forwards}.button-primary:not(.disabled):hover{background:#333;border:1px solid #333333}.announcement-bar{padding-top:9px;padding-bottom:9px;font-size:14px;font-weight:600;line-height:18px}.site-logo{max-width:250px!important;font-size:16px;line-height:46px;text-transform:uppercase}.site-logo svg{margin-top:-5px;margin-right:10px;vertical-align:middle}.site-logo span{display:none;vertical-align:baseline}.live-search-form,.live-search-form:hover,.live-search--focused .live-search-form{box-shadow:none}.live-search-button{color:#6c7174;background-color:#f9faf8;border-color:#f9faf8}.site-header-cart{width:85px;justify-content:end}.site-header-actions{margin-right:1.5rem}@media screen and (min-width: 1024px){.site-logo span{display:inline}.site-header-main{padding-top:25px;padding-bottom:25px}.site-header-cart{margin-top:-24px}}@media screen and (min-width: 720px){.site-header-menu-toggle{left:15px;opacity:0;visibility:hidden;transition:opacity 125ms cubic-bezier(0,0,.2,1) .1s}.animating .site-header-menu-toggle{visibility:visible}.site-header-sticky--scrolled .site-header-menu-toggle{opacity:1;visibility:visible}.site-header-logo{display:inline-block;height:auto;margin-right:25px;margin-left:0;text-align:left}}@media screen and (max-width: 1023px) and (min-width: 720px){.site-header-main{padding-left:10px;padding-right:10px}.site-header-menu-toggle{position:absolute;top:0;left:15px}.site-header-main-content{flex-wrap:nowrap;justify-content:center;margin-right:2.5rem;margin-left:15px}.site-header-sticky--scrolled .site-header-main-content{margin-left:50px}.site-header-actions{display:flex}.site-header-right{display:flex;height:46px}.site-header-actions__account-link{margin-right:10px}.site-header-actions .site-header_account-link-text{display:none}}@media screen and (min-width: 720px){.site-header-nav--open .site-navigation-wrapper{display:block}}.site-header--full-width .site-navigation{background-color:#2d2c2e}.disclosure-list--visible{display:block!important}.site-navigation .navmenu-depth-1>li{padding-top:4px;padding-bottom:4px}.site-navigation .navmenu-link-depth-1,.site-navigation .site-header-account-link a{line-height:20px;color:#f9faf8}.site-navigation ul.navmenu{width:100%}.site-navigation .navmenu-depth-1>li.utility-bar{display:flex;flex-grow:1;align-items:center;justify-content:end}.site-navigation .utility-bar a.disclosure-list__item{font-size:14px;font-weight:400;line-height:20px}.site-header-sticky--scrolled .utility-bar{display:none}section.utility-bar{display:none}.navmenu-meganav-sidenav__items .navmenu-depth-3.navmenu-empty{--meganav-sidenav-columns: 1}[data-meganav-sidenav-image-aspect-ratio=long] .navmenu-item__image-wrapper{padding-bottom:133.33333%}.navmenu-meganav-standard__items .navmenu-depth-2{--meganav-standard-columns: 3;position:absolute;top:1rem;right:0;left:25%;padding:1rem 25px 0 1.75rem;overflow:auto}@media screen and (min-width: 1280px){.navmenu-meganav-standard__items .navmenu-depth-2{--meganav-standard-columns: 4}}.navmenu-meganav-standard__items--images .navmenu-depth-2{grid-template-columns:repeat(var(--meganav-standard-columns),1fr);grid-auto-rows:-webkit-max-content;grid-auto-rows:max-content;grid-gap:1.75rem;align-items:start}.navmenu-meganav-standard__items--images .navmenu-depth-3[data-animation-state=open],.navmenu-meganav-standard__items--images .navmenu-depth-3[data-animation]{display:grid}.navmenu-meganav-standard__items--images .navmenu-item__image-wrapper{position:relative;margin-bottom:.75rem}.navmenu-meganav-standard__items--images .navmenu-item__image{width:100%;height:auto}[data-meganav-standard-image-aspect-ratio] .navmenu-item__image{position:absolute;top:0;left:0;height:100%;object-fit:contain}[data-meganav-standard-image-crop=true] .navmenu-item__image{object-fit:cover}[data-meganav-standard-image-aspect-ratio=short] .navmenu-item__image-wrapper{padding-bottom:75%}[data-meganav-standard-image-aspect-ratio=square] .navmenu-item__image-wrapper{padding-bottom:100%}[data-meganav-standard-image-aspect-ratio=long] .navmenu-item__image-wrapper{padding-bottom:133.33333%}[data-meganav-standard-image-aspect-ratio=tall] .navmenu-item__image-wrapper{padding-bottom:150%}#site-mobile-nav .navmenu-meganav-standard__image-container{display:none}.home-section--title{color:#424042;text-transform:uppercase}#shopify-section-template--15882825105629__16495043907383c16b{padding-top:5rem;padding-bottom:5rem;color:#1b1a1d;background-color:#dcdee2}#shopify-section-template--15882825105629__16495043907383c16b .rich-text--container{margin-top:0}@media screen and (min-width: 860px){#shopify-section-template--15882825105629__16495043907383c16b .rich-text--container{margin-top:0}}#shopify-section-template--15882825105629__16495043907383c16b .rich-text-heading{font-style:italic}#shopify-section-template--15882825105629__16495043907383c16b .rich-text-content{color:#6c7174}#shopify-section-template--19046451872009__16488053715432a2a9{margin-bottom:3rem}#shopify-section-template--19046451872009__16488053715432a2a9 h2{color:#424042;text-transform:uppercase}.shopify-section.highlights-banner{background-color:#e2dddc}@media screen and (min-width: 1024px){.highlights-banner__content{padding-top:80px;padding-bottom:80px}}.shopify-section.highlights-banner .highlights-banner__heading{color:#7a6e66;font-weight:600}.highlights-banner__template--15882825105629__dynamic_highlights_banner .highlights-banner__content{background-color:#fff}body.collection-dekore #gf-tree{display:none}.collection--outer{display:flex;flex-direction:column;border-radius:4px;background-color:#d4d2cb}.collection--outer.collection--outer-no-box{background-color:inherit}.collection--outer.collection--outer-no-box .collection--text{padding:0}.collection--outer.collection--outer-no-image .collection--text{aspect-ratio:auto}.collection--outer .collection--text{padding:40px;width:100%;align-self:center;aspect-ratio:2 / 1;visibility:hidden}@media screen and (min-width: 580px){.collection--outer .collection--text{aspect-ratio:3 / 1}}.collection--outer .collection--title{margin-top:0;font-size:24px;font-weight:600;line-height:150%}.collection--outer .collection--description h1,.collection--outer .collection--description h2{margin-top:1rem;font-size:16px;line-height:150%;font-weight:600}.collection--outer .collection--image{width:100%;padding:1.5rem}.collection--outer .collection--image img{max-width:100%}.collection--outer.collection--outer-full .collection--description,.collection--outer.collection--outer-no-image .collection--description{max-width:max-content;column-count:auto;column-gap:30px}@media screen and (min-width: 1024px){.collection--outer.collection--outer-full .collection--description,.collection--outer.collection--outer-no-image .collection--description{column-count:2}}@media screen and (min-width: 1024px){.collection--outer.collection--outer-half,.collection--outer.collection--outer-quarter{flex-direction:row}.collection--outer.collection--outer-half .collection--text,.collection--outer.collection--outer-half .collection--image{width:50%}.collection--outer.collection--outer-quarter .collection--text{width:66%}.collection--outer.collection--outer-quarter .collection--image{width:34%}}.collection-footer{margin:50px auto}@media screen and (min-width: 768px){.collection--section .productgrid--outer .collection-footer>.collection--description{width:80%;margin:0 auto;padding-left:25px}.collection--section .productgrid--outer .collection-footer.page-content{max-width:100%}}.productgrid--footer{margin-bottom:3.125rem}@media screen and (max-width: 389px){.productgrid--items.products-per-row-4 .productgrid--item{width:100%;margin-top:10px;margin-left:0}.productgrid--items.products-per-row-4 .productgrid--item:nth-child(-n+2){margin-top:10px}}.productitem{display:flex;flex-direction:column;background-color:#d4d2cb}.productitem__container{display:flex;flex-direction:column;flex-grow:1}.productitem--info{flex-grow:1;background-color:#d4d2cb}.productitem--title{line-height:1.5rem;text-align:center}.productitem--subtitle{display:flex;justify-content:flex-end}.productitem--subtitle .productitem--title{margin-top:0;width:100%;text-align:center}.productitem--subtitle .price{margin-top:0;width:100%;font-size:16px;text-align:right}.productitem__price.price{margin-top:0;width:100%;line-height:1.5rem;text-align:center}.productitem__price.price .price__current{display:inline;margin-right:0;font-size:16px;line-height:100%}.productitem__price.price .price__current.price__current--on-sale{color:#ca584e}.productitem--actions{position:relative!important;bottom:auto;width:100%;visibility:visible!important;opacity:1!important;margin-left:0;transition:none!important}.productitem[data-animation="closed=>open"],.productitem[data-animation-state=open]{position:relative!important;height:auto!important}.productitem--action a.button{width:100%}figure.productitem--image{position:relative}figure.productitem--image:after{content:"";display:block;height:0;width:100%;padding-bottom:100%}figure.productitem--image>img{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.productitem--swatches-swatch-container{display:flex;height:24px;line-height:1.5rem;margin-right:0;margin-bottom:1px;align-items:center;justify-content:center}.productitem--swatches-swatch-wrapper{height:20px;margin-right:0;margin-bottom:0}.productitem--swatches-swatch{margin-left:2px;margin-right:2px;pointer-events:auto}.productitem--swatches-swatch-inner{width:20px;height:20px;border:none;pointer-events:auto}.productitem--swatches-swatch-more{width:auto}.productitem--swatches-swatch-more a{font-size:16px;line-height:20px;color:#1f1a19;text-decoration:none}.productitem--swatches-swatch-inner img{width:20px;height:20px}@media screen and (max-width: 859px){.product-recently-viewed-card .productitem--subtitle{display:block}.product-recently-viewed-card .productitem--subtitle .productitem--title,.product-recently-viewed-card .productitem--subtitle .price{width:100%}}.gf-swatch-image{background-color:transparent!important}#gf-grid #gf-controls-container .gf-summary{margin-left:2px;margin-bottom:0}#gf-grid .productitem--title,#gf-grid .productitem--subtitle{text-align:center}#gf-grid .productitem--subtitle .productitem--title{width:100%}#gf-grid .productitem__price{text-align:center}#gf-grid .price .price__current{display:inline;font-size:16px;text-align:center;line-height:100%}.gl-fullscreen-layer .gl-card-title{font-family:Source Sans Pro,sans-serif;font-style:normal;font-weight:400;font-size:16px;margin:.625rem 0 0;line-height:1.3125;letter-spacing:normal;text-transform:none;text-align:center;white-space:normal;overflow:hidden}.gl-fullscreen-layer .gl-card-content gl-card-flex{line-height:24px}.gl-fullscreen-layer .gl-card-title a{color:#1f1a19;font-weight:400;text-decoration:none;transition:color .1s cubic-bezier(.4,0,.2,1)}.gl-fullscreen-layer .gl-card-pricing{font-weight:400;margin-top:0!important}.gl-fullscreen-layer .gl-card-price{display:inline;font-size:16px;font-weight:400;text-align:center;color:#666363;line-height:1.3125}.product__container--main .product-title-decor,.product__container--main legend.options-selection__option-header{display:none}.product__container--main .options-selection__option-decor a:first-of-type{box-shadow:0 0 0 1.5px #e2dddc}.product__container--main1 .options-selection__option-decor a>span.more{display:none}.product__container--main1 .options-selection__option-decor a>span.more:after{display:inline-block;content:"Dekore zum Produkt"}.product__container--main div.options-selection__option-values[data-variant-option-index="1"]{display:none}@media screen and (min-width: 720px){.product-gallery{position:sticky;align-self:flex-start;top:140px}}@media screen and (min-width: 1024px){.product-gallery{top:20px}}.product-gallery--viewer{display:inline-block;height:auto!important;background-color:#d4d2cb}.product-gallery--viewer:after{content:"";display:block;margin-top:100%}.product-gallery--viewer .flickity-slider,.product-gallery--media.product-gallery--image-placeholder,.product-gallery--media[data-gallery-selected=true],.product-gallery--media.is-selected{position:absolute;height:100%;top:0;bottom:0;left:0;right:0}.product-gallery--viewer .flickity-prev-next-button{opacity:.5}.product-gallery--viewer .flickity-prev-next-button:hover:not([disabled]){opacity:.7}.product-gallery--viewer .flickity-prev-next-button.previous{left:0;z-index:2}.product-gallery--viewer .flickity-prev-next-button.next{right:0;z-index:2}.product-gallery--image{padding:10%}[data-product-gallery-aspect-ratio=natural] .product-gallery--media img,.product-gallery--media svg{height:100%}figure.product-gallery--scale-50 img[data-rimg=loaded],figure.product-gallery--scale-50 img.product-gallery--loaded-image,figure.product-gallery--scale-50 img.lazyloaded{padding:25%}figure.product-gallery--scale-56 img[data-rimg=loaded],figure.product-gallery--scale-56 img.product-gallery--loaded-image,figure.product-gallery--scale-56 img.lazyloaded{padding:22%}figure.product-gallery--scale-60 img[data-rimg=loaded],figure.product-gallery--scale-60 img.product-gallery--loaded-image,figure.product-gallery--scale-60 img.lazyloaded{padding:20%}figure.product-gallery--scale-66 img[data-rimg=loaded],figure.product-gallery--scale-66 img.product-gallery--loaded-image,figure.product-gallery--scale-66 img.lazyloaded{padding:17%}figure.product-gallery--scale-70 img[data-rimg=loaded],figure.product-gallery--scale-70 img.product-gallery--loaded-image,figure.product-gallery--scale-70 img.lazyloaded{padding:15%}figure.product-gallery--scale-76 img[data-rimg=loaded],figure.product-gallery--scale-76 img.product-gallery--loaded-image,figure.product-gallery--scale-76 img.lazyloaded{padding:12%}figure.product-gallery--scale-80 img[data-rimg=loaded],figure.product-gallery--scale-80 img.product-gallery--loaded-image,figure.product-gallery--scale-80 img.lazyloaded{padding:10%}figure.product-gallery--scale-84 img[data-rimg=loaded],figure.product-gallery--scale-84 img.product-gallery--loaded-image,figure.product-gallery--scale-84 img.lazyloaded{padding:8%}figure.productitem--scale-56 img[data-rimg=loaded],figure.productitem--scale-56 img.lazyloaded{padding:22%}figure.productitem--scale-60 img[data-rimg=loaded],figure.productitem--scale-60 img.lazyloaded{padding:20%}figure.productitem--scale-66 img[data-rimg=loaded],figure.productitem--scale-66 img.lazyloaded{padding:17%}figure.productitem--scale-76 img[data-rimg=loaded],figure.productitem--scale-76 img.lazyloaded{padding:12%}figure.productitem--scale-80 img[data-rimg=loaded],figure.productitem--scale-80 img.lazyloaded{padding:10%}figure.productitem--scale-88 img[data-rimg=loaded],figure.productitem--scale-88 img.lazyloaded{padding:6%}.options-selection__option-header .options-selection__option-subtitle,.options-selection__option-product-details{font-size:14px;color:#6c7174}.options-selection__option-header .options-selection__option-subtitle a,.options-selection__option-product-details a{color:#000;text-decoration:none}a.options-selection__option-name-dekor,a.options-selection__option-name-dekor:active,a.options-selection__option-name-dekor:hover,a.options-selection__option-name-decor,a.options-selection__option-name-decor:active,a.options-selection__option-name-decor:hover{color:#6c7174;text-decoration:underline}a.options-selection__option-name-qualit\e4t{text-decoration:none}span.options-selection__option-name{color:#6c7174}span.options-selection__option-name>span{color:#1b1a1d}a.options-selection__option-name-dekor span.options-selection__option-name,a.options-selection__option-name-decor span.options-selection__option-name{font-size:22px!important;line-height:24px!important;color:#6c7174}.option-value-input+.option-value-swatch-wrapper{border-radius:2px}.option-value-input:checked+.option-value-swatch-wrapper,.productgrid--sidebar-item-swatches-grid [data-filter-active=true] .filter-item--swatch-wrapper,.productitem--swatches-input:checked+.productitem--swatches-swatch-wrapper{box-shadow:0 0 0 1.5px #f2f1ef,0 0 0 3px #e2dddc}.product-details .price div.price__current{font-size:32px;color:#1f1a19}.product-details .price+span{font-size:16px;color:#6c7174}.option-name{color:#6c7174}.option-name>span{color:#1b1a1d}.options-selection__option-decor{display:flex;flex-wrap:wrap}.options-selection__option-decor a{position:relative;display:flex;margin-top:10px;margin-right:10px;width:112px;height:112px;border-radius:4px;box-shadow:0 0 0 1.5px #e2dddc}.options-selection__option-decor a:first-of-type{box-shadow:0 0 0 1.5px #616161}.options-selection__option-decor a.last{margin-right:0}.options-selection__option-decor a img{width:100%;padding:5px;background-color:#d4d2cb}.options-selection__option-decor a.last img{// opacity: .3}.options-selection__option-decor a>span.overlay{position:absolute;width:100%;height:100%;background-color:#d4d2cb;opacity:.3}.options-selection__option-decor a>span.more{position:absolute;margin-top:-10px;margin-left:-45px;top:50%;left:50%;font-size:14px;line-height:20px;color:#7a6e66}.product-form-delivery-time{margin-top:1rem;margin-bottom:1.5rem}.product-form-delivery-time--green{display:inline-block;margin-left:.5rem;margin-right:.25rem;height:12px;width:12px;background-color:#54a35d;border-radius:50%}.product-form-delivery-time--yellow{display:inline-block;margin-left:.5rem;margin-right:.25rem;height:12px;width:12px;background-color:#fce903;border-radius:50%}.product-form-delivery-time--red{display:inline-block;margin-left:.5rem;margin-right:.25rem;height:12px;width:12px;background-color:#fd5a13;border-radius:50%}.product-form--atc-button{color:#fff;background-color:#000}.product-form--atc-button:hover,.product-form--atc-button:active{color:#000;background-color:#000}.product-specification{display:flex;flex-wrap:wrap;justify-content:center;padding-left:1.25rem;padding-right:1.25rem;border:1px solid #c0b9c7;border-radius:4px}.product-specification>div{width:160px;padding-top:1.25rem;padding-bottom:1.25rem;display:flex;align-items:center;justify-content:center}.product-specification--icon{margin-right:1rem;min-width:50px;max-width:54px;max-height:54px;text-align:center}.product-specification--text em{font-style:normal;font-weight:600}@media screen and (min-width: 600px){.product-specification>div{width:200px}.product-specification--icon{text-align:left}}@media screen and (min-width: 1024px){.product-specification>div{width:200px}}.product-description--outer{display:flex;flex-direction:column;border-radius:4px;background-color:#d4d2cb}.product-description--outer .product-description--text{padding:40px;width:100%;align-self:center}.product-description--outer .product-description--title{margin-top:0;font-size:24px;font-weight:600;line-height:150%}.product-description--outer .product-description--description h2{margin-top:1rem;font-size:16px;line-height:150%;font-weight:600}.product-description--outer .product-description--image,.product-description--outer .product-description--image img{max-width:100%}.product-description--outer.product-description--outer-full .product-description--description,.product-description--outer.product-description--outer-no-image .product-description--description{max-width:max-content;column-count:auto;column-gap:30px}@media screen and (min-width: 600px){.product-description--outer.product-description--outer-full .product-description--description,.product-description--outer.product-description--outer-no-image .product-description--description{column-count:2}}@media screen and (min-width: 1024px){.product-description--outer.product-description--outer-half,.product-description--outer.product-description--outer-quarter{flex-direction:row}.product-description--outer.product-description--outer-half .product-description--text,.product-description--outer.product-description--outer-half .product-description--image{width:50%}.product-description--outer.product-description--outer-quarter .product-description--text{width:66%}.product-description--outer.product-description--outer-quarter .product-description--image{width:34%}}.product-sets--outer{display:flex;position:relative;align-items:center;margin-bottom:1rem;padding:1.5rem 1rem;background-color:#f9faf8;box-shadow:0 1px 2px #00000026;border:1px solid #1b1a1d;border-radius:4px}.product-sets--outer a.button-primary{margin-top:10px;width:140px;color:#fff}.product-sets--discount-text{position:absolute;left:0;top:0;padding:2px 10px;border-radius:2px 0 3px;background-color:#c30000;width:fit-content;color:#fff}.product-sets--text{margin-right:2rem}.product-sets--image{display:flex;margin-left:auto}#shopify-section-template--15882824515805__1655557667a3fbf2ac [data-layout=grid] .featured-collection__title-card{background-color:#e3e0d8;transition:height .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);border:1px solid rgba(121,121,120,.16);box-shadow:0 1px 4px #7979781c}#shopify-section-template--15882824515805__1655557667a3fbf2ac [data-layout=grid] .featured-collection__title-card:hover{box-shadow:0 2px 8px #79797833}@media screen and (min-width: 1080px){#shopify-section-template--15882824515805__1655559171ea4ca3a8 .productgrid--item{display:none}#shopify-section-template--15882824515805__1655559171ea4ca3a8 .productgrid--item:nth-child(-n+5){display:block}#shopify-section-template--15882824515805__1655559171ea4ca3a8 .featured-collection__container.show .productgrid--item:nth-child(n+6){display:block;animation:fade-in 1s}#shopify-section-template--15882824515805__1655559171ea4ca3a8 .featured-collection__container:not(.show) .productgrid--item.faded-in{display:block;animation:fade-out 1s}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.productitem__badge{top:0;left:0;right:auto;bottom:auto}.product__badge--instock,.hotspot__badge--instock,.productitem__badge--instock{color:#fff;background-color:#1f1a19}@media screen and (min-width: 860px){.product-recently-viewed-card{width:15rem}}.template-product .shopify-section.product-recommendations--section{margin-bottom:30px}.checkout-buttons{display:flex;flex-direction:column}.cart-checkout .cart-continue{margin-top:0;padding:.875rem 1.75rem;font-size:var(--font-size-button-x-large)}.checkout-buttons .button-primary,.checkout-buttons .button-secondary{margin-top:1.25rem;margin-right:1.25rem;width:100%}@media screen and (min-width: 750px){.checkout-buttons{flex-direction:row}.checkout-buttons .button-primary,.checkout-buttons .button-secondary{width:50%}.checkout-buttons .button-primary{margin-left:5px}.checkout-buttons .button-secondary{margin-right:5px}}.gl-fullscreen-layer .gl-card-thumbnail a{padding:0!important}.gl-fullscreen-layer .gl-card-thumbnail .productitem--image img{visibility:visible}#gf-grid+.productgrid--no-results-button{display:none}.site-footer-wrapper{margin-top:0;background-color:#1b1a1d;color:#b7bbc1}@media screen and (min-width: 1024px){.site-footer-wrapper{padding-top:1.5rem;padding-bottom:1rem}}.site-footer-wrapper .newsletter .form-field-input{padding-right:40px;color:#fff;background-color:#1b1a1d;border-color:#6c7174;border-radius:5px}.site-footer-wrapper .newsletter .newsletter-input{max-width:none}.site-footer-wrapper .newsletter .newsletter-input button{position:absolute;top:20px;right:20px;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33337 6H10.6667' stroke='%236C7174' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 1.3335L10.6667 6.00016L6 10.6668' stroke='%236C7174' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-color:inherit;border:none;width:12px;height:12px;content:""}.site-footer-wrapper .newsletter .newsletter-submit{display:none}.site-footer-wrapper .newsletter .newsletter-input label{top:5px;transform:none}.site-footer-wrapper .navmenu-link:hover,.site-footer-wrapper .site-footer-credits a:hover,.site-footer-wrapper .rte a:hover{color:#fff}.site-footer-block-title{font-size:12px;text-transform:uppercase;color:#fff}.site-footer-block-content--notice{font-weight:300}.site-footer-credits{color:#f9faf8}.site-footer-credits.site-footer-credits-powered-by-link{color:#6c7174}@media screen and (min-width: 1024px){.site-footer__row>:nth-child(1){flex:1 1 30%}.site-footer-center{width:25%;text-align:right;align-self:end}.site-footer-right{width:45%}}.page-content{max-width:880px}#rbr-container-element-false>div>div>div{margin-bottom:24px!important}wishlist-button-collection{position:absolute}.product-recently-viewed__wrapper{background-color:#e3e0d8}.product-gallery--media-thumbnail-img{background-color:#d4d2cb}
/*# sourceMappingURL=/cdn/shop/t/11/assets/custom.css.map */
