.s4h-p-sec{padding:var(--s4hp-pt) 0 var(--s4hp-pb);background:var(--s4hp-bg);color:var(--s4hp-fg)}.s4h-p-wrap{max-width:1240px;margin:0 auto;padding:0 32px}.s4h-p-eyebrow{font-family:var(--base-font-family);font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--s4hp-accent);font-weight:500}.s4h-p-head h2{margin:8px 0 0;font-size:clamp(1.6rem,2.8vw,2.2rem);line-height:1.12}.s4h-p-head p{margin:12px 0 0;font-weight:300;opacity:.78}.s4h-p-sec--grid .s4h-p-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:30px;flex-wrap:wrap}.s4h-p-sec--grid .s4h-p-head__txt{display:flex;flex-direction:column;max-width:60ch}.s4h-p-grid{display:grid;grid-template-columns:repeat(var(--s4hp-cols),1fr);gap:34px 20px}.s4h-p-sec--ed .s4h-p-wrap{display:grid;grid-template-columns:minmax(200px,280px) 1fr;gap:56px;align-items:center}.s4h-p-sec--ed .s4h-p-head__txt{display:flex;flex-direction:column}.s4h-p-sec--ed .s4h-p-head .button{margin-top:24px;align-self:flex-start}.s4h-p-scroller{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2px}.s4h-p-scroller::-webkit-scrollbar{display:none}.s4h-p-scroller>.s4h-p{flex:0 0 clamp(180px,23%,250px);scroll-snap-align:start}.s4h-p-rail{margin-top:20px;height:2px;background:currentColor;opacity:.18;border-radius:2px;position:relative}.s4h-p-rail i{position:absolute;top:0;bottom:0;left:0;width:25%;background:currentColor;border-radius:2px}.s4h-p{display:flex;flex-direction:column;gap:7px}.s4h-p__media{position:relative;aspect-ratio:4 / 5;border-radius:2px;overflow:hidden;background:var(--s4hp-tile)}.s4h-p-sec--ed .s4h-p__media{aspect-ratio:1 / 1}.s4h-p__track{display:flex;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain}.s4h-p__track::-webkit-scrollbar{display:none}.s4h-p__slide{flex:0 0 100%;scroll-snap-align:center;position:relative;display:block}.s4h-p__slide img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .7s cubic-bezier(.22,.61,.36,1)}.s4h-p:hover .s4h-p__slide img{transform:scale(1.028)}@supports not (mix-blend-mode: multiply){.s4h-p__slide img{mix-blend-mode:normal}}.s4h-p__vorschau{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:none;background:var(--s4hp-tile)}.s4h-p[data-farbwahl="1"] .s4h-p__vorschau{display:block}.s4h-p[data-farbwahl="1"] .s4h-p__dots{display:none}.s4h-p__vorschau img{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}@supports not (mix-blend-mode: multiply){.s4h-p__vorschau img{mix-blend-mode:normal}}.s4h-p__dots{position:absolute;left:0;right:0;bottom:9px;z-index:3;display:flex;justify-content:center;gap:5px;pointer-events:none;transition:opacity .2s ease}.s4h-p__dots i{width:5px;height:5px;border-radius:50%;background:#2b232038;transition:background .2s ease,transform .2s ease}.s4h-p__dots i.on{background:#2b2320b3;transform:scale(1.25)}.s4h-p__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:30px;height:30px;border-radius:50%;border:0;cursor:pointer;background:#ffffffeb;color:#2b2320;display:grid;place-items:center;opacity:0;transition:opacity .2s ease;box-shadow:0 1px 6px #0000001f}.s4h-p__nav svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:1.7}.s4h-p__nav--prev{left:8px}.s4h-p__nav--next{right:8px}.s4h-p:hover .s4h-p__nav,.s4h-p:focus-within .s4h-p__nav{opacity:1}@media(hover:none){.s4h-p__nav{display:none}}.s4h-p__fav{position:absolute;top:9px;right:9px;z-index:5;width:30px;height:30px;padding:0;border:0;border-radius:50%;cursor:pointer;background:#ffffffdb;display:grid;place-items:center;transition:background .18s ease,transform .18s ease}.s4h-p__fav svg{width:15px;height:15px;stroke:#2b2320;fill:none;stroke-width:1.5;transition:fill .18s ease,stroke .18s ease}.s4h-p__fav:hover{background:#fff;transform:scale(1.08)}.s4h-p__fav[aria-pressed=true] svg{fill:var(--s4hp-accent);stroke:var(--s4hp-accent)}.s4h-p__badge{position:absolute;top:9px;left:9px;z-index:3;background:var(--s4hp-accent);color:#fff;font-family:var(--base-font-family);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;padding:4px 8px;border-radius:2px}.s4h-p__badge--out{background:#6b7382}.s4h-p__add{position:absolute;left:8px;right:8px;bottom:8px;z-index:6;opacity:0;transform:translateY(6px);transition:opacity .22s ease,transform .22s ease}.s4h-p__add form{margin:0}.s4h-p__add button{width:100%;font-family:var(--base-font-family);font-size:.8125rem;font-weight:500;letter-spacing:.015em;padding:11px 10px;cursor:pointer;background:#fff;color:#2b2320;border:1px solid #2B2320;border-radius:2px;transition:background .16s ease,color .16s ease}.s4h-p__add button:hover{background:#2b2320;color:#fff}.s4h-p__add button[disabled]{opacity:.55;cursor:default}.s4h-p__add button[disabled]:hover{background:#fff;color:#2b2320}.s4h-p:hover .s4h-p__add,.s4h-p:focus-within .s4h-p__add{opacity:1;transform:none}.s4h-p:hover .s4h-p__dots,.s4h-p:focus-within .s4h-p__dots{opacity:0}@media(hover:none){.s4h-p__add{opacity:1;transform:none}.s4h-p__dots{bottom:58px}}.s4h-p__price{font-family:var(--base-font-family);font-size:1rem;font-weight:500;margin-top:1px}.s4h-p__price s{opacity:.5;font-weight:300;margin-left:6px;font-size:.8125rem}.s4h-p__brand{font-family:var(--base-font-family);font-size:.75rem;letter-spacing:.13em;text-transform:uppercase;opacity:.55}.s4h-p__name{font-size:.875rem;line-height:1.32;text-decoration:none;color:inherit;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.s4h-p__name:hover{text-decoration:underline;text-underline-offset:3px}.s4h-p__sw{display:flex;gap:6px;align-items:center;flex-wrap:nowrap;overflow:hidden;margin-top:1px;min-height:17px}.s4h-p__sw i,.s4h-p__swb{width:15px;height:15px;border-radius:50%;display:block;flex:0 0 auto;border:1px solid rgba(0,0,0,.16);background-size:cover;background-position:center;padding:0}.s4h-p__swb{position:relative;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.s4h-p__swb:hover{transform:scale(1.18)}.s4h-p__swb[aria-pressed=true]{box-shadow:0 0 0 2px var(--s4hp-bg),0 0 0 3px currentColor}.s4h-p__swb[data-frei="0"]:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:50%;background:linear-gradient(to top left,transparent 44%,rgba(255,255,255,.85) 44%,rgba(255,255,255,.85) 46%,rgba(0,0,0,.6) 46%,rgba(0,0,0,.6) 54%,rgba(255,255,255,.85) 54%,rgba(255,255,255,.85) 56%,transparent 56%)}.s4h-p__swmore{font-family:var(--base-font-family);font-size:.75rem;opacity:.55;white-space:nowrap;text-decoration:none;color:inherit;margin-left:2px}.s4h-p__swmore:hover{opacity:.95;text-decoration:underline;text-underline-offset:3px}.s4h-p__swname{font-family:var(--base-font-family);font-size:.75rem;opacity:.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:-2px}.s4h-p a:focus-visible,.s4h-p button:focus-visible{outline:2px solid var(--s4hp-accent);outline-offset:3px}@media(max-width:1100px){.s4h-p-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.s4h-p-sec--ed .s4h-p-wrap{grid-template-columns:1fr;gap:22px;align-items:start}.s4h-p-sec--ed .s4h-p-head .button{margin-top:16px}}@media(max-width:749px){.s4h-p-wrap{padding:0 18px}.s4h-p-grid{grid-template-columns:repeat(2,1fr);gap:26px 12px}.s4h-p-scroller>.s4h-p{flex:0 0 38%}.s4h-p__add button{font-size:.75rem;padding:9px 8px}.s4h-p__sw{gap:5px;min-height:14px}.s4h-p__sw i,.s4h-p__swb{width:13px;height:13px}}@media(hover:hover)and (pointer:fine){.s4h-p:hover .s4h-p__track .s4h-p__slide:nth-child(2){transform:translate(-100%);transition:none;animation:s4h-zweites-einblenden .28s ease}}.product-grid .swatches-containers-wrapper,.product-grid .swatches_container{overflow:visible!important;max-width:100%!important}.product-grid .swatches_container{align-items:flex-start}.product-grid .card__colors{flex-wrap:wrap;width:100%;min-width:0;row-gap:4px}@media(max-width:749px){.s4h-kat ul.product-grid{column-gap:12px!important;row-gap:30px!important}}.product-grid .card__content{gap:11px}html .s4h-p .s4h-p__track .s4h-p__slide,html .s4h-p--zweites .s4h-p__track .s4h-p__slide:nth-child(2){background:var(--s4hp-bg, #fff)}[id$=__trust] .product-labels__container{grid-template-columns:repeat(4,minmax(0,1fr))!important}@media(min-width:750px)and (max-width:899px){[id$=__trust] .product-labels__container{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(min-width:900px)and (max-width:1099px){[id$=__trust] .product-labels__wrapper{flex-wrap:wrap!important}[id$=__trust] .product-labels__image{flex:0 0 100%!important}}@media(max-width:749px){html [id$=__trust] .product-labels__container{display:flex!important;flex-wrap:nowrap!important;width:max-content!important;max-width:none!important;gap:0!important}html [id$=__trust] .product-labels__item-wrapper,html [id$=__trust] .product-labels__item{width:auto!important;max-width:none!important;flex:0 0 auto!important}html [id$=__trust] .product-labels__wrapper{display:grid!important;grid-template-columns:22px max-content!important;width:auto!important}}@media(min-width:750px){html [id$=__trust] .product-labels__item-wrapper,html [id$=__trust] .product-labels__item{width:100%!important;min-width:0!important;max-width:100%!important}}.s4h-p__fav,.s4h-stl__dot,.s4h-p__swmore,.s4h-p__swb{position:relative}.s4h-p__fav:after,.s4h-stl__dot:after,.s4h-sk__zeilenknopf:after,.s4h-p__swmore:after{content:"";position:absolute;left:50%;top:50%;width:44px;height:44px;transform:translate(-50%,-50%);border-radius:50%}.s4h-p__swb:after{content:"";position:absolute;left:-1px;right:-1px;top:-12px;bottom:-12px}@media(max-width:749px){.product__info-container .s4h-kb--varianten{order:4!important}}html .s4h-auf-dunkel .s4h-p .s4h-p__track .s4h-p__slide,html .s4h-auf-dunkel .s4h-p--zweites .s4h-p__track .s4h-p__slide:nth-child(2){background:var(--s4hp-tile, #fff)}@media(min-width:750px){.product__info-container .form__variants>label.color__swatch{flex:0 0 44px!important;width:44px!important;height:44px!important}}.s4h-p .s4h-p__dots{display:none}.swatches_container:has(color-swatch[data-product-handle=hochzeitsanstecker-trockenblumen]),.card__colors:has(color-swatch[data-product-handle=hochzeitsanstecker-trockenblumen]){display:none!important}.s4h-p__swb[data-ziel*="/products/hochzeitsanstecker-trockenblumen"]{display:none!important}@media(hover:none)and (pointer:coarse)and (min-width:990px){#shopify-section-header,.s4h-nav2{display:none!important}.mobile-header{display:block!important}#shopify-section-mobile-header{transition:transform .28s cubic-bezier(.25,.1,.25,1)}html.s4h-leiste-weg #shopify-section-mobile-header{transform:translateY(-140px)}html.s4h-leiste-weg #shopify-section-mobile-header:focus-within{transform:none}}@media(min-width:750px){.s4h-nav2{top:var(--s4h-kopfhoehe, 79px)}html.s4h-leiste-weg #shopify-section-header,html.s4h-leiste-weg .s4h-nav2{transform:translateY(calc(-1 * (var(--s4h-kopfhoehe, 79px) + 56px)))}}@media(min-width:750px)and (max-width:989px),(hover:none)and (pointer:coarse)and (min-width:990px){.mobile-header-section .mobile-header__content{display:flex!important;align-items:center;justify-content:flex-start;gap:16px}.mobile-header-section .logo{margin-right:auto}.mobile-header-section .logo__image{justify-content:flex-start}.mobile-header-section .s4h-mh__konto,.mobile-header-section .s4h-head-wish,.mobile-header-section .cart-block{flex:0 0 auto}.s4h-mh__konto{display:flex;align-items:center;color:#2b2320}.s4h-mh__zeile{display:flex;align-items:center;gap:12px;padding:0 16px 10px;background:#fff}.s4h-mh__zeile .burger-menu-block{flex:0 0 auto}.s4h-mh__suche{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:6px;padding:0 10px;background:#f7f4ee;border:1px solid rgba(43,35,32,.12);border-radius:var(--s4h-radius, 3px)}.s4h-mh__suche:focus-within{border-color:#2b232066}.s4h-mh__suche input[type=search]{flex:1 1 auto;min-width:0;border:0;background:transparent;font:inherit;font-size:16px;line-height:1.2;padding:10px 0;color:#2b2320;-webkit-appearance:none}.s4h-mh__suche input[type=search]::placeholder{color:#2b23208c}.s4h-mh__suche input[type=search]:focus{outline:none}.s4h-mh__suche button{flex:0 0 auto;border:0;background:none;padding:6px;display:flex;align-items:center;color:#2b2320;cursor:pointer}}@media(min-width:750px)and (max-width:989px),(hover:none)and (pointer:coarse)and (min-width:990px){.mobile-header-section .mobile-header__content{padding-left:16px;padding-right:16px}.mobile-header-section .logo{justify-content:flex-start}}#mega-menu-drawer .s4h-mm__pillen{display:flex;flex-wrap:wrap;gap:8px;padding:14px 16px 16px;margin:0;border-bottom:0}#mega-menu-drawer .s4h-mm__pille{flex:0 0 auto;width:auto;min-height:0;padding:11px 18px;border:0;border-radius:var(--s4h-radius-kante, 2px);background:#f2efea;color:#2b2320;font-family:var(--base-font-family);font-size:16px;line-height:1;letter-spacing:normal;text-transform:none;text-decoration:none;white-space:nowrap;justify-content:center;transition:background .15s ease,color .15s ease}#mega-menu-drawer .s4h-mm__pille:hover,#mega-menu-drawer .s4h-mm__pille:focus-visible{background:#2b2320;color:#fff}#mega-menu-drawer .s4h-mm__liste{display:block;border-top:1px solid rgba(43,35,32,.12)}#mega-menu-drawer .s4h-mm__zeile{display:flex;align-items:center;gap:14px;min-height:56px;padding:6px 16px;border-bottom:1px solid rgba(43,35,32,.12);color:#2b2320;text-decoration:none;text-transform:none;letter-spacing:normal}#mega-menu-drawer .s4h-mm__bild{display:flex;flex:0 0 auto;width:44px;height:44px;align-items:center;justify-content:center;overflow:hidden}#mega-menu-drawer .s4h-mm__text{flex:1 1 auto;min-width:0;font-family:var(--base-font-family);font-size:18px;line-height:1.25;text-align:left;text-transform:none;letter-spacing:normal}#mega-menu-drawer .s4h-mm__zeile>svg,#mega-menu-drawer .s4h-mm__pfeil{display:block;flex:0 0 auto;opacity:.5}#mega-menu-drawer .menu-drawer__header{padding-bottom:4px}#mega-menu-drawer .block-account{padding-top:4px;padding-bottom:4px}#mega-menu-drawer .menu__item-title{justify-content:flex-start!important}#mega-menu-drawer .s4h-mm__haupt{display:flex;align-items:center;gap:14px;flex:1 1 auto;min-width:0;padding:0;color:inherit;text-decoration:none}#mega-menu-drawer .s4h-mm__klapp{flex:0 0 auto;display:flex;align-items:center;border:0;background:none;padding:6px;color:#2b2320;cursor:pointer}#mega-menu-drawer .s4h-mm__unter a{display:flex;align-items:center;min-height:44px;padding:4px 16px 4px 74px;font-family:var(--base-font-family);font-size:16px;line-height:1.25;text-transform:none;letter-spacing:normal;color:#2b2320;text-decoration:none}#mega-menu-drawer .s4h-mm__pillen{display:block;padding:0;border-top:1px solid rgba(43,35,32,.12)}#mega-menu-drawer .s4h-mm__pille{display:flex;align-items:center;justify-content:flex-start;width:auto;min-height:60px;padding:6px 0;border:0;border-bottom:1px solid rgba(43,35,32,.12);border-radius:0;background:none;white-space:normal}#mega-menu-drawer .s4h-mm__pille:hover,#mega-menu-drawer .s4h-mm__pille:focus-visible{background:none;color:#971400}#mega-menu-drawer .s4h-mm__liste{border-top:0}#mega-menu-drawer .s4h-mm__zeile{min-height:60px;gap:0;padding:6px 0}#mega-menu-drawer .s4h-mm__haupt{gap:0}#mega-menu-drawer .s4h-mm__pille,#mega-menu-drawer .s4h-mm__text{font-family:var(--base-font-family);font-size:14px;line-height:1.3;letter-spacing:.06em;text-transform:uppercase;color:#2b2320}#mega-menu-drawer .s4h-mm__zeile--sale .s4h-mm__text{color:#971400}#mega-menu-drawer .s4h-mm__unter a{padding:4px 0 4px 24px;min-height:48px;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#776e64}#mega-menu-drawer .s4h-mm__unter a:hover{color:#971400}@media(min-width:769px)and (max-width:989px){.product__info-wrapper,.product__info-block{display:block!important}.product__info-container.s4h-kb{display:flex!important;flex-direction:column!important}}#mega-menu-drawer .s4h-mm__klapp--voll{flex:1 1 auto;width:100%;justify-content:space-between;padding:0;text-align:left}#mega-menu-drawer .s4h-mm__klapp--voll .s4h-mm__text{flex:1 1 auto}html.s4h-hat-mm #shopify-section-mobile-header{transition:transform .28s cubic-bezier(.25,.1,.25,1)}html.s4h-hat-mm.s4h-leiste-weg #shopify-section-mobile-header{transform:translateY(-140px)}html.s4h-hat-mm.s4h-leiste-weg #shopify-section-mobile-header:focus-within{transform:none}.s4h-tb{background:#fff!important}.s4h-tb .s4h-tb__wrap{align-items:center!important;text-align:center!important}.s4h-tb .s4h-tb__eyebrow,.s4h-tb .s4h-tb__kopf,.s4h-tb .s4h-tb__text{text-align:center!important}.s4h-tb .s4h-tb__text{margin-left:auto;margin-right:auto}.s4h-tb .s4h-tb__schritte{justify-content:center}.s4h-tb .s4h-tb__knopf{margin-left:auto;margin-right:auto}.s4h-tb .s4h-tb__schritt{border:1px solid rgba(43,35,32,.14)}.s4h-p__media:has(.s4h-p__slide[href*=kettenanhaenger-herren-edelstahl-haaland]){--s4h-zoom: .76 !important}.s4h-pl .s4h-p__media:has(.s4h-p__slide[href*=kettenanhaenger-herren-edelstahl-haaland]){--s4h-zoom: .61 !important}html [id$=__marken] .s4h-mr__feld img{max-height:56px!important}@media(min-width:750px)and (max-width:899px){html [id$=__trust] .product-labels__container{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px 10px!important}html [id$=__trust] .product-labels__heading{font-size:14px!important;line-height:1.25!important}html [id$=__trust] .product-labels__text,html [id$=__trust] .product-labels__text p{font-size:12.5px!important;line-height:1.35!important}html [id$=__trust] .product-labels__image,html [id$=__trust] .product-labels__image svg{width:22px!important;height:22px!important}}#mega-menu-drawer .s4h-mm__bild{display:flex;flex:0 0 auto;width:44px;height:44px;align-items:center;justify-content:center;overflow:hidden;background:#fff}#mega-menu-drawer .s4h-mm__bild:empty{background:none}#mega-menu-drawer .s4h-mm__bild img{display:block;width:100%;height:100%;object-fit:contain}#mega-menu-drawer .s4h-mm__zeile,#mega-menu-drawer .s4h-mm__haupt{gap:14px}#mega-menu-drawer .s4h-mm__klapp--voll{padding-left:58px}#mega-menu-drawer .s4h-mm__unter a{padding-left:82px}
/*# sourceMappingURL=/cdn/shop/t/12/assets/s4h-produktreihe.css.map */
