@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;600;700&display=swap");:root{--shopday-color-primary: #1c1e24;--shopday-color-text: #070b1a;--shopday-color-text-muted: #8a8d90;--shopday-color-text-secondary: #47494a;--shopday-color-white: #fff;--shopday-color-border: #e8f0f7;--shopday-color-background: #e8f0f7;--shopday-color-background-light: #f4f8fc;--shopday-color-accent-yellow: #ffba33;--shopday-color-accent-purple: #a9b1ff;--shopday-color-accent-green: #8fec63;--shopday-color-accent-lime: #CDFF06;--shopday-color-rating: #FF8946;--shopday-transition-smooth: cubic-bezier(0.4, 0, 0.2, 1)}html{scrollbar-width:none}.shopday-flex{display:flex}.shopday-items-center{align-items:center}.shopday-justify-center{justify-content:center}.shopday__image-block{position:relative;width:100%}.shopday__image-block::before{display:block;content:''}.shopday__image-block img{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%, -50%)}.shopday__block-link::before{content:'';position:absolute;inset:0;z-index:99;cursor:pointer}.shopday__block-link--inside{position:relative;z-index:100}.shopday-widget{font-family:'Red Hat Display', sans-serif;background:var(--shopday-color-white);border:1px solid var(--shopday-color-border);border-radius:20px;overflow:hidden;container-type:inline-size;container-name:shopday-widget}.shopday-widget__header{padding:16px 16px 0}.shopday-widget__eyebrow{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.shopday-widget__eyebrow-left{font-size:14px;font-weight:600;line-height:18px;text-transform:uppercase;color:var(--shopday-color-text-muted)}.shopday-widget__eyebrow-right{font-size:13px;font-weight:600;line-height:18px;color:var(--shopday-color-text-muted)}.shopday-widget__eyebrow-right span{display:none}.shopday-widget__title{margin:0 0 6px;font-size:32px;font-weight:700;line-height:1.2;color:var(--shopday-color-primary)}.shopday-widget__subtitle{margin:0;font-size:16px;line-height:1.5;color:var(--shopday-color-text)}.shopday-widget__items{display:flex;flex-direction:column;padding:0 16px 16px}.shopday-empty{padding:40px 32px;text-align:center;font-size:16px;color:var(--shopday-color-text-muted)}.shopday-item{position:relative;margin-top:10px;padding:12px 16px 0;background:var(--shopday-color-white);border:1px solid var(--shopday-color-border);border-radius:16px;overflow:hidden;opacity:1;max-height:1000px;transition:opacity 0.4s var(--shopday-transition-smooth),max-height 0.4s var(--shopday-transition-smooth),margin-top 0.4s var(--shopday-transition-smooth),border-color 0.4s var(--shopday-transition-smooth)}.shopday-item:hover{border-color:var(--shopday-color-primary)}.shopday-item.is-hidden{opacity:0;max-height:0;margin-top:0;padding:0;pointer-events:none;transition:padding 0.2s ease}.shopday-item__checkbox{display:none}.shopday-item__header{display:block;margin-bottom:16px}.shopday-item__rank{position:absolute;top:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--shopday-color-background);border-radius:16px;font-size:14px;font-weight:600;line-height:18px;color:var(--shopday-color-primary)}.shopday-item__image-wrapper{flex-shrink:0;width:76px;height:76px;border-radius:10px;overflow:hidden}.shopday-item__image{width:100%;height:100%;object-fit:contain}.shopday-item__content{display:flex;gap:16px;flex:1;min-width:0}.shopday-item__title-row{display:flex;align-items:flex-start;gap:8px;margin:6px 0 8px}.shopday-item__title{flex:1;margin:0;font-size:16px;font-weight:600;line-height:22px;color:var(--shopday-color-text);word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.shopday-item__tag{display:inline-block;margin-bottom:5px;padding:6px 8px;background:var(--shopday-color-background);border-radius:16px;font-size:12px;font-weight:600;line-height:16px;color:var(--shopday-color-text)}.shopday-item__toggle{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;padding:6px;border:1px solid var(--shopday-color-border);border-radius:6px;cursor:pointer;user-select:none;transition:transform 0.3s var(--shopday-transition-smooth)}.shopday-item__checkbox:checked ~ .shopday-item__header .shopday-item__toggle{transform:rotate(180deg)}.shopday-item__toggle-icon{width:12px;height:12px;color:var(--shopday-color-primary);pointer-events:none}.shopday-item__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.shopday-item__badge{display:inline-flex;align-items:center;gap:4px;padding:6px 8px;border-radius:16px;font-size:12px;font-weight:600;line-height:16px;color:var(--shopday-color-primary)}.shopday-item__badge--top-pick,.shopday-item__badge--editors-pick{background:var(--shopday-color-accent-yellow)}.shopday-item__badge--users-favorite{background:var(--shopday-color-accent-purple)}.shopday-item__badge--featured{background:var(--shopday-color-accent-green)}.shopday-item__badge-icon{width:16px;height:16px}.shopday-item__rating{display:inline-flex;align-items:center;gap:4px;font-size:16px;font-weight:700;line-height:24px;color:var(--shopday-color-text)}.shopday-item__rating-star{display:flex;color:var(--shopday-color-rating)}.shopday-item__location svg{flex-shrink:0;color:var(--shopday-color-text-secondary)}.shopday-item__button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px 16px;background:var(--shopday-color-primary);border-radius:24px;font-size:14px;font-weight:600;line-height:18px;letter-spacing:0.28px;text-transform:uppercase;text-decoration:none;color:var(--shopday-color-white);transition:color 0.2s ease}.shopday-item__button:hover{color:var(--shopday-color-accent-lime)}.shopday-item__cta-icon{width:12px;height:12px;color:var(--shopday-color-white)}.shopday-item__button:hover .shopday-item__cta-icon{color:var(--shopday-color-accent-lime)}.shopday-item__actions{margin-top:10px}.shopday-item__details{max-height:0;margin-top:0;padding:0;overflow:hidden;border-top:1px solid transparent;transition:max-height 0.4s var(--shopday-transition-smooth),margin-top 0.4s var(--shopday-transition-smooth),padding 0.4s var(--shopday-transition-smooth),border-top-color 0.4s var(--shopday-transition-smooth)}.shopday-item__checkbox:checked ~ .shopday-item__details{max-height:1000px;margin-top:16px;padding:16px 0;border-top-color:var(--shopday-color-border)}.shopday-item__details-title{margin:0 0 12px;font-size:16px;font-weight:700;line-height:24px;color:var(--shopday-color-text)}.shopday-item__highlights{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.shopday-item__highlight{display:flex;align-items:flex-start;gap:8px;font-size:16px;line-height:24px;color:var(--shopday-color-text)}.shopday-item__highlight-bullet{flex-shrink:0;width:6px;height:6px;margin-top:9px;background:var(--shopday-color-accent-purple);border-radius:50%}.shopday-widget__show-more{display:flex;align-items:center;gap:4px;padding:0 16px 16px;background:none;border:none;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;line-height:18px;letter-spacing:0.28px;text-transform:uppercase;color:var(--shopday-color-primary)}.shopday-widget__show-more-icon{width:12px;height:12px;transition:transform 0.3s var(--shopday-transition-smooth)}.shopday-widget__show-more.is-expanded .shopday-widget__show-more-icon{transform:rotate(180deg)}.shopday-widget__footer{padding:0 16px 20px}.shopday-widget__footer--with-merchants{padding:12px 16px 20px;background:var(--shopday-color-background-light)}.shopday-widget__ranking{position:relative;display:inline-flex;align-items:center;gap:6px;background:var(--shopday-color-background-light);border-radius:14px;font-size:14px;font-weight:600;line-height:18px;color:var(--shopday-color-primary);cursor:pointer;padding:4px 8px}.shopday-widget__ranking-tooltip{position:absolute;bottom:calc(100% + 12px);left:0;z-index:100;width:240px;padding:12px;background:var(--shopday-color-primary);border-radius:12px;font-size:14px;font-weight:400;line-height:20px;color:var(--shopday-color-white);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity 0.2s var(--shopday-transition-smooth),visibility 0.2s var(--shopday-transition-smooth),transform 0.2s var(--shopday-transition-smooth);pointer-events:none}.shopday-widget__ranking-tooltip::after{content:'';position:absolute;top:100%;left:20px;border:8px solid transparent;border-top-color:var(--shopday-color-primary)}.shopday-widget__ranking:hover .shopday-widget__ranking-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.shopday-widget__ranking-icon{width:20px;height:20px}.shopday-widget__powered{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:12px;font-weight:600;line-height:16px;color:var(--shopday-color-text-secondary)}.shopday-widget__powered-logo{height:16px}.shopday-merchants-section{padding:20px 16px 0;background:var(--shopday-color-background-light)}.shopday-merchants-section__header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.shopday-merchants-section__icon{flex-shrink:0;width:24px;height:24px;color:var(--shopday-color-primary);object-fit:contain}.shopday-merchants-section__title{margin:0;font-size:20px;font-weight:700;line-height:1.4;color:var(--shopday-color-primary)}.shopday-merchants-section__scroll-container{display:flex;flex-wrap:nowrap;gap:16px;padding-bottom:4px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.shopday-merchants-section__scroll-container::-webkit-scrollbar{display:none}.shopday-merchant-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 12px 12px;background:var(--shopday-color-white);border:1px solid var(--shopday-color-border);border-radius:16px;transition:border-color 0.2s ease}.shopday-merchant-card:hover{border-color:var(--shopday-color-primary)}.shopday-merchant-card__logo{object-fit:contain}.shopday-merchant-card__logo-wrapper{width:88px}.shopday-merchant-card__logo-wrapper::before{padding-bottom:68%}.shopday-merchant-card__name{height:36px;text-align:center}.shopday-merchant-card__name a{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:600;line-height:18px;text-decoration:none;color:var(--shopday-color-primary);word-break:break-word}@container shopday-widget (min-width: 350px){.shopday-widget__bottom{display:flex;align-items:center;justify-content:space-between}.shopday-widget__powered{margin-top:0}}@container shopday-widget (min-width: 450px) and (max-width: 599px){.shopday-merchants-section__scroll-container{display:grid;grid-template-columns:repeat(4, 1fr);gap:10px;overflow-x:visible}.shopday-merchant-card{flex:none;padding:16px 12px}.shopday-merchants-section__scroll-container .shopday-merchant-card:nth-child(n+5){display:none}.shopday-merchant-card__logo-wrapper{width:100%}}@container shopday-widget (min-width: 600px){.shopday-widget__header{padding:16px 20px 0}.shopday-widget__eyebrow-right span{display:inline}.shopday-widget__title{font-size:32px;line-height:40px}.shopday-widget__items{padding:0 20px 20px}.shopday-item{padding:16px}.shopday-item__header{display:flex;align-items:center;gap:12px;margin-bottom:0}.shopday-item__tag{margin-bottom:0}.shopday-item__image-wrapper{width:86px;height:86px;border-radius:8px}.shopday-item__info{flex:1;min-width:0}.shopday-item__title-row{margin-bottom:4px}.shopday-item__actions{display:flex;align-items:center;gap:16px;flex-shrink:0;margin-top:0}.shopday-item__button{width:auto;min-width:160px}.shopday-item__checkbox:checked ~ .shopday-item__details{padding:16px 0 0}.shopday-widget__show-more{padding:0 20px 16px}.shopday-widget__footer{padding:0 20px 20px}.shopday-widget__footer--with-merchants{padding:12px 20px 20px}.shopday-merchants-section{padding:20px 20px 0}.shopday-merchants-section__scroll-container{display:grid;grid-template-columns:repeat(5, 1fr);gap:16px;overflow-x:visible}.shopday-merchant-card{flex:none;padding:16px 12px}.shopday-merchant-card__logo-wrapper{width:78px}.shopday-merchants-section__scroll-container .shopday-merchant-card:nth-child(n+6){display:none}}
