.platform-promotions{width:100%;padding:40px 0}.platform-promotions__header{display:flex;align-items:center;justify-content:center;margin-bottom:32px}.platform-promotions__title{font-size:22px;font-weight:800;color:#0f1318;letter-spacing:-.4px}.platform-promotions__view-more{font-size:13px;font-weight:700;color:#0f1318;text-decoration:none;opacity:.45;letter-spacing:.3px;transition:opacity .2s}.platform-promotions__view-more:hover{opacity:1}.platform-promotions__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-template-rows:auto auto auto;gap:16px}.platform-promotions__card{border-radius:20px;padding:22px 22px 18px;display:flex;flex-direction:column;cursor:pointer;position:relative;overflow:hidden;text-decoration:none;transition:transform .22s cubic-bezier(.34,1.36,.64,1),box-shadow .22s ease}.platform-promotions__card:hover{transform:translateY(-5px) scale(1.012);box-shadow:0 12px 28px #00000026}.platform-promotions__card--featured{grid-column:1;grid-row:1 / 3;background:#0f1318;justify-content:space-between;min-height:380px;padding:20px}.platform-promotions__card--featured:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;border-radius:inherit;mix-blend-mode:overlay;opacity:.4}.platform-promotions__glow{position:absolute;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(0,230,118,.18) 0%,transparent 70%);top:80px;right:50px;pointer-events:none}.platform-promotions__featured-top{display:flex;align-items:flex-start;justify-content:space-between;position:relative;z-index:1}.platform-promotions__featured-body{position:relative;z-index:1;margin-top:auto}.platform-promotions__featured-title{margin-bottom:4px;font-weight:700;font-size:24px;line-height:110%;display:flex;align-items:center;color:#fff}.platform-promotions__featured-description{margin-bottom:16px;font-weight:400;font-size:14px;line-height:130%;color:#9e9fa1}.platform-promotions__featured-footer{display:flex;align-items:center;justify-content:space-between}.platform-promotions__featured-orders{display:flex;align-items:center;gap:7px;font-weight:400;font-size:12px;line-height:15px;color:#9f9f9f}.platform-promotions__card--compact{background:#fff;border:1px solid #e2e2e1;min-height:160px;padding:20px;gap:16px}.platform-promotions__compact-top{display:flex;align-items:flex-start;justify-content:space-between;flex-shrink:0}.platform-promotions__compact-body{flex:1;display:flex;flex-direction:column;justify-content:space-between;min-height:0}.platform-promotions__compact-title{margin-bottom:4px;font-weight:700;font-size:16px;line-height:120%;color:#0f1318}.platform-promotions__compact-description{font-weight:400;font-size:14px;line-height:130%;color:#515152}.platform-promotions__compact-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px}.platform-promotions__compact-orders{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:400;color:#515151;line-height:1.2}.platform-promotions__icon{border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.platform-promotions__icon--large{width:60px;height:60px}.platform-promotions__icon--large svg{width:42px;height:42px}.platform-promotions__icon--small{width:48px;height:48px}.platform-promotions__icon--small svg{width:34px;height:34px}.platform-promotions__icon--spotify-promotion{background:#00e787}.platform-promotions__icon--beatport-top-100-promotion{background:linear-gradient(135deg,#01ff94,#03de82)}.platform-promotions__icon--youtube-promotion{background:linear-gradient(180deg,#ffa9aa,#ff4c44)}.platform-promotions__icon--soundcloud-promotion{background:linear-gradient(135deg,#ff9a00,#ff4500)}.platform-promotions__icon--new-instagram-promo{background:linear-gradient(45deg,#f9ce34,#ee2a7b,#6228d7)}.platform-promotions__icon--tiktok-promotion{background:linear-gradient(180deg,#6cf3ef,#f05293)}.platform-promotions__icon--facebook-promotion{background:linear-gradient(135deg,#61a5f5,#1a5fb4)}.platform-promotions__badge{line-height:1;white-space:nowrap;padding:6px 8px;border-radius:10px;font-weight:700;font-size:10px;line-height:12px;text-align:center;text-transform:uppercase;color:#fff}.platform-promotions__badge--bestseller{background:#0f1318}.platform-promotions__featured-top .platform-promotions__badge--bestseller{background:#00e787;color:#0f1318}.platform-promotions__badge--hot{background:#ff4800}.platform-promotions__badge--new{background:#00e676}.platform-promotions__badge--sale{background:linear-gradient(90deg,#ff7209,#f50)}.platform-promotions__badge--exclusive{background:linear-gradient(180deg,#d00,#c400d6)}.platform-promotions__indicator{width:7px;height:7px;border-radius:50%;background:#1ed760;flex-shrink:0}.platform-promotions__indicator--animated{box-shadow:0 0 #00e67680;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #00e67680}70%{box-shadow:0 0 0 8px #00e67600}to{box-shadow:0 0 #00e67600}}.platform-promotions__button{border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s,background .2s,border-color .2s}.platform-promotions__button svg{width:14px;height:14px;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:stroke .2s}.platform-promotions__button--dark{width:44px;height:44px;background:#434343;border:1px solid #626262}.platform-promotions__button--dark svg{stroke:#8f8f8f;width:18px;height:18px}.platform-promotions__card--featured:hover .platform-promotions__button--dark{background:#00e676;border-color:#00e676}.platform-promotions__card--featured:hover .platform-promotions__button--dark svg{stroke:#000}.platform-promotions__button--light{width:36px;height:36px;background:#e2e2e1;border:1px solid #d1d1d1}.platform-promotions__button--light svg{stroke:#515151}.platform-promotions__card--compact:hover .platform-promotions__button--light{background:#0f1318;border-color:#0f1318}.platform-promotions__card--compact:hover .platform-promotions__button--light svg{stroke:#fff}.platform-promotions__card:hover .platform-promotions__button{transform:rotate(-45deg)}.platform-promotions__card--promo{grid-column:1 / -1;background:#0f1318;flex-direction:row;align-items:center;justify-content:space-between;padding:24px 40px;min-height:unset;gap:24px}.platform-promotions__card--promo:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(0,230,118,.12) 0%,transparent 70%);right:-60px;top:50%;transform:translateY(-50%);pointer-events:none}.platform-promotions__card--promo:after{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(255,129,0,.08) 0%,transparent 70%);left:30%;top:50%;transform:translateY(-50%);pointer-events:none}.platform-promotions__promo-left{display:flex;align-items:center;gap:32px;position:relative;z-index:1;flex-shrink:0}.platform-promotions__categories-list{display:flex;align-items:center;flex-shrink:0}.platform-promotions__category-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:-8px;flex-shrink:0;overflow:visible;transition:all .2s;position:relative}.platform-promotions__category-icon:first-child,.platform-promotions__category-icon:hover{margin-left:0}.platform-promotions__category-icon svg{width:44px;height:44px}.platform-promotions__category-icon:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(4px);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;background:#fff;padding:2px 4px;box-shadow:0 4px 5.8px #00000040;border-radius:4px;font-weight:400;font-size:12px;line-height:100%;color:#0f1318}.platform-promotions__category-icon:first-child:after{left:calc(50% + 24px)}.platform-promotions__category-icon:hover:after{opacity:1;transform:translate(-50%) translateY(0)}.platform-promotions__promo-divider{width:1px;height:36px;background:#333;flex-shrink:0}.platform-promotions__promo-count{text-align:left}.platform-promotions__promo-count strong{display:block;font-weight:700;font-size:24px;line-height:100%;color:#fff}.platform-promotions__promo-count span{font-weight:500;font-size:12px;line-height:130%;text-align:right;text-transform:uppercase;color:#9f9f9f}.platform-promotions__promo-right{display:flex;align-items:center;gap:24px;position:relative;z-index:1;flex-shrink:0}.platform-promotions__promo-text strong{display:block;font-weight:700;font-size:16px;line-height:150%;text-transform:capitalize;color:#fff}.platform-promotions__promo-text span{font-weight:400;font-size:14px;line-height:130%;text-align:center;text-transform:capitalize;color:#9f9f9f}.platform-promotions__promo-text span b{color:#00e787;font-weight:700}.platform-promotions__promo-button{width:48px;height:48px;border-radius:50%;background:#ff6606;display:flex;align-items:center;justify-content:center;flex-shrink:0;text-decoration:none;transition:transform .2s cubic-bezier(.34,1.36,.64,1),box-shadow .2s ease;border:none}.platform-promotions__promo-button:hover{transform:scale(1.1);box-shadow:0 8px 24px #ff660666}.platform-promotions__promo-button svg{width:24px;height:24px;fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}@media(max-width:1020px){.platform-promotions{border-radius:0;padding:24px 0}.platform-promotions__card:hover{transform:translateY(0) scale(1);box-shadow:0 12px 28px #00000026}.platform-promotions__header{margin-bottom:16px}.platform-promotions__featured-top{margin-bottom:34px}.platform-promotions__title{font-size:18px}.platform-promotions__grid{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:10px}.platform-promotions__promo-button{width:40px;height:40px}.platform-promotions__card--featured{grid-column:1 / -1;grid-row:auto;min-height:240px}.platform-promotions__featured-title{font-size:20px}.platform-promotions__glow{top:0;right:32px}.platform-promotions__featured-description{font-size:14px}.platform-promotions__card--compact{min-height:150px;padding:16px;gap:12px}.platform-promotions__compact-title{font-size:16px}.platform-promotions__compact-description{font-size:14px}.platform-promotions__compact-footer{padding-top:0;margin-top:4px}.platform-promotions__card--promo{grid-column:1 / -1;flex-direction:column;padding:16px;gap:16px;align-items:stretch}.platform-promotions__promo-text strong{font-size:14px}.platform-promotions__promo-left{gap:initial;width:100%;justify-content:space-between}.platform-promotions__platform-promotions__promo-left{flex-direction:row;align-items:center;gap:14px}.platform-promotions__platform-promotions__promo-right{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.platform-promotions__platform-promotions__promo-count strong{font-size:18px}.platform-promotions__platform-promotions__promo-text strong{font-size:14px}.platform-promotions__promo-text span{font-size:12px}.platform-promotions__card--compact{display:flex;flex-direction:row;gap:12px}.platform-promotions__compact-top .platform-promotions__badge{position:absolute;top:16px;right:16px}.platform-promotions__compact-description{max-width:60%}.platform-promotions__category-icon:first-child:after{left:calc(50% + 40px)}.platform-promotions__category-icon:after{bottom:100%;left:50%}}@media(max-width:760px){.platform-promotions{padding:20px 0}.platform-promotions__compact-body{gap:0;justify-content:flex-start}.platform-promotions__grid{gap:8px;display:flex;flex-direction:column}.platform-promotions__card--featured{min-height:200px}.platform-promotions__card--compact{min-height:100px;padding:16px}.platform-promotions__compact-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.platform-promotions__compact-footer .platform-promotions__button{position:absolute;bottom:16px;right:16px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/style-popular-collections.css.map */
