.main-product__wrapper{position:relative;display:flex;gap:78px;justify-content:space-between;padding:24px;background:#fff;box-shadow:0 5px 10px #00000026;border-radius:20px;margin-bottom:80px}.main-product__left,.main-product__right{flex:1}.main-product__left{height:fit-content;position:sticky;top:100px}.main-product__card{position:relative}.main-product__image{width:100%;height:auto;display:block}.main-product__tag{position:absolute;top:16px;left:16px;background:#ff4d4d;color:#fff;padding:4px 8px;font-size:12px;text-transform:uppercase;border-radius:4px}.main-product__anchors{margin-top:18px;display:flex;justify-content:space-between}.main-product__anchors a{text-decoration:none;font-weight:500;padding:2px 6px;font-size:16px;line-height:130%;text-align:center;color:#0f1318;transition:all .3s;border-radius:8px}.main-product__anchors a:hover{background:#f4f5f6}.main-product__variant-options{margin-bottom:24px}@media screen and (max-width: 768px){.main-product__variant-options{min-height:80px}}.main-product__option{margin-bottom:12px}.main-product__quantity-input{width:60px}.main-product__actions-row{display:flex;align-items:center;margin-bottom:24px;justify-content:space-between}.main-product__buy-now-button{padding:12px 24px;background:#000;color:#fff;border:none;cursor:pointer;width:100%;text-align:center}.main-product__price,.main-product__price--sale{font-weight:700;font-size:32px;line-height:130%;color:#0f1318}.main-product__compare-price{font-weight:500;font-size:24px;line-height:130%;text-decoration-line:line-through;color:#868686}.main-product__card{display:flex;flex-direction:column;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;background:linear-gradient(180deg,#f4ec77,#2fcddc)}.main-product__card-header{display:flex;justify-content:flex-start;padding:24px;gap:12px}.main-product__tag{background:#ff4d4d;color:#fff;padding:4px 10px;font-size:12px;font-weight:700;text-transform:uppercase;border-radius:4px}.main-product__card-body{display:flex;justify-content:center;align-items:center;height:240px}.main-product__svg-placeholder svg{max-width:100px;max-height:100px}.main-product__card-footer{display:flex;justify-content:space-between;align-items:center;padding:0 19px;background:#000;color:#fff;height:60px;font-size:14px;text-align:center}.main-product__delivery-time{font-weight:500;font-size:16px;line-height:130%;text-align:center;color:#fff}.main-product__title{font-style:normal;font-weight:700;font-size:2rem;line-height:110%;color:#0f1318;margin-bottom:40px;display:block}.quantity-wrapper{display:flex;align-items:center;background:#f4f5f6;border:1px solid #acacac;border-radius:20px}.qty-btn{width:64px;height:44px;border:none;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:24px 24px;cursor:pointer;border-radius:4px;transition:all .2s}.qty-btn:hover{background-color:#e0e1e2}.qty-btn:active{background-color:#d5d5d5}.qty-btn:disabled{opacity:.3}.qty-btn.minus{border-radius:20px 0 0 20px;background-image:url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 12.3477H19.5' stroke='%230F1318' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.qty-btn.plus{border-radius:0 20px 20px 0;background-image:url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 5.34766V19.3477' stroke='%230F1318' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.5 12.3477H19.5' stroke='%230F1318' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.main-product__quantity-input{width:50px;text-align:center;background:#fff;font-weight:600;font-size:20px;line-height:100%;color:#000;border:none;border-radius:0;height:44px}.variant-select-wrapper{margin-bottom:1rem}.main-product__variant-options .variant-price{padding-right:32px}.main-product__variant-options .variant-select__dropdown .variant-price{padding-right:0}.variant-select-label{margin-bottom:8px;font-style:normal;font-weight:600;font-size:16px;line-height:110%;color:#000}.variant-select{position:relative;cursor:pointer;background:#f4f5f6;border:1px solid #acacac;border-radius:50px}.variant-select.open{border:1px solid #4d4d4d;background:#e0e1e2}@media screen and (min-width: 769px){.variant-select.open{top:auto!important}}@media screen and (max-width: 768px){.variant-select.open{position:absolute;top:0;left:0;right:0;margin:auto;width:calc(100% - 48px)}.variant-select.open .variant-select__selected{box-shadow:0 5px 10px #00000026;border-radius:50px}}.variant-select:hover{background:#e0e1e2}.variant-select__selected{padding:16px;line-height:100%;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;color:#0f1318}.variant-select__selected:after{content:"";display:inline-block;width:24px;height:24px;position:absolute;right:12px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.78259L12 15.7826L18 9.78259' stroke='%230F1318' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:100% 100%;float:right;transition:transform .3s ease}.open .variant-select__selected:after{transform:rotate(180deg)}.variant-select__dropdown{position:absolute;top:calc(100% + 2px);width:100%;box-sizing:content-box;left:-1px;right:0;background:#fff;border:1px solid #acacac;border-top:none;border-radius:20px;overflow-y:auto;opacity:0;pointer-events:none;transition:all .3s;z-index:10;box-shadow:0 5px 10px #00000026}@media screen and (min-width: 769px){.variant-select__dropdown{max-height:245px!important}}.variant-select.open .variant-select__dropdown{opacity:1;pointer-events:auto}.variant-select__dropdown .simplebar-scrollbar:before{left:8px}.variant-select__option{padding:15px;cursor:pointer;display:flex;justify-content:space-between;position:relative}.variant-select__option:not(:last-child):after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:1px;background-color:#d2d5d8}.variant-select__option:hover,.variant-select__option.selected{background-color:#f5f5f5}.payment-icons{margin-top:32px;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;padding-bottom:32px;border-bottom:1px solid #b9b9b9}.payment-icons svg{width:50px;height:auto}.tags-container{display:flex;gap:40px;margin-top:32px}.tags-column{flex:1}.advantage_tag{display:flex;align-items:center;margin-bottom:8px;font-weight:400;font-size:14px;line-height:110%;color:#0f1318;gap:4px}.tag-icon{margin-right:10px;width:24px;height:24px}.advantage_tag span{font-size:14px}.trusti-rating{display:flex;align-items:center}.rating-icon{margin-right:8px}.rating-text{font-weight:500;font-size:16px;line-height:130%;text-align:center;color:#fff}.product-section-overview{display:flex;gap:2rem;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.product-section-overview.visible{opacity:1;transform:translateY(0)}.product-section-overview__sidebar-box{flex:0 0 384px;max-height:fit-content;position:sticky;top:100px}.product-section-overview__tag{font-style:normal;font-weight:700;font-size:16px;line-height:100%;text-align:center;color:#fff;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 16px;gap:10px;background:#0f1318;border-radius:10px;margin-top:32px}.product-section-overview__sidebar{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;padding:24px;gap:31px;background:#fff;border:1px solid #d2d5d8;box-shadow:0 5px 10px #00000026;border-radius:20px}.product-section-overview__anchors{list-style:none;padding:0;margin:0;width:100%}.product-section-overview__anchors li{margin-bottom:.5rem}.product-section-overview__anchors a{text-decoration:none;cursor:pointer;display:block;width:100%;padding:8px 16px;font-weight:500;font-size:16px;line-height:130%;color:#0f1318;border-radius:6px;transition:all .3s}.product-section-overview__anchors a:hover{background:#eaeaea}.product-section-overview__content{flex:1;max-height:419px;overflow-y:auto;scroll-behavior:smooth;padding-right:1rem;color:#4d4d4d;font-size:16px;line-height:150%}.product-section-overview__sidebar h2{font-weight:600;font-size:24px;line-height:120%;text-align:center;color:#0f1318}.product-section-overview__content p{font-weight:400;font-size:16px;line-height:150%;color:#4d4d4d}.product-section-overview__content h1,.product-section-overview__content h2,.product-section-overview__content h3,.product-section-overview__content h4,.product-section-overview__content h5{font-style:normal;font-weight:700;line-height:130%;color:#0f1318;margin-bottom:8px;margin-top:32px}.product-section-overview__content ul,.product-section-overview__content ol{margin:16px 0;padding-left:20px;color:#4d4d4d;font-size:16px;line-height:150%}.product-section-overview__content ul li,.product-section-overview__content ol li{margin-bottom:8px;list-style-position:outside}.product-section-overview__content ul{list-style-type:disc}.product-section-overview__content ol{list-style-type:decimal}.product-section-overview__content table{width:100%;border-collapse:collapse;margin:24px 0;font-size:16px;line-height:150%;color:#4d4d4d}.product-section-overview__content th,.product-section-overview__content td{border:1px solid #ddd;padding:12px;text-align:left}.product-section-overview__content th{background-color:#f5f5f5;font-weight:700;color:#0f1318}.product-section-overview__content tr:nth-child(2n){background-color:#fafafa}.product-section-overview__content h1{font-size:32px}.product-section-overview__content h2{font-size:28px}.product-section-overview__content h3{font-size:24px}.product-section-overview__content h4{font-size:20px}.product-section-overview__content h5{font-size:16px}.custom-order-section{text-align:center;display:flex;flex-direction:column;align-items:center;padding:32px 56px;background:#fff;box-shadow:0 5px 10px #00000026;border-radius:20px;margin:80px 0}.custom-order-title{margin-bottom:16px;font-weight:700;font-size:40px;line-height:130%;text-align:center;letter-spacing:-.02em;color:#0f1318}.custom-order-text{margin-bottom:32px;font-weight:400;font-size:18px;line-height:150%;text-align:center;color:#4d4d4d}.custom-order-button{padding:14px 58px;border:none;cursor:pointer;font-weight:700;font-size:16px;line-height:19px;text-align:center;text-transform:capitalize;color:#fff;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;background:#0f1318;border-radius:20px;text-decoration:none}.custom-order-button:hover{background-color:#1a1f26}@media (max-width: 768px){.main-product__wrapper{flex-direction:column;margin-left:-24px;margin-right:-19px;gap:32px}.main-product__left{position:relative}.desktop-only{display:none}.main-product__left{top:0}.main-product__price,.main-product__price--sale{font-size:24px;line-height:100%}.main-product__compare-price{font-size:16px;line-height:100%}.main-product__card{height:200px}.dropdown-opened .main-product__card{opacity:0}.main-product__card-body{height:68px;flex:1}.main-product__card-footer{height:40px}.main-product__card-header{padding:16px 16px 0}.main-product__svg-placeholder svg{max-width:68px;max-height:68px}.payment-icons{margin-top:24px;gap:initial;padding-bottom:24px}.tags-container{margin-top:24px}.main-product__anchors{margin-top:24px;flex-wrap:wrap;justify-content:center;gap:8px}.main-product__anchors a{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:6px 24px;gap:4px;background:#fff;border:1px solid #0f1318;border-radius:8px;font-weight:400;font-size:16px;line-height:100%;color:#0f1318}.quantity-wrapper{width:120px}.main-product__quantity-input{width:100%;height:40px}.qty-btn{min-width:40px;min-height:40px;height:40px;width:40px;background-color:#f4f5f6}.qty-btn:hover{background-color:#e0e1e2}.main-product__title{margin-bottom:16px;font-weight:700;font-size:24px;line-height:110%;display:block}.main-product__image-placeholder img{height:68px;width:68px}.product-section-overview{flex-direction:column}.product-section-overview__sidebar-box{position:relative;top:0}.main-product__delivery-time{font-weight:500;font-size:16px;line-height:130%;text-align:center;color:#fff;white-space:nowrap;max-width:200px;text-overflow:ellipsis;overflow:hidden;display:inline-block}.custom-order-section{padding:24px 16px}.custom-order-title{font-weight:700;font-size:24px;line-height:130%;margin-bottom:8px}.custom-order-text{margin-bottom:16px;font-size:16px}.custom-order-button{padding:14px 56px}.custom-order-button:hover{background-color:#1a1f26}}.product-recommendations.is-loading .swiper-container{opacity:0;transform:translateY(50px);transition:opacity .5s ease,transform .5s ease}.product-recommendations .swiper-container{opacity:1;transform:translateY(0);transition:opacity .5s ease,transform .5s ease}@media (max-width: 390px){.main-product__price{display:flex;align-items:flex-end;flex-wrap:wrap;gap:4px}}@media (min-width: 768px){.mobile-only{display:none}}@media (max-width: 768px){.desktop-only{display:none}}.product-section-overview__content h2:nth-child(1){margin-top:0}.main-product__card.soundcloud-promotion{background:linear-gradient(180deg,#ff9b9b,#f7931a)}.main-product__card.facebook-promotion{background:linear-gradient(180deg,#ff9b9b,#0766ff)}.main-product__card.spotify-promotion{background:linear-gradient(180deg,#f4ec77,#2fcddc)}.main-product__card.instagram-promotion{background:linear-gradient(180deg,#f9c737cf,#df2a85cf 47.51%,#7428cbcf)}.main-product__card.youtube-promotion,.main-product__card.youtube-werbung{background:linear-gradient(180deg,#ff9b9b,red)}.main-product__card.twitch-promotion{background:linear-gradient(180deg,#bf94ff,#9146ff)}.main-product__card.tiktok-promotion{background:linear-gradient(180deg,#25f4ee,#f51273)}.product-variants-list .simplebar-scrollbar:before{left:8px;bottom:75px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/style-single-product.css.map */
