@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@500;600;700&family=Lato:wght@300;400;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;font-family:Lato,sans-serif;color:#fefefe}.bg-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;overflow:hidden}.bg-wrapper img{width:100%;height:100%;object-fit:cover;min-width:100vw;min-height:100vh}.top-navbar{width:100%;height:120px;background:#f3e8cd;border-bottom:1px solid #F3E8CD;display:flex;justify-content:center;align-items:center;padding:0 40px;position:fixed;top:0;left:0;z-index:10;box-shadow:0 4px 4px #00000026}.nav-logo-img{height:60px;width:auto;object-fit:contain}:root{--nav-h: 120px}.main-container{height:100vh;display:flex;flex-direction:column}.chat-container{flex:1;max-width:800px;margin:120px auto 0;width:100%;display:flex;flex-direction:column;background:transparent;min-height:calc(100vh - 190px);position:relative}.chat-history{flex:1;padding:10px 30px 20px;overflow-y:auto;background-color:transparent;min-height:0}.chat-history::-webkit-scrollbar{width:6px}.chat-history::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.chat-history::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.chat-history::-webkit-scrollbar-thumb:hover{background:#ffffff80}.message-container{display:flex;margin-bottom:15px;align-items:flex-start;opacity:0;transform:translateY(20px);animation:messageFadeIn .5s ease-out forwards}@keyframes messageFadeIn{to{opacity:1;transform:translateY(0)}}.message-container.user{justify-content:flex-end}.message-container.bot{justify-content:flex-start}.message-bubble{max-width:630px;padding:12px 18px;border-radius:20px;line-height:1.5;word-break:break-word;white-space:normal}.message-bubble.plain{white-space:pre-line;overflow-wrap:anywhere}.message-container.user .message-bubble{background-color:#006664;color:#fff;border-bottom-right-radius:6px}.message-container.bot .message-bubble{background-color:transparent;color:#000;border-bottom-left-radius:6px}.message-bubble a{color:#006664;text-decoration:underline;font-weight:500}.message-bubble a:hover{color:#004240}.message-avatar{width:54px;height:54px;margin-right:10px;border-radius:50%;object-fit:cover;flex-shrink:0}.loading-bubble{background-color:transparent;color:#666;font-style:italic;padding:12px 18px;font-size:14px;border-radius:20px 20px 20px 6px}.chat-input-area{padding:11px 5px;background:transparent;flex-shrink:0;display:flex;justify-content:center}.input-container{position:relative;width:100%;max-width:800px;background:#fefefe;border:2px solid #E8ECEF;border-radius:32px;padding:16px 60px 10px 32px;box-shadow:0 4px 16px 6px #dee4d766;border:2px solid rgba(232,236,239,1);display:flex;flex-direction:column;gap:8px;z-index:5}.icon-button-paperony{margin-left:0}.chat-input{width:100%;border:none;outline:none;font-size:1rem;color:#004240}.chat-input::placeholder{color:#000;opacity:.6}.icon-button{background:none;border:none;cursor:pointer;padding:6px;border-radius:50%;position:relative;transition:background-color .2s ease}.icons-row{display:flex;gap:12px;align-items:center}.icons-row svg:hover rect{stroke:#abb9c4}.icon-button-paperony svg:hover rect{fill:#f2ebde}.icon-button-paperony.active svg:hover rect{fill:#f2ebde}.icon-button.active svg rect{fill:#f2ebde;stroke:#abb9c4}.icon-img{width:24px;height:24px;object-fit:contain;display:block;cursor:pointer;transition:filter .2s ease}#signin-button:hover .icon-img{content:url(https://github.com/MariiaBakhmat/GewGur/blob/main/Account_Hover.webp?raw=true)}#signin-button.active .icon-img{content:url(https://github.com/MariiaBakhmat/GewGur/blob/main/Account_Active.webp?raw=true)}#wishlist-button:hover .icon-img{content:url(https://github.com/MariiaBakhmat/GewGur/blob/main/Wishlist_hover.webp?raw=true)}#wishlist-button.active .icon-img{content:url(https://github.com/MariiaBakhmat/GewGur/blob/main/Wishlist_active.webp?raw=true)}#cart-button:hover .icon-img{content:url(https://github.com/MariiaBakhmat/GewGur/blob/main/Curt_hover.webp?raw=true)}#cart-button.active .icon-img{content:url(https://github.com/MariiaBakhmat/GewGur/blob/main/Curt_active.webp?raw=true)}.icon-button:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#333;color:#fff;font-size:12px;padding:4px 8px;border-radius:4px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease}.icon-button:hover:after{opacity:1}.send-button{position:absolute;right:16px;bottom:16px;background:#006663;border:none;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#fff;font-size:1.2rem}.send-button:hover{background:#004d4a}.send-button:disabled{cursor:not-allowed;transform:none;background:#e3e3e3}.modal-overlay{position:absolute;top:190px;left:50%;transform:translate(-50%);width:800px;height:615px;justify-content:center;z-index:100;display:none;align-items:flex-start}.modal-overlay.active{display:flex}.modal-header{min-width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:21px}.modal-close{position:static;background:none;border:2px solid #FFFFFF;border-radius:50%;font-size:18px;color:#006663;cursor:pointer;width:36px;height:36px;display:flex;justify-content:center;align-items:center}.modal-close svg:hover rect{stroke:#abb9c4}.quantity_but svg:hover rect:first-child{stroke:#abb9c4;stroke-opacity:1}.remove-btn{cursor:pointer}.remove-btn svg:hover rect{stroke:#abb9c4;stroke-opacity:1}.modal-close:hover{color:#000;background:#ffffff1a}.signup-title{font-family:Fraunces,serif;font-size:36px;font-weight:600;color:#006664;text-align:center;margin-bottom:20px}.signup-form{width:100%;max-width:400px;display:flex;flex-direction:column;gap:10px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-family:Lato;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:100%;letter-spacing:0%;color:#666}.form-input{font-family:Lato;padding:12px 16px;border:1px solid rgba(102,102,102,.35);border-radius:8px;font-size:16px;color:#333;background:#fefefe}.form-input:focus{outline:none;border-color:#006664}.password-group{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px}.password-toggle{position:static;background:none;border:none;cursor:pointer;font-family:Lato;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:100%;letter-spacing:0%;display:flex;align-items:center;gap:5px;color:#666c}.password-toggle:before{content:"";background-image:url(https://github.com/MariiaBakhmat/GewGur/blob/main/icon_eye.webp?raw=true);background-size:contain;background-repeat:no-repeat;width:16px;height:16px}.checkbox-group{display:flex;align-items:flex-start;gap:8px;margin-top:10px}.checkbox-group input[type=checkbox]{margin-top:2px;accent-color:#006664}.checkbox-group label{font-family:Lato;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:100%;letter-spacing:0%;color:#333}.checkbox-group a{font-family:Lato;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:100%;letter-spacing:0%;color:#333;text-decoration:underline}.signup-button{background:#006664;color:#fff;border:none;border-radius:25px;padding:15px 30px;font-size:16px;font-weight:600;cursor:pointer;margin-top:20px}.signup-button:hover{background:#004240}.signin-link{text-align:center;font-family:Lato;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:100%;letter-spacing:0%;color:#666}.signin-link a{color:#111;text-decoration:underline}.signin-link a:hover,.checkbox-group a:hover{color:#006663}.form-group.hidden,.checkbox-group.hidden{display:none!important}.wishlist-modal{width:792px;max-height:calc(100vh - 240px);background:#fafbf9;border-radius:20px;position:relative;display:flex;flex-direction:column;align-items:center;margin-top:-65px;overflow-y:auto;padding:30px 0}.wishlist-overlay{position:absolute;top:190px;left:50%;transform:translate(-50%);width:800px;bottom:200px;background:#fafbf9;z-index:100;display:none;align-items:flex-start;justify-content:center}.wishlist-overlay.active{display:flex}.wishlist-modal::-webkit-scrollbar{width:0px;background:transparent}.wishlist-title{font-family:Fraunces;font-weight:600;font-style:SemiBold;font-size:19.77px;leading-trim:NONE;line-height:120%;letter-spacing:-4%;color:#006663}.wishlist-grid{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-start;gap:12px;width:100%;max-width:792px;padding-right:6px;overflow-y:auto}.wishlist-grid::-webkit-scrollbar{height:4px;width:4px}.wishlist-grid::-webkit-scrollbar-track{border-radius:10px;background:#fafbf9}.wishlist-grid::-webkit-scrollbar-thumb{border-radius:10px;background:var(--Grays-Gray-4, rgba(217, 217, 217, 1))}.product-card{width:calc(25% - 10px);background:#fff;border-radius:16px;border:1px solid rgba(232,236,239,1)}.product-image{width:100%;height:129px;background-size:cover;background-position:center;background-repeat:no-repeat;border-bottom:1px solid rgba(232,236,239,1);border-top-left-radius:16px;border-top-right-radius:16px;position:relative}.product-actions{position:absolute;top:8px;right:8px;display:flex;gap:8px}.action-btn{width:32px;height:32px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center}.heart-btn,.cart-btn{color:#006664}.product-info{padding:6px 10px 10px;position:relative}.product-name{font-family:Fraunces;font-weight:600;font-style:SemiBold;font-size:14px;leading-trim:NONE;line-height:120%;letter-spacing:-4%;color:#006663;margin-bottom:3px;min-height:35px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;overflow-wrap:anywhere;word-break:break-word}.product-weight{font-family:Lato;font-weight:500;font-style:Medium;font-size:14px;leading-trim:NONE;line-height:120%;letter-spacing:-4%;color:#b3b3b3;margin-bottom:10px}.product-price{font-family:Fraunces;font-weight:600;font-style:SemiBold;font-size:16px;leading-trim:NONE;line-height:120%;letter-spacing:-4%;color:#006663}.product-rating{display:flex;align-items:center;gap:4px;justify-content:flex-start;position:absolute;right:12px;bottom:12px}.star{color:gold;font-size:14px}.rating-number{font-family:Lato;font-weight:500;font-style:Medium;font-size:12px;leading-trim:NONE;line-height:120%;letter-spacing:-4%;color:gray}.cart-overlay{position:absolute;top:190px;left:50%;transform:translate(-50%);width:800px;bottom:130px;justify-content:center;background:#fafbf9;z-index:100;display:none;align-items:flex-start}.cart-overlay.active{display:flex}.cart-modal{width:800px;max-height:calc(100% - 240px);background:#fafbf9;border-radius:20px;position:relative;padding:30px;display:flex;flex-direction:column;align-items:center;margin-top:-50px}.cart-title{font-family:Fraunces;font-weight:600;font-size:19.77px;line-height:120%;color:#006663}.cart-items{width:100%;max-height:calc(100vh - 540px);overflow-y:auto;padding-right:20px}.cart-items::-webkit-scrollbar{height:4px;width:4px}.cart-items::-webkit-scrollbar-track{border-radius:10px;background:#fafbf9}.cart-items::-webkit-scrollbar-thumb{border-radius:10px;background:var(--Grays-Gray-4, rgba(217, 217, 217, 1))}.cart-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;border-bottom:1px dashed #E8ECEF}.cart-item:last-child{border-bottom:none}.cart-item-image{min-width:100px;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:8px}.cart-item-info_line{display:flex;align-items:stretch;justify-content:space-between;min-width:100%;gap:20px}.cart-item-info{flex:1;display:flex;align-items:center;justify-content:space-between}.cart-item-info h3{font-family:Fraunces;font-weight:600;font-style:SemiBold;font-size:16px;leading-trim:NONE;line-height:100%;letter-spacing:-4%;color:#006663;margin-bottom:8px}.cart-item-menge{font-family:Lato;font-weight:500;font-style:Medium;font-size:12px;leading-trim:NONE;line-height:21.41px;letter-spacing:-3%;color:#000;margin-bottom:8px}.cart-item-menge span{font-family:Lato;font-weight:500;font-style:Medium;font-size:12px;leading-trim:NONE;line-height:21.41px;letter-spacing:-3%;margin-left:4px;color:#b3b3b3;margin-bottom:2px}.cart-item-info p{font-size:14px;color:#666;margin-bottom:5px}.cart-item-price{font-family:Fraunces;font-weight:600;font-style:SemiBold;font-size:16px;leading-trim:NONE;line-height:100%;letter-spacing:-4%;color:#006663}.quantity-controls{display:flex;align-items:center;gap:10px;margin-top:2px}.quantity_but{cursor:pointer}.quantity-controls span{font-family:Lato;font-weight:500;font-style:Medium;font-size:12px;leading-trim:NONE;line-height:145%;letter-spacing:-3.5%;color:#343434}.recommendations{min-width:342px;max-width:342px;background:#f0f3ed;border-radius:10px;gap:8px;padding:12px}.recommendations p:first-child{font-size:12px;color:#666;font-family:Fraunces;font-weight:600;font-style:SemiBold;font-size:10px;leading-trim:NONE;line-height:100%;letter-spacing:-4%;color:#006663;margin-bottom:8px}.rec-card{max-width:calc(33% - 7px);min-width:calc(33% - 7px);background:#fff;border:1px solid rgba(232,236,239,1);border-radius:6px}.body_cart{padding:8px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid rgba(232,236,239,1)}.img_cart{min-width:100%;max-height:63px;min-height:63px;background-size:cover;background-position:center;background-repeat:no-repeat;border-top-left-radius:5px;border-top-right-radius:5px}.img_cart_icons{display:flex;align-items:center;justify-content:flex-end;gap:3px}.img_cart_icon_heart,.img_cart_icon_cart{cursor:pointer;margin-top:4px}.img_cart_icon_cart{margin-right:6px}.title_cart{font-family:Fraunces;font-weight:600;font-style:SemiBold;font-size:10px;leading-trim:NONE;line-height:120%;letter-spacing:-4%;color:#006663;margin-bottom:2px}.weight_cart_line{display:flex;align-items:center;justify-content:space-between}.weight_cart{font-family:Lato;font-weight:500;font-style:Medium;font-size:10px;leading-trim:NONE;line-height:6.59px;letter-spacing:-3%;color:#b3b3b3;margin-bottom:4px}.price_cart{font-family:Fraunces;font-weight:600;font-style:SemiBold;font-size:10px;leading-trim:NONE;line-height:120%;letter-spacing:-4%;color:#006663}.reviews_cart{display:flex;align-items:center;justify-content:space-between;gap:3px;font-family:Lato;font-weight:500;font-style:Medium;font-size:10px;leading-trim:NONE;line-height:6.59px;letter-spacing:-3%;color:gray}.cart-footer{border-top:1px solid #E8ECEF;padding-top:20px}.cart-totals{margin-bottom:20px}.cart-total_line{display:flex;align-items:center;justify-content:space-between;min-height:30px}.cart-total_line .total_small{font-family:Lato;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:100%;letter-spacing:-4%;color:#000;margin-bottom:8px}.cart-total_line .total_big{font-family:Lato;font-weight:600;font-style:SemiBold;font-size:20px;leading-trim:NONE;line-height:100%;letter-spacing:-4%;color:#000;margin-bottom:20px}.total_big_price{font-family:Fraunces;font-weight:600;font-style:SemiBold;font-size:24px;leading-trim:NONE;line-height:100%;letter-spacing:-4%;color:#207976}.total_small_price{font-family:Fraunces;font-weight:600;font-style:SemiBold;font-size:14px;leading-trim:NONE;line-height:100%;letter-spacing:-4%;text-align:right;color:#207976}.total-row{display:flex;justify-content:space-between;margin-bottom:10px}.total-row.final{font-weight:700;font-size:18px;color:#006664}.cart-buttons{display:flex;gap:10px}.cart-actions{display:flex;justify-content:center;min-width:100%}.checkout-btn{min-width:240px;height:40px;display:flex;align-items:center;justify-content:center;background:#006664;color:#fff;border:none;border-radius:25px;font-family:Lato;font-weight:600;font-style:SemiBold;font-size:16px;leading-trim:NONE;line-height:100%;letter-spacing:-2.5%;text-align:center;cursor:pointer}.checkout-btn:hover{background:#15514f}.continue-btn{flex:1;background:#e8ecef;color:#666;border:none;border-radius:25px;padding:15px;cursor:pointer}.signup-header{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:20px}.signup-title{font-family:Fraunces;font-weight:400;font-style:Regular;font-size:32px;leading-trim:NONE;line-height:100%;letter-spacing:0%;text-align:center;vertical-align:middle;color:#006663;margin-bottom:12px}.signup-header .modal-close{background:none;border:none;font-size:22px;cursor:pointer;color:#006664}.recommendation-cards{display:flex;align-items:center;justify-content:space-between}#cart-content{min-width:100%}.modal-banner{min-width:100%;min-height:200px;max-height:200px;background-position:center;background-size:cover;background-repeat:no-repeat;margin-bottom:20px}.modal-overlay_auth{display:flex;align-items:center;min-width:100%;min-height:calc(100vh - 360px);justify-content:center}.signup-modal{min-width:395px}.modal-overlay_auth .modal-close{position:absolute;top:0;right:30%}@media (max-height:800px){.modal-overlay_auth{height:min-content}.modal-overlay_auth .modal-close{right:25%}.signup-modal{min-width:395px;max-height:calc(100vh - 307px);overflow-y:auto;padding-right:20px}.signup-modal::-webkit-scrollbar{height:4px;width:4px}.signup-modal::-webkit-scrollbar-track{border-radius:10px;background:#fafbf9}.signup-modal::-webkit-scrollbar-thumb{border-radius:10px;background:var(--Grays-Gray-4, rgba(217, 217, 217, 1))}}.gg-products{padding:8px 20px 20px}.gg-prod{border-bottom:1px dashed rgba(213,220,226,1);padding-bottom:12px;margin-top:12px}.gg-prod-title{font-family:Lato;font-weight:700;font-style:Bold;font-size:17px;leading-trim:CAP_HEIGHT;line-height:130%;letter-spacing:-4%;color:#000;margin-bottom:12px;padding-left:5px}.gg-prod-desc{font-family:Lato;font-weight:400;font-style:Italic;font-size:16px;leading-trim:NONE;line-height:120%;letter-spacing:-4%;color:#000;margin-bottom:12px}.gg-prod-meta{display:flex;align-items:center;justify-content:space-between}.gg-price{font-family:Lato;font-weight:700;font-style:Bold;font-size:16px;leading-trim:NONE;line-height:120%;letter-spacing:-4%;color:#000}.gg-actions{display:flex;align-items:center;gap:8px}.gg-rating{font-family:Lato;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:120%;letter-spacing:-4%;color:#000;padding-left:4px}.gg-btn{display:flex;align-items:center;cursor:pointer}.regal{display:flex;align-items:center}.gg-stars{display:flex;align-items:center;padding-left:4px}.label_prod{gap:10px;padding:4px 10px;background:#006664;border:1px solid rgba(0,102,100,1);font-family:Fraunces;font-weight:600;font-style:SemiBold;font-size:10px;leading-trim:NONE;line-height:120%;letter-spacing:-4%;color:#fff;display:flex;align-items:center;justify-content:center;max-width:max-content;border-radius:20px;position:absolute;top:8px;left:8px}.product-card.inactive{opacity:.4;pointer-events:none}.new_price{font-family:Fraunces;font-weight:600;font-style:SemiBold;font-size:16px;leading-trim:NONE;line-height:120%;letter-spacing:-4%;color:#fa0707}.none_price{font-family:Fraunces;font-weight:600;font-style:SemiBold;font-size:12px;leading-trim:NONE;line-height:120%;letter-spacing:-4%;color:#b3b3b3;text-decoration:line-through}.reco-section{min-width:100%}.reco-cat-title{font-family:Fraunces;font-weight:600;font-style:SemiBold;font-size:16px;leading-trim:NONE;line-height:120%;letter-spacing:-4%;color:#006663;margin-bottom:20px;margin-top:20px}.reco-section:first-child .reco-cat-title{margin-top:0}.cart_body{display:flex;gap:40px;align-items:flex-start;justify-content:space-between;overflow:auto;max-height:calc(100vh - 540px);padding-right:20px}.cart_body::-webkit-scrollbar{height:4px;width:4px}.cart_body::-webkit-scrollbar-track{border-radius:10px;background:#fafbf9}.cart_body::-webkit-scrollbar-thumb{border-radius:10px;background:var(--Grays-Gray-4, rgba(217, 217, 217, 1))}.cart_reco{min-width:155px;max-width:155px;padding:12px;background:#f0f3ed;border-radius:10px}.cart_reco .product-card{width:100%;margin-bottom:8px}.cart_reco .product-image{height:66px}.cart_reco .product-name{font-size:12px;min-height:max-content}.cart_reco .product-weight{font-size:12px}.cart_reco .product-price{font-size:14px}.cart_reco .product-actions{gap:0px;top:4px;right:0}.none_price{font-size:8px}.new_price{font-size:14px}.cart_reco_title{font-family:Fraunces;font-weight:600;font-style:SemiBold;font-size:14px;leading-trim:NONE;line-height:100%;letter-spacing:-4%;color:#006663;margin-bottom:20px}.cart_reco .product-rating{position:relative;right:0;bottom:0}.line_price_reyt{display:flex;align-items:center;justify-content:space-between}.gg-btn svg:hover rect,.action-btn svg:hover rect{fill:#ebd9ad}.buget-card{min-width:calc(25% - 9px);max-width:calc(25% - 9px);min-height:162px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;position:relative}.buget-card h3{font-family:Fraunces;font-weight:600;font-style:SemiBold;font-size:14px;leading-trim:NONE;line-height:120%;letter-spacing:-4%;text-align:center;color:#006663}.buget-card svg{position:absolute;top:5px;right:30px}.baget-modal{padding-bottom:0}.typing{display:inline-flex;gap:6px;align-items:flex-end;height:10px}.typing .dot{width:8px;height:8px;background:#006663;border-radius:50%;animation:bounce .9s ease-in-out infinite;opacity:.35}.buy_typing .dot{width:8px;height:8px;background:#fff;border-radius:50%;animation:bounce .9s ease-in-out infinite;opacity:.35}.typing .dot:nth-child(2){animation-delay:.12s}.typing .dot:nth-child(3){animation-delay:.24s}@keyframes bounce{0%,60%,to{transform:translateY(0);opacity:.35}30%{transform:translateY(-7px);opacity:1}}.message-bubble .gg-feedback-list{white-space:normal}.gg-feedback{margin:0}.gg-fb-title{font-family:Fraunces;font-weight:600;font-style:SemiBold;font-size:17px;leading-trim:CAP_HEIGHT;line-height:130%;letter-spacing:-4%;margin-bottom:10px}.gg-fb-stars{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.fb-star-btn{border:0;background:transparent;cursor:pointer;display:flex;align-items:center;gap:8px;padding:6px 4px;border-radius:8px}.fb-star-btn:focus-visible{outline:2px solid #cde;outline-offset:2px}.fb-star-num{font-family:Fraunces;font-weight:400;font-style:Regular;font-size:17px;leading-trim:CAP_HEIGHT;line-height:130%;letter-spacing:-4%;color:#000}.fb-star .st-full{display:none}.fb-star-btn.active .st-full{display:block}.fb-star-btn.active .st-empty{display:none}
