#trending-link-body{margin:0;padding:0;font-family:'Roboto', sans-serif;background-color:whitesmoke}.trending-links-content-container{background-color:white;border-radius:36px;margin:80px auto 40px auto;padding:32px 16px 40px;min-height:calc(100vh - 160px);max-width:500px;width:calc(100% - 24px);display:flex;flex-direction:column;align-items:center;box-sizing:border-box;position:relative}.trending-links-content-container::before{content:'';position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;border:2px solid rgba(255,255,255,0.6);border-radius:44px;pointer-events:none}.trending-links-title{font-family:'Roboto', sans-serif;font-size:1.5em;font-weight:600;color:#333;margin:0 auto 12px;letter-spacing:0.5px;text-align:center}.trending-links-handle{font-size:16px;font-weight:400;color:#000;text-align:center;line-height:100%;letter-spacing:0;margin:0 0 12px 0}.trending-links-subheading{font-size:14px;font-weight:400;max-width:400px;color:#0A0C0E;text-align:center;letter-spacing:0;margin:0 0 16px 0}.trending-links-profile-image__container{display:flex;justify-content:center;align-items:center;margin-bottom:16px}.trending-links-profile-image__image{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.trending-links-social-icons{display:flex;justify-content:center;gap:12px;margin-bottom:8px}.trending-links-social-icons a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid #d0d0d0;background-color:white}.trending-links-social-icons img.social-icon{width:20px;height:20px}.trending-links-separator{width:100%;height:1px;background-color:#e0e0e0;margin:16px 0 24px}.trending-links-products-container{width:100%;max-width:400px;box-sizing:border-box}.product-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:12px;width:100%}.product-card-link{text-decoration:none;min-width:0}.product-card{background:white;border-radius:12px;border:1px solid #e0e0e0;overflow:hidden;display:flex;flex-direction:column;min-width:0}.product-card__image-container{aspect-ratio:1 / 1;overflow:hidden;background-color:white;width:100%;padding:6px;box-sizing:border-box;position:relative}.product-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card__retailer-badge{position:absolute;top:10px;left:10px;width:24px;height:24px;border-radius:50%;background-color:white;border:1px solid #E0E3E880;display:flex;align-items:center;justify-content:center}.product-card__retailer-icon{width:14px;height:14px}.product-card__footer{display:flex;align-items:center;gap:6px;padding:8px 10px;border-top:1px solid #f0f0f0;min-width:0}.product-card__name{font-size:12px;color:#333;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.2;min-width:0}.trending-links-list{display:flex;flex-direction:column;gap:12px;width:100%}.link-wrapper-a{text-decoration:none}.link-image-description-wrapper{display:flex;flex-direction:row;align-items:center;background-color:white;border-radius:12px;padding:12px;border:1px solid #e0e0e0}.trending-link-img-container{position:relative;flex-shrink:0}.trending-link-img{width:90px;height:90px;border-radius:8px;-o-object-fit:cover;object-fit:cover;display:block}.trending-link-retailer-badge{position:absolute;top:-4px;left:-4px;width:24px;height:24px;border-radius:50%;background-color:white;border:1px solid #E0E3E880;display:flex;align-items:center;justify-content:center}.trending-link-retailer-icon{width:14px;height:14px}.trending-link-description{display:flex;align-items:center;margin-left:12px;flex:1;min-width:0}.trending-link-description p{font-size:15px;font-weight:500;color:#333;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5;flex:1}.wave{border-radius:1000% 1000% 0 0;position:fixed;width:200%;height:12em;animation:wave 24s -3s ease-in-out infinite;transform:translate3d(0, 0, 0);bottom:0;left:-4em;z-index:-1}.wave:nth-of-type(1){background:#116f69;bottom:-1.25em}.wave:nth-of-type(2){background:#0c504c;bottom:1.25em;animation:wave 21s reverse ease-in-out infinite;z-index:-2}.wave:nth-of-type(3){background:#15857e;bottom:-3.5em;animation:wave 32s -1s ease-in-out infinite}@keyframes wave{0%{transform:translateX(-1%)}25%{transform:translateX(-20%)}50%{transform:translateX(-35%)}75%{transform:translateX(-20%)}100%{transform:translateX(-1%)}}#trending-link-body:not(.has-background-image){min-height:100vh;background:#ddd;background-size:1000%;animation:bg-animation 50s -20s infinite}#trending-link-body:not(.has-background-image){background-image:linear-gradient(-45deg, #a71d52, #23a6d5, #119797)}#background-image-element{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-2;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}#trending-link-body.has-background-image::before{content:'';position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,0.2);z-index:-1}@keyframes bg-animation{0%{background-position:left}50%{background-position:right}100%{background-position:left}}.powered-by-link{display:flex;justify-content:center;text-decoration:none;margin:24px auto}.powered-by-pill{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:white;border-radius:9999px;width:220px;height:36px;box-sizing:border-box}.powered-by-logo{width:20px;height:20px;flex-shrink:0}.powered-by-text{font-family:'Roboto', sans-serif;font-size:14px;font-weight:500;color:#333;white-space:nowrap}.powered-by-hidden{visibility:hidden;height:0;margin:0;padding:0;overflow:hidden}.not-branded{display:none}.collections__page-wrapper{display:flex;flex-direction:column;align-items:center}.collections__heading{font-family:'Roboto', sans-serif;font-size:1.5em;font-weight:600;color:#eee;text-shadow:1px 1px 2px rgba(0,0,0,0.3);margin:20px auto 20px;letter-spacing:1px}.collections__linkBox{width:370px;max-width:calc(100% - 2em);padding:0px 16px 24px;margin:0px auto 20px auto;border-radius:20px}@media screen and (min-width: 768px){.collections__linkBox{width:540px}}.collections__link-image-description-wrapper{display:flex;flex-direction:row;align-items:center;margin-top:20px;background-color:white;border-radius:10px;padding:1rem;box-shadow:1px 2px 3px 1px rgba(56,56,56,0.4);max-height:60px;min-height:60px}.collections__link-img{width:50px;height:50px;border-radius:50%}.collections__link-description{font-size:16px;font-weight:500;color:black;overflow:hidden;margin:0px 10px}.collections__urlg-logo{width:100px;margin:20px auto}.collections__grid-view{display:grid;grid-template-columns:auto auto auto;grid-row-gap:25px;grid-column-gap:25px}@media screen and (min-width: 768px){.collections__grid-view{grid-template-columns:auto auto auto auto}}@media screen and (max-width: 368px){.collections__grid-view{grid-template-columns:auto auto}}.collections__grid-view-img{width:70px;height:70px;border-radius:10px}.collections__grid-view-linkBox{margin-bottom:2rem}.collections__list{display:block}
