.attribute-filter-sidebar{width:260px;border-radius:20px;padding:25px 20px}.attribute-filter-sidebar .attribute-filter-sidebar-heading{color:#17193e;margin-bottom:25px;font-size:22px;text-align:center;position:relative;padding-bottom:15px}.attribute-filter-sidebar .attribute-filter-sidebar-heading:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(45deg,#ffa7b6,#73c7ed);border-radius:2px}.attribute-filter-sidebar .filters-section .filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.attribute-filter-sidebar .filters-section .filters-header .clear-filters-btn{font-size:14px;line-height:19px;font-weight:400;font-weight:700;width:185px;height:40px;margin:auto}.attribute-filter-sidebar .filters-section .filter-group{margin-bottom:20px}.attribute-filter-sidebar .filters-section .filter-group .filter-title{font-size:16px;font-weight:500;margin-bottom:12px;color:#17193e}.attribute-filter-sidebar .filters-section .filter-group .filter-options{display:flex;flex-direction:column;gap:8px}.attribute-filter-sidebar .filters-section .filter-group .filter-options .filter-option{display:flex;align-items:center;cursor:pointer;padding:8px 12px;background:#fff;border-radius:10px;box-shadow:0 1px 6px rgba(0,0,0,.06);transition:all .3s ease;position:relative;overflow:hidden}.attribute-filter-sidebar .filters-section .filter-group .filter-options .filter-option:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(45deg,#ffa7b6,#73c7ed);opacity:0;transition:all .3s ease}.attribute-filter-sidebar .filters-section .filter-group .filter-options .filter-option:hover{transform:translateX(4px);box-shadow:0 3px 12px rgba(0,0,0,.1)}.attribute-filter-sidebar .filters-section .filter-group .filter-options .filter-option:hover:before{opacity:1}.attribute-filter-sidebar .filters-section .filter-group .filter-options .filter-option input[type=checkbox]{margin-right:10px;background-color:#fff;border:2px solid hsla(0,0%,50%,.5);border-radius:4px;cursor:pointer;position:relative;transition:all .3s ease;accent-color:#73c7ed}.attribute-filter-sidebar .filters-section .filter-group .filter-options .filter-option .filter-option-text{font-size:14px;line-height:19px;color:#17193e;cursor:pointer;font-weight:400}.attribute-filter-sidebar .filters-section .filter-group .filter-options .filter-option:hover .filter-option-text{color:#17193e;font-weight:500}@media(max-width:860px){.attribute-filter-sidebar{display:none}}.review-card.kid-theme{background:#f5f5f5;border-radius:20px;border:3px dashed #f582ae;padding:20px;width:400px;box-shadow:0 4px 10px rgba(0,0,0,.1);text-decoration:none;transition:transform .3s ease;cursor:pointer;display:block;margin-bottom:25px;height:260px}.review-card.kid-theme:hover{transform:translateY(-4px)}.review-card.kid-theme .review-name{font-size:19px;line-height:24px;font-weight:700;color:#73c7ed;margin-bottom:8px}.review-card.kid-theme .review-stars{font-size:19px;line-height:24px;font-weight:700;color:#fbc531;margin-bottom:12px;display:block;letter-spacing:3px}.review-card.kid-theme .review-comment{font-size:16px;line-height:21px;font-weight:400;color:#4a4a4a;line-height:1.6}@media(max-width:1330px){.review-card.kid-theme{width:310px;height:280px}}@media(max-width:1130px){.review-card.kid-theme{width:240px}.review-card.kid-theme .review-comment{font-size:14px;line-height:20px;font-weight:400}}@media(max-width:590px){.review-card.kid-theme{width:175px;padding:12px}.review-card.kid-theme .review-name{font-size:15px;line-height:20px;font-weight:700}.review-card.kid-theme .review-stars{margin-bottom:5px}.review-card.kid-theme .review-comment{font-size:13px}}.customers-reviews-wrapper{background-color:#fff;border-radius:10px;box-shadow:0 4px 16px 0 rgba(0,0,0,.1);box-sizing:border-box;color:#333;padding:10px;text-align:center;margin-top:80px;width:100%}.customers-reviews-wrapper .google-title{margin-bottom:25px;font-size:19px;line-height:24px;font-weight:700}.customers-reviews-wrapper .google-word{display:inline-block}.customers-reviews-wrapper .google-word .g{color:#4285f4}.customers-reviews-wrapper .google-word .o1{color:#ea4335}.customers-reviews-wrapper .google-word .o2{color:#fbbc05}.customers-reviews-wrapper .google-word .g2{color:#34a853}.customers-reviews-wrapper .google-word .l{color:#4285f4}.customers-reviews-wrapper .google-word .e{color:#ea4335}.customers-reviews-wrapper .customers-reviews{display:flex;justify-content:space-between;flex-wrap:wrap}@media(max-width:860px){.customers-reviews-wrapper{width:500px;padding:5px;margin-right:auto;margin-left:auto}}@media(max-width:590px){.customers-reviews-wrapper{width:360px;padding:0;box-shadow:none}.customers-reviews-wrapper .customers-reviews{justify-content:space-between}}.mobile-kids-bottles-btn{display:flex;justify-content:center;align-items:center;column-gap:10px;border-radius:25px;box-shadow:0 2px 4px rgba(0,0,0,.1);width:100%;max-width:400px;margin:0 auto 15px;height:45px;font-size:15px;line-height:20px;font-weight:700;cursor:pointer;background:#73c7ed;border:none;transition:all .3s ease}.mobile-kids-bottles-btn .funnel-icon{filter:brightness(0) invert(1)}.mobile-kids-bottles-btn p{color:#fff;font-weight:700;margin:0}.mobile-kids-bottles-btn:hover{background-color:#65bce4}.mobile-kids-bottles-btn:active{transform:translateY(1px)}@media(max-width:860px){.mobile-kids-bottles-btn{display:flex}}@media(min-width:861px){.mobile-kids-bottles-btn{display:none}}.kids-bottles-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:500;opacity:0;visibility:hidden;transition:all .3s ease;background:rgba(0,0,0,.5)}.kids-bottles-modal.kids-bottles-modal-open{opacity:1;visibility:visible}.kids-bottles-modal .modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:20px;padding:30px 20px 20px;width:95%;max-width:420px;max-height:95vh;overflow:visible;box-shadow:0 10px 30px rgba(0,0,0,.2)}.kids-bottles-modal .modal-content .close-button{position:absolute;top:15px;right:15px;background:none;border:none;font-size:28px;color:#17193e;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.kids-bottles-modal .modal-content .close-button:hover{background:rgba(0,0,0,.05)}.kids-bottles-modal .modal-content .close-button:active{transform:scale(.9)}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile{width:100%;display:flex;flex-direction:column;height:100%}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .kids-bottles-filter-mobile-heading{color:#17193e;margin-bottom:20px;margin-top:10px;font-size:20px;text-align:center;position:relative;padding-bottom:15px}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .kids-bottles-filter-mobile-heading:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(45deg,#ffa7b6,#73c7ed);border-radius:2px}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section{border-top:2px solid;border-image:linear-gradient(45deg,#ffa7b6,#73c7ed) 1;padding-top:15px}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-header .clear-filters-btn{margin-top:10px;font-size:14px;line-height:20px;font-weight:700;width:100%;height:45px}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-header .clear-filters-btn:hover{background-color:#65bce4}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list{overflow-y:auto;padding-right:5px}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list::-webkit-scrollbar{width:4px}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list::-webkit-scrollbar-track{opacity:0}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#ffa7b6,#73c7ed);border-radius:2px}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list .filter-group{margin-bottom:16px}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list .filter-group .filter-title{font-size:14px;font-weight:500;margin-bottom:8px;color:#17193e}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list .filter-group .filter-options{display:flex;flex-direction:column;gap:6px}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list .filter-group .filter-options .filter-option{display:flex;align-items:center;cursor:pointer;padding:10px 12px;background:#fff;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.05);transition:all .3s ease;position:relative;overflow:hidden}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list .filter-group .filter-options .filter-option:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;opacity:0;transition:all .3s ease}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list .filter-group .filter-options .filter-option.odd:before{background:#ffa7b6}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list .filter-group .filter-options .filter-option.even:before{background:#73c7ed}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list .filter-group .filter-options .filter-option input[type=checkbox]{position:absolute;opacity:0;z-index:-1}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list .filter-group .filter-options .filter-option .checkbox-span{display:inline-block;height:18px;width:18px;background-color:#fff;border:2px solid hsla(0,0%,50%,.5);border-radius:3px;margin-right:10px;cursor:pointer;position:relative;transition:all .3s ease;flex-shrink:0}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list .filter-group .filter-options .filter-option .checkbox-span:after{content:"✓";font-size:12px;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:none}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list .filter-group .filter-options .filter-option .filter-option-text{font-size:14px;line-height:19px;color:#17193e;cursor:pointer;font-weight:400;font-size:13px}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list .filter-group .filter-options .filter-option input[type=checkbox]:checked+.checkbox-span{border-color:#73c7ed;background-color:#73c7ed}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list .filter-group .filter-options .filter-option input[type=checkbox]:checked+.checkbox-span:after{display:block}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list .filter-group .filter-options .filter-option.odd input[type=checkbox]:checked+.checkbox-span{background-color:#ffa7b6;border-color:#ffa7b6}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list .filter-group .filter-options .filter-option:active{transform:translateX(2px)}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list .filter-group .filter-options .filter-option:active:before{opacity:1}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list .filter-group .filter-options .filter-option.odd:active{background:rgba(255,167,182,.05)}.kids-bottles-modal .modal-content .kids-bottles-filter-mobile .filters-section .filters-list .filter-group .filter-options .filter-option.even:active{background:rgba(115,199,237,.05)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-topic-filter-btn{display:none;justify-content:center;align-items:center;column-gap:10px;border-radius:25px;box-shadow:0 2px 4px rgba(0,0,0,.1);width:100%;max-width:400px;margin:0 auto 15px;height:45px;font-size:15px;line-height:20px;font-weight:700;cursor:pointer;background:#73c7ed;border:none;transition:all .3s ease}.mobile-topic-filter-btn .funnel-icon{filter:brightness(0) invert(1)}.mobile-topic-filter-btn p{color:#fff;font-weight:700;margin:0}.mobile-topic-filter-btn:hover{background-color:#65bce4}.mobile-topic-filter-btn:active{transform:translateY(1px)}@media(max-width:860px){.mobile-topic-filter-btn{display:flex}}.mobile-topic-filter-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:500;opacity:0;visibility:hidden;transition:all .3s ease;background:rgba(0,0,0,.5)}.mobile-topic-filter-modal.mobile-topic-filter-modal-open{opacity:1;visibility:visible}.mobile-topic-filter-modal .modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:20px;padding:30px 20px 20px;width:90%;max-width:400px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px rgba(0,0,0,.2)}.mobile-topic-filter-modal .modal-content .close-button{position:absolute;top:15px;right:15px;background:none;border:none;font-size:28px;color:#17193e;cursor:pointer;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.mobile-topic-filter-modal .modal-content .close-button:hover{background:rgba(0,0,0,.05)}.mobile-topic-filter-modal .modal-content .close-button:active{transform:scale(.9)}.mobile-topic-filter-modal .modal-content .topic-filter-mobile{width:100%;display:flex;flex-direction:column;height:100%}.mobile-topic-filter-modal .modal-content .topic-filter-mobile .topic-filter-mobile-heading{color:#17193e;margin-bottom:20px;margin-top:10px;font-size:20px;text-align:center;position:relative;padding-bottom:15px}.mobile-topic-filter-modal .modal-content .topic-filter-mobile .topic-filter-mobile-heading:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(45deg,#ffa7b6,#73c7ed);border-radius:2px}.mobile-topic-filter-modal .modal-content .topic-filter-mobile .topic-filter-mobile-options{display:flex;flex-direction:column;gap:8px;max-height:50vh;overflow-y:auto;margin-bottom:20px}.mobile-topic-filter-modal .modal-content .topic-filter-mobile .topic-filter-mobile-options a{text-decoration:none;color:inherit;display:block}.mobile-topic-filter-modal .modal-content .topic-filter-mobile .topic-filter-mobile-options .topic-filter-mobile-option{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);padding:12px 15px;transition:all .3s ease;display:flex;align-items:center}.mobile-topic-filter-modal .modal-content .topic-filter-mobile .topic-filter-mobile-options .topic-filter-mobile-option:active{transform:translateX(2px);background:linear-gradient(45deg,rgba(115,199,237,.1),#fff)}.mobile-topic-filter-modal .modal-content .topic-filter-mobile .topic-filter-mobile-options .topic-filter-mobile-option.selected{background:linear-gradient(45deg,rgba(115,199,237,.7),rgba(255,167,182,.6));box-shadow:0 4px 15px rgba(115,199,237,.3)}.mobile-topic-filter-modal .modal-content .topic-filter-mobile .topic-filter-mobile-options .topic-filter-mobile-option.selected .topic-image-wrapper{border-color:#73c7ed;box-shadow:0 0 0 2px rgba(115,199,237,.3)}.mobile-topic-filter-modal .modal-content .topic-filter-mobile .topic-filter-mobile-options .topic-filter-mobile-option .topic-image-wrapper{width:36px;height:36px;min-width:36px;border-radius:50%;overflow:hidden;margin-right:12px;border:2px solid hsla(0,0%,50%,.2);display:flex;align-items:center;justify-content:center;background:#fff;transition:all .3s ease}.mobile-topic-filter-modal .modal-content .topic-filter-mobile .topic-filter-mobile-options .topic-filter-mobile-option .topic-icon{width:32px;height:32px;border-radius:50%;object-fit:cover}.mobile-topic-filter-modal .modal-content .topic-filter-mobile .topic-filter-mobile-options .topic-filter-mobile-option .topic-icon-placeholder{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,rgba(115,199,237,.3),rgba(255,167,182,.3))}.mobile-topic-filter-modal .modal-content .topic-filter-mobile .topic-filter-mobile-options .topic-filter-mobile-option .radio-label{cursor:pointer;flex:1 1;display:flex;align-items:center;justify-content:space-between;gap:5px;color:#17193e;font-size:14px;line-height:19px;font-weight:400;font-weight:500}.mobile-topic-filter-modal .modal-content .topic-filter-mobile .topic-filter-mobile-options .topic-filter-mobile-option .radio-label .topic-count{color:rgba(0,0,0,.5);font-size:13px}.mobile-topic-filter-modal .modal-content .topic-filter-mobile .filter-actions{display:flex;flex-direction:column;gap:12px;margin-top:auto}.mobile-topic-filter-modal .modal-content .topic-filter-mobile .button{margin-top:10px;font-size:14px;line-height:20px;font-weight:700;width:100%;height:45px}.mobile-topic-filter-modal .modal-content .topic-filter-mobile .button:hover{background-color:#65bce4}.mobile-topic-filter-modal .topic-filter-mobile-options::-webkit-scrollbar{width:4px}.mobile-topic-filter-modal .topic-filter-mobile-options::-webkit-scrollbar-track{opacity:0}.mobile-topic-filter-modal .topic-filter-mobile-options::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#ffa7b6,#73c7ed);border-radius:2px}.mobile-topic-filter-modal .modal-content::-webkit-scrollbar{overflow:visible}.pagination{list-style:none;padding:0;width:100%;margin:40px 0 0}.pagination,.pagination a{display:flex;align-items:center;justify-content:center}.pagination a{margin:0 2px;cursor:pointer;font-size:15px;line-height:20px;font-weight:700;width:32px;height:32px}.pagination a:nth-child(2n),.pagination a:nth-child(odd){color:#73c7ed}.pagination a.active{background:#73c7ed;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:10px}.pagination .page-count:hover{color:#17193e;border:2px solid #73c7ed;border-radius:10px}.pagination .arrows-pagination{font-size:24px}@media(max-width:860px){.pagination a{font-size:17px;line-height:22px;font-weight:700}}.favorite-icon{filter:saturate(2.2)}.favorite-icon:hover{filter:saturate(3.4)}.tooltip-container{position:relative;display:inline-block}.tooltip-container .tooltip-children{display:flex;align-items:center;justify-content:center}.tooltip-container .tooltip-box{position:absolute;top:15px;right:-157px;transform:translateY(-50%);margin-right:8px;padding:6px 12px;color:#fff;background-color:#333;border-radius:4px;font-size:14px;z-index:1000;white-space:nowrap}.tooltip-container .tooltip-box:before{content:"";position:absolute;top:50%;left:-5px;transform:translateY(-50%) rotate(45deg);width:10px;height:10px;background-color:#333;z-index:-1}.product{width:240px;height:395px;border:1px solid hsla(0,0%,75%,.15);text-align:center;border-radius:10px;display:flex;flex-direction:column;position:relative;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:box-shadow .2s ease,border-color .2s ease;font-weight:400px}.product:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);border-color:rgba(115,199,237,.3)}.product .discount-badge{width:50px;height:50px;background-color:#e53935;border-radius:50%;font-size:14px;box-shadow:0 2px 8px rgba(229,57,53,.4)}.product .discount-badge,.product .out-of-stock-badge{position:absolute;top:1px;left:1px;z-index:200;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.product .out-of-stock-badge{padding:8px 12px;background-color:#666;border-radius:5px;font-size:13px;box-shadow:0 2px 8px rgba(0,0,0,.3)}.product .product-image{height:220px;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.product .product-image img{transition:opacity .3s ease-in-out}.product .favorite-icon{position:absolute;right:5px;top:5px;z-index:200;height:27px;width:27px;cursor:pointer;filter:brightness(2)}.product .favorite-selected{filter:saturate(2.2)}.product .favorite-not-selected{filter:brightness(2)}.product.product-out-of-stock{cursor:default;opacity:.7}.product.product-out-of-stock .product-image{filter:grayscale(50%)}.product.product-out-of-stock .view-button{background-color:#999;cursor:default}.product.product-out-of-stock .view-button:hover{background-color:#999}.product-info{height:175px;display:flex;flex-direction:column;justify-content:space-between;position:relative;align-items:center;padding:10px 12px 12px;background:linear-gradient(90deg,rgba(255,192,203,.15) 0,rgba(255,192,203,.08) 45%,rgba(255,192,203,.08) 0,rgba(255,192,203,.08) 70%,rgba(115,199,237,.15));border-radius:0 0 10px 10px}.product-info .product-name{height:66px;font-size:14px;line-height:20px;font-weight:400;font-weight:600;color:#17193e;line-height:1.3}.product-info .product-price{color:#17193e;font-size:14px;line-height:20px;font-weight:400;font-weight:700}.product-info .product-price-wrapper{display:flex;flex-direction:column;align-items:center;gap:2px}.product-info .product-price-wrapper .product-price-old{color:#999;text-decoration:line-through;font-size:13px;font-weight:400}.product-info .product-price-wrapper .product-price-new{font-weight:700}.product-info .view-button{font-size:15px;line-height:20px;font-weight:700;width:140px;height:42px;transition:background-color .2s ease}@media(max-width:590px){.product-info .product-name{height:85px}.product{width:175px}.product .discount-badge{width:42px;height:42px;font-size:12px;top:1px;left:1px}.product .out-of-stock-badge{padding:6px 10px;font-size:11px}}.popup{display:none;font-size:16px;line-height:21px;font-weight:400;font-weight:700;color:#fff;height:80px;background:linear-gradient(90deg,pink 0,pink 45%,pink 0,pink 55%,#73c7ed);position:fixed;top:0;left:0;right:0;padding:15px 20px;box-shadow:0 4px 8px rgba(0,0,0,.1);z-index:1000;cursor:pointer}@media(max-width:860px){.popup{display:flex;align-items:center;justify-content:center}}.products-list-wrapper .products-list-heading{margin-bottom:20px}.products-list-wrapper .products-list{display:flex;align-items:center;flex-wrap:wrap;column-gap:20px;row-gap:40px}.products-list-wrapper .specific-width{width:1020px}@media(max-width:1330px){.products-list-wrapper .specific-width{width:760px}}@media(max-width:1130px){.products-list-wrapper .specific-width{width:500px}}@media(max-width:860px){.products-list-wrapper .specific-width{width:100%}}@media(max-width:590px){.products-list-wrapper .products-list-heading{text-align:center}.products-list-wrapper .products-list{column-gap:10px;row-gap:20px}}.topic-filter-sidebar{width:260px;border-radius:20px;padding:25px 20px}.topic-filter-sidebar .topic-filter-sidebar-heading{color:#17193e;margin-bottom:25px;font-size:22px;text-align:center;position:relative;padding-bottom:15px}.topic-filter-sidebar .topic-filter-sidebar-heading:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(45deg,#ffa7b6,#73c7ed);border-radius:2px}.topic-filter-sidebar .topic-filter-sidebar-options{width:100%;font-size:14px;line-height:19px;font-weight:400;display:flex;flex-direction:column;justify-content:flex-start}.topic-filter-sidebar .topic-filter-sidebar-options a{width:100%;display:block;text-decoration:none;color:inherit}.topic-filter-sidebar .topic-filter-sidebar-options::-webkit-scrollbar{width:6px}.topic-filter-sidebar .topic-filter-sidebar-options::-webkit-scrollbar-track{opacity:0}.topic-filter-sidebar .topic-filter-sidebar-options::-webkit-scrollbar-thumb{background:#73c7ed;border-radius:5px}.topic-filter-sidebar .topic-filter-sidebar-options *{scrollbar-width:5px;scrollbar-color:#73c7ed}.topic-filter-sidebar .topic-filter-sidebar-options .topic-filter-sidebar-option{background:#fff;padding:8px 12px;margin-bottom:7px;border-radius:15px;display:flex;align-items:center;transition:all .3s ease;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.08)}.topic-filter-sidebar .topic-filter-sidebar-options .topic-filter-sidebar-option:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.12);background:linear-gradient(45deg,rgba(115,199,237,.1),#fff)}.topic-filter-sidebar .topic-filter-sidebar-options .topic-filter-sidebar-option.selected{background:linear-gradient(45deg,rgba(115,199,237,.7),rgba(255,167,182,.6));box-shadow:0 4px 15px rgba(115,199,237,.3)}.topic-filter-sidebar .topic-filter-sidebar-options .topic-filter-sidebar-option.selected .topic-image-wrapper{border-color:#73c7ed;box-shadow:0 0 0 2px rgba(115,199,237,.3)}.topic-filter-sidebar .topic-filter-sidebar-options .topic-filter-sidebar-option .topic-image-wrapper{width:40px;height:40px;min-width:40px;border-radius:50%;overflow:hidden;margin-right:12px;border:2px solid hsla(0,0%,50%,.2);display:flex;align-items:center;justify-content:center;background:#fff;transition:all .3s ease}.topic-filter-sidebar .topic-filter-sidebar-options .topic-filter-sidebar-option .topic-icon{width:36px;height:36px;border-radius:50%;object-fit:cover}.topic-filter-sidebar .topic-filter-sidebar-options .topic-filter-sidebar-option .topic-icon-placeholder{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,rgba(115,199,237,.3),rgba(255,167,182,.3))}.topic-filter-sidebar .topic-filter-sidebar-options .topic-filter-sidebar-option .radio-label{cursor:pointer;flex:1 1;display:flex;align-items:center;justify-content:space-between;gap:5px}.topic-filter-sidebar .topic-filter-sidebar-options .topic-filter-sidebar-option .radio-label .topic-count{color:rgba(0,0,0,.5);font-size:13px}.topic-filter-sidebar .filter-actions{display:flex;flex-direction:column;gap:10px;margin-top:25px}.topic-filter-sidebar .button{font-size:14px;line-height:19px;font-weight:400;font-weight:700;width:185px;height:40px;margin:auto}@media(max-width:860px){.topic-filter-sidebar{display:none}}.kids-bottles-page{display:flex;flex-direction:column;align-items:center;padding:20px 0}.kids-bottles-page-heading{font-size:19px;color:#17193e;margin-bottom:30px;text-align:center}.kids-bottles-page-inner{display:flex;justify-content:center;width:100%;max-width:1200px;gap:30px;padding:0 20px}@media(max-width:860px){.kids-bottles-page-inner{flex-direction:column;align-items:center;width:500px;padding:0}}@media(max-width:590px){.kids-bottles-page-inner{width:360px}}.kids-bottles-page .kids-bottles-sidebars-wrapper{display:flex;flex-direction:column;gap:20px}@media(max-width:860px){.kids-bottles-page .kids-bottles-sidebars-wrapper{display:none}}.kids-bottles-page .kids-bottles-lists-wrapper{flex:1 1;display:flex;flex-direction:column;align-items:center}.kids-bottles-page .no-results{text-align:center;padding:40px;color:#17193e}.kids-bottles-page .no-results p{font-size:14px}.kids-bottles-page .no-results-message{display:flex;justify-content:center;align-items:center;min-height:400px;width:100%}