brand-highlights{display:block}.brand-highlights-section{display:block;padding:3rem 0!important;overflow:hidden;background-color:#f5f5f7!important}.brand-highlights__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:0 8rem}@media screen and (max-width:749px){.brand-highlights__header{padding:0 2rem}}.brand-highlights__title{margin:0;font-family:var(--font-heading-family);font-size:3.2rem;font-weight:700;color:#000000db;line-height:1.2}.brand-highlights__subtitle{font-family:var(--font-body-family);font-weight:400;color:#86868b;font-size:3.2rem;margin-left:1.2rem}@media screen and (max-width:749px){.brand-highlights__title{font-size:2.4rem}.brand-highlights__subtitle{font-size:1.8rem;display:block;margin-left:0;margin-top:.5rem}}.brand-highlights__nav{display:flex;gap:1.2rem}@media screen and (min-width:1360px){.brand-highlights__nav{display:none!important}}.brand-highlights__btn{width:4rem;height:4rem;border-radius:50%;border:1px solid rgba(var(--color-foreground-rgb),.08);background-color:#fff;color:rgb(var(--color-foreground));cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease,transform .1s ease}.brand-highlights__btn:hover{background-color:#f5f5f7;border-color:rgba(var(--color-foreground-rgb),.15)}.brand-highlights__btn:active{transform:scale(.95)}.brand-highlights__btn svg{width:1.6rem;height:1.6rem;fill:currentColor}.brand-highlights__slider-container{padding:0 8rem;position:relative}@media screen and (max-width:749px){.brand-highlights__slider-container{padding:0}}.brand-highlights__slider{display:flex;gap:2.4rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}@media screen and (max-width:749px){.brand-highlights__slider{padding:0 2.4rem}}@media screen and (min-width:1360px){.brand-highlights__slider{justify-content:center;overflow-x:visible}}.brand-highlights__slider::-webkit-scrollbar{display:none}.highlight-card{width:320px;height:390px;flex-shrink:0;scroll-snap-align:center;background-color:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:3rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 14px #00000005;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);overflow:hidden;box-sizing:border-box}.highlight-card:hover{transform:translateY(-5px);box-shadow:0 16px 32px #0000000f}.highlight-card__title{margin:0 0 .5rem;font-family:var(--font-heading-family);font-size:2rem;font-weight:700;color:rgb(var(--color-foreground-heading));line-height:1.2}.highlight-card__subtitle{margin:0;font-family:var(--font-body-family);font-size:1.3rem;color:rgba(var(--color-foreground-rgb),.6);line-height:1.4}.highlight-card--chat{background-color:#fff}.highlight-card__chat-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.highlight-card__chat-avatar{width:3.6rem;height:3.6rem;border-radius:50%;background-color:rgba(var(--color-foreground-rgb),.04);overflow:hidden;display:flex;align-items:center;justify-content:center}.highlight-card__chat-avatar img{width:100%;height:100%;object-fit:cover}.highlight-card__chat-meta{display:flex;flex-direction:column}.highlight-card__chat-name{font-weight:700;font-size:1.3rem;color:rgb(var(--color-foreground))}.highlight-card__chat-status{font-size:1.1rem;color:#16a34a;display:flex;align-items:center;gap:.4rem;font-weight:500}.highlight-card__chat-status:before{content:"";display:inline-block;width:.6rem;height:.6rem;border-radius:50%;background-color:#16a34a}.highlight-card__chat-body{display:flex;flex-direction:column;gap:.8rem;flex-grow:1}.chat-bubble{padding:1rem 1.4rem;font-size:1.2rem;line-height:1.4;max-width:85%}.chat-bubble--customer{background-color:#2d99ae;color:#fff;border-radius:18px 18px 2px;align-self:flex-end}.chat-bubble--support{background-color:#f3f4f6;color:#1f2937;border-radius:18px 18px 18px 2px;align-self:flex-start}.highlight-card__chat-footer{margin-top:1.5rem}.highlight-card__chat-link{font-size:1.3rem;color:#2d99ae;font-weight:700;text-decoration:none;display:flex;align-items:center;justify-content:space-between}.highlight-card__chat-link:hover{text-decoration:underline}.highlight-card--shipping{background:linear-gradient(135deg,#e0f2fe,#bae6fd);border:none;position:relative;overflow:hidden}.highlight-card--shipping .highlight-card__title{color:#0369a1;position:relative;z-index:2}.ship-sun{position:absolute;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,#fde04766,#fde04700 70%);top:-30px;right:-30px;z-index:1;pointer-events:none}.bg-cloud{position:absolute;background:#ffffffb3;filter:blur(2px);border-radius:100px;pointer-events:none;z-index:1}.cloud-1{width:80px;height:26px;top:70px;left:-20px;animation:floatCloud1 15s ease-in-out infinite}.cloud-2{width:100px;height:32px;bottom:80px;right:-30px;animation:floatCloud2 20s ease-in-out infinite}@keyframes floatCloud1{0%{transform:translate(0)}50%{transform:translate(25px)}to{transform:translate(0)}}@keyframes floatCloud2{0%{transform:translate(0)}50%{transform:translate(-35px)}to{transform:translate(0)}}.shipping-header-area{position:relative;z-index:2}.policy-badge{background-color:#0284c7;color:#fff;font-size:1rem;font-weight:700;padding:.4rem 1rem;border-radius:20px;width:fit-content;margin:.8rem 0 0;letter-spacing:.05rem;text-transform:uppercase}.shipping-anim-container{position:relative;height:180px;flex-grow:1;display:flex;align-items:center;justify-content:center;z-index:2}.ship-step{position:absolute;width:100%;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none}.anim-step-1{animation:stepAnim1 9s cubic-bezier(.4,0,.2,1) infinite}.anim-step-2{animation:stepAnim2 9s cubic-bezier(.4,0,.2,1) infinite}.anim-step-3{animation:stepAnim3 9s cubic-bezier(.4,0,.2,1) infinite}@keyframes stepAnim1{0%{opacity:0;transform:translateY(20px) scale(.9)}5%{opacity:1;transform:translateY(0) scale(1)}30%{opacity:1;transform:translateY(0) scale(1)}35%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:0}}@keyframes stepAnim2{0%,35%{opacity:0;transform:translate(-150px,80px) rotate(45deg) scale(.8)}38%{opacity:1}45%{transform:translate(-20px,-10px) rotate(45deg)}55%{transform:translate(20px,10px) rotate(45deg)}58%{opacity:1}62%{opacity:0;transform:translate(150px,-80px) rotate(45deg) scale(1.1)}to{opacity:0}}@keyframes stepAnim3{0%,62%{opacity:0;transform:translateY(20px) scale(.9)}67%{opacity:1;transform:translateY(0) scale(1)}95%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(.95)}}.ship-notify-box{background:#fff;border-radius:14px;padding:1.2rem 1.6rem;display:flex;align-items:center;gap:1.2rem;box-shadow:0 10px 25px #0369a11a;border:1px solid rgba(224,242,254,.8);max-width:95%;box-sizing:border-box}.ship-icon-box{width:3.2rem;height:3.2rem;border-radius:50%;background:#e0f2fe;display:flex;align-items:center;justify-content:center;font-size:1.6rem;flex-shrink:0}.ship-text{display:flex;flex-direction:column;text-align:left}.ship-text h4{margin:0;font-size:1.3rem;font-weight:700;color:#0c4a6e}.ship-text p{margin:.2rem 0 0;font-size:1.1rem;color:#0369a1;font-weight:500}.ship-airplane{position:relative;width:8rem;height:8rem;color:#0284c7;display:flex;align-items:center;justify-content:center}.ship-airplane svg{width:6.5rem;height:6.5rem;transform:rotate(45deg)}.flight-trail{position:absolute;width:100px;height:4px;background:linear-gradient(90deg,#0284c700,#0284c759);right:60px;transform:rotate(45deg);transform-origin:right center;border-radius:2px}.shipping-footer{color:#0369a1;font-size:1.3rem;font-weight:600;text-align:left;z-index:2;margin-top:auto}.highlight-card--customisation{background-color:#fff}.highlight-card__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:1.5rem 0}.highlight-card__grid-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem}.highlight-card__grid-link{display:flex;flex-direction:column;align-items:center;gap:.6rem;text-decoration:none;color:inherit;cursor:pointer;width:100%}.highlight-card__grid-image{width:7.2rem;height:7.2rem;border-radius:14px;background-color:#f3f4f6;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.04);transition:transform .2s ease}.highlight-card__grid-link:hover .highlight-card__grid-image{transform:scale(1.05)}.highlight-card__grid-image img{width:100%;height:100%;object-fit:cover}.highlight-card__grid-label{font-size:1.2rem;font-weight:600;color:rgba(var(--color-foreground-rgb),.8)}.highlight-card--social{background-color:#fff}.reviews-header-sec{display:flex;flex-direction:column;gap:.5rem}.trusted-badge{color:#0284c7;font-size:1.1rem;font-weight:700;letter-spacing:.05rem;text-transform:uppercase}.stars-wrap{display:flex;align-items:center;gap:.8rem;font-size:1.3rem;font-weight:500;color:rgba(var(--color-foreground-rgb),.6)}.golden-stars{color:#fbbf24;font-size:1.6rem;letter-spacing:.1rem}.reviews-carousel{position:relative;height:200px;flex-grow:1;margin-top:1.5rem}.review-box{position:absolute;width:100%;top:0;left:0;background-color:#f5f5f7;border-radius:18px;padding:1.6rem;display:flex;flex-direction:column;gap:1.2rem;align-items:stretch;box-sizing:border-box;opacity:0;pointer-events:none}.rev-author-bar{display:flex;align-items:center;gap:1.2rem}.rev-logo{width:3.6rem;height:3.6rem;border-radius:50%;background-color:#f1f5f9;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(0,0,0,.05)}.rev-logo img{width:100%;height:100%;object-fit:cover}.rev-meta{display:flex;flex-direction:column;line-height:1.3}.rev-meta-top{display:flex;align-items:center;gap:.5rem}.rev-reviewer{font-weight:700;font-size:1.2rem;color:rgb(var(--color-foreground))}.rev-company{font-size:1.1rem;color:rgba(var(--color-foreground-rgb),.5)}.rev-verify{font-size:1.1rem;color:#16a34a;font-weight:700}.rev-text{margin:0;font-size:1.2rem;font-style:italic;color:rgba(var(--color-foreground-rgb),.8);font-weight:500;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-brand-highlights.css.map */
