:root{--chat-primary:#0068ff;--chat-primary-light:#e3f2fd;--chat-bubble-me:#d6f0ff;--chat-bubble-fr:#fff;--chat-bg:#e8edf2;--chat-skeleton-base:#e8edf2;--chat-skeleton-shine:#f5f7fa;--chat-success:#4caf50;--chat-error:#f44336;--chat-muted:#9e9e9e;--chat-scroll-thumb:#0000002e;--chat-scroll-thumb-hover:#00000052;--chat-shadow-sm:0 1px 3px #00000014;--chat-shadow-md:0 4px 12px #0000001f;--chat-radius-bubble:18px;--chat-radius-sm:8px;--chat-transition-fast:0.15s ease-out;--chat-transition-normal:0.25s ease-out}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-shimmer{background:linear-gradient(90deg,var(--chat-skeleton-base) 25%,var(--chat-skeleton-shine) 37%,var(--chat-skeleton-base) 63%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:4px}.skeleton-conversation-item{display:flex;align-items:center;gap:.75rem;padding:.65rem .5rem}.skeleton-avatar{width:42px;height:42px;border-radius:50%;flex-shrink:0}.skeleton-text-group{flex:1 1;display:flex;flex-direction:column;gap:6px}.skeleton-text-name{height:13px;width:60%;border-radius:6px}.skeleton-text-preview{height:11px;width:85%;border-radius:6px}.skeleton-text-time{height:10px;width:35px;border-radius:6px;align-self:flex-end;flex-shrink:0}.skeleton-message-row{display:flex;gap:.5rem;padding:4px .75rem}.skeleton-message-row.skeleton-me{flex-direction:row-reverse}.skeleton-message-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0}.skeleton-message-bubble{height:38px;border-radius:var(--chat-radius-bubble);min-width:100px}.skeleton-bubble-short{width:30%}.skeleton-bubble-medium{width:50%}.skeleton-bubble-long{width:70%}.skeleton-messages-container{gap:8px;padding:1rem}.skeleton-conversations-container,.skeleton-messages-container{display:flex;flex-direction:column}.chat-scroll::-webkit-scrollbar{width:5px}.chat-scroll::-webkit-scrollbar-track{background:#0000}.chat-scroll::-webkit-scrollbar-thumb{background:var(--chat-scroll-thumb);border-radius:10px;-webkit-transition:background var(--chat-transition-fast);transition:background var(--chat-transition-fast)}.chat-scroll::-webkit-scrollbar-thumb:hover{background:var(--chat-scroll-thumb-hover)}.chat-scroll{scrollbar-width:thin;scrollbar-color:var(--chat-scroll-thumb) #0000}.chat-scroll-autohide::-webkit-scrollbar-thumb{background:#0000}.chat-scroll-autohide:hover::-webkit-scrollbar-thumb{background:var(--chat-scroll-thumb)}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.message-enter{animation:messageSlideIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.chat-fade-in{animation:fadeIn var(--chat-transition-normal)}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.badge-pulse{animation:badgePulse 1.5s ease-in-out infinite}@keyframes ripple{0%{transform:scale(.8);opacity:.6}to{transform:scale(1);opacity:1}}.send-btn-ripple:active{animation:ripple .15s ease-out}.scroll-to-bottom-wrapper{position:absolute;bottom:80px;right:20px;z-index:100;opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity var(--chat-transition-normal),transform var(--chat-transition-normal)}.scroll-to-bottom-wrapper.scroll-to-bottom-visible{opacity:1;transform:translateY(0);pointer-events:auto}.scroll-to-bottom-btn{width:40px;height:40px;border-radius:50%;border:none;background:#fff;box-shadow:var(--chat-shadow-md);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--chat-transition-fast),box-shadow var(--chat-transition-fast);position:relative}.scroll-to-bottom-btn:hover{background:#f5f5f5;box-shadow:0 6px 16px #00000029}.scroll-to-bottom-btn svg{width:20px;height:20px;color:#555}.scroll-to-bottom-badge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;border-radius:10px;background:var(--chat-primary);color:#fff;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;padding:0 5px;line-height:1}.msg-status{display:inline-flex;align-items:center;margin-left:4px;font-size:12px;vertical-align:middle}.msg-status-sending{color:var(--chat-muted)}.msg-status-sent{color:var(--chat-success)}.msg-status-failed{color:var(--chat-error)}@keyframes statusSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.msg-status-spinner{width:12px;height:12px;border:1.5px solid var(--chat-muted);border-top:1.5px solid #0000;border-radius:50%;animation:statusSpin .8s linear infinite;display:inline-block}.msg-retry-btn{background:none;border:none;color:var(--chat-error);font-size:11px;cursor:pointer;padding:2px 6px;border-radius:4px;margin-left:4px;text-decoration:underline;transition:background var(--chat-transition-fast)}.msg-retry-btn:hover{background:#f4433614}.client-mess{transition:opacity var(--chat-transition-fast)}.msg-group-first{margin-top:12px}.msg-group-middle{margin-top:2px}.msg-group-last{margin-top:2px;margin-bottom:4px}.client-mess:hover{background:#00000005;border-radius:var(--chat-radius-sm)}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.typing-indicator{display:inline-flex;align-items:center;gap:3px;padding:8px 14px;background:var(--chat-bubble-fr);border-radius:var(--chat-radius-bubble);box-shadow:var(--chat-shadow-sm)}.typing-dot{width:6px;height:6px;border-radius:50%;background:var(--chat-muted);animation:typingBounce 1.4s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}.chat-input-wrapper{transition:box-shadow var(--chat-transition-fast)}.chat-input-wrapper:focus-within{box-shadow:0 -2px 8px #0068ff14}@media (max-width:1023px){.scroll-to-bottom-wrapper{bottom:70px;right:12px}.scroll-to-bottom-btn{width:36px;height:36px}.skeleton-message-bubble{min-width:80px}}.home-shop-link{font-weight:500;font-style:normal;color:#888;overflow-x:hidden;font-size:14px;height:100vh;background-size:contain;background-repeat:no-repeat;background-position:50%;background-blend-mode:overlay}.showProduct-wrapper{background:#fff;width:100vw;overflow:auto}.detail-product-card-comment-wrapper{margin-top:30px}.detail-product-card-comment__box-review{text-align:center;border:1px solid #d0d0d0;border-radius:5px;margin:5px;background-color:#e7e7e7;padding:5px}.detail-product-card-comment__star-average{border-bottom:1px solid #d2d2d2;padding:10px;display:flex;text-align:center;justify-content:space-evenly;font-size:18px}.animated-icon{display:inline-block;animation:shake .5s infinite}@keyframes shake{0%{transform:translate(1px)}25%{transform:translate(-1px)}50%{transform:translate(1px)}75%{transform:translate(-1px)}to{transform:translate(0)}}.showProduct-container{margin-left:auto;margin-right:auto;width:100%;max-width:800px;background:#fff;color:#444}.detail-showproduct-wrapper{max-width:100vw;padding:0 250px}.p-galleria .p-galleria-thumbnail-container{padding:1rem .25rem;background-color:initial}.top-banner img{margin-bottom:50px}.home-shop-link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:1}.pagination-comment>.p-paginator-pages>button,.pagination-comment>button{min-width:30px;height:30px}.p-paginator-last,.pagination-comment>.p-paginator-first{display:none}.pagination-comment>.p-dropdown{height:30px}.home-shop-link *{position:relative;z-index:2}.featured-categories{padding-top:20px;padding-bottom:20px;position:relative}.featured-categories .shop-title{margin-bottom:20px}.shop-title{text-align:center;margin-bottom:40px;padding:0 300px;z-index:5;position:relative}.shop-title h2{font-size:30px;line-height:35px;text-transform:capitalize;font-weight:800;padding-bottom:20px;margin-bottom:20px;position:relative}.shop-title p{font-size:14px}.shop-title h2:before{position:absolute;left:50%;bottom:0;content:"";background-color:#0167f3;height:2px;width:50px;margin-left:-25px;border-radius:2px}.featured-categories .single-category{padding:20px;margin-top:20px;border:2px solid #f0f0f0;position:relative;background:#fff;z-index:0}.featured-categories .single-category .heading{font-size:17px;font-weight:700;color:#081828}.category-list{padding-left:0}.product-grids{overflow:auto;height:100%;background-color:#f9f9f9}.product-grids,.product-sidebar .single-widget.search form{position:relative}.product-sidebar .single-widget.search form input{height:50px;width:100%;border:1px solid #eee;border-radius:6px;color:#081828;padding:0 50px 0 15px}.product-sidebar .single-widget.search form button{height:40px;width:40px;text-align:center;display:block;border-radius:6px;border:none;background-color:initial;color:#081828;position:absolute;right:5px;top:50%;transform:translateY(-50%);transition:all .4s ease;font-size:16px}.a-black{color:#000}.product-sidebar .single-widget{background-color:#fff;padding:30px;border:1px solid #eee;border-radius:4px;margin-bottom:30px}.product-sidebar .single-widget h3{position:relative;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid #e5e5e5;color:#232323;font-size:15px;font-weight:500}.product-sidebar .single-widget .list li{margin-bottom:12px}.product-sidebar .single-widget .list li a{color:#666;position:relative;font-weight:400;font-size:14px!important;display:inline-block;margin-right:3px}.product-sidebar .single-widget .list li span{display:inline-block;font-weight:400;font-size:14px}.product-grids .product-grid-topbar{padding:0}.product-sorting{max-width:200px}.product-grids .product-grid-topbar .product-sorting label{display:inline-block;margin:0;padding:8px 5px 8px 0;color:#999;font-size:14px;font-weight:400}.product-grids .product-grid-topbar .product-sorting .form-control{width:100%;max-width:186px;margin-right:10px;display:inline-block}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.product-grids .product-grid-topbar .product-sorting select.form-control:not([size]):not([multiple]){height:42px;font-size:14px;font-weight:400;border:1px solid #eee;padding-right:38px;background-position:center right 17px;background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-size:10px 10px}.product-grids .product-grid-topbar .nav{border:none;float:right}.product-grids .product-grid-topbar .nav button.active{background-color:#0167f3;border-color:#0000;color:#fff}.nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.product-grids .product-grid-topbar .nav button:last-child{margin:0}.product-grids .product-grid-topbar .nav button{padding:5px 10px;border:1px solid #eee;border-radius:4px;margin-right:6px;font-size:16px}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid #0000;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-link{display:block;padding:.5rem 1rem;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.single-product{border:1px solid #eee;border-radius:4px;transition:all .4s ease;margin-top:15px;box-shadow:0 0 20px #00000012;padding:8px;background:#fff}.single-product .product-image{overflow:hidden;position:relative;text-align:center}.single-product .product-image img{width:200px;transition:all .4s ease;height:200px}.single-product .product-image .button-shop .btn{padding:12px 20px;font-size:13px;font-weight:600;width:140px}.button-shop .btn:last-child{margin:0}.button-shop .btn{display:inline-block;text-transform:capitalize;font-size:14px;font-weight:600;padding:13px 30px;background-color:#0167f3;color:#fff;border:none;transition:.2s;border-radius:3px;position:relative;z-index:1;margin-right:7px;overflow:hidden}.product-info{padding:20px;background-color:#fff;border:1px solid #eee;border-radius:4px}.single-product .product-info .category{color:#888;font-size:13px;display:block;margin-bottom:2px}.single-product .product-info .title a{font-size:14px!important;font-weight:700;color:#081828}.product-grids-head{height:100vh;display:flex;flex-direction:column}#nav-tabContent{margin-top:20px;width:70%}.tab-list-product{height:70vh;overflow-y:auto;overflow-x:hidden}.button-shop{position:absolute;bottom:-50px;left:50%;transform:translateX(-50%);opacity:0;transition:all .3s ease-in-out}.button-shop>button{background-color:#0167f3;color:#fff;font-size:14px;font-weight:600;padding:12px 20px;border-radius:3px;text-transform:capitalize;border:none}.product-image img{transition:all .3s ease-in-out}.card-item-product:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-5px);transition:box-shadow .3s ease,transform .3s ease}.product-image:hover .button-shop{bottom:50px;opacity:1!important}.singer-product-list{display:flex;align-items:center}.header-middle{border-bottom:1px solid #eee;background-color:#fff}.header-middle,.middle-right-area{display:flex;justify-content:space-between;align-items:center}.header .navbar-cart{display:flex;justify-content:flex-end}.header-middle .navbar-cart .cart-items-shop,.item-details{position:relative}.item-details{background-color:#f9f9f9}.product-img-hot img{height:120px;width:320px}.item-details .product-info .title-minishop{font-weight:600}.item-details .product-info .category{display:block}.item-details .product-info .price{color:#081828;display:block;font-size:18px;font-weight:600;margin-bottom:15px}.category-container{border:1px solid #ccc;border-radius:5px}.category-container,.category-container-order{padding:8px;width:-webkit-max-content;width:max-content;display:flex;flex-wrap:wrap}.category-shop{font-weight:700;margin-right:5px}.styles-use-varians{background:#103ce5;color:#fff}.button-shopmini{font-size:14px;font-weight:600;padding:13px 30px;background:#0167f3;color:#fff;border:none;border-radius:3px;margin-top:1rem;margin-right:7px;cursor:pointer}.m-bottom{margin-bottom:40px}.button-shopmini:hover{background:#2f3b4b}.product-details-info .single-block{background-color:#fff;padding:20px;border:1px solid #eee;border-radius:4px;margin-top:20px}.product-details-info .info-body h4{font-size:19px;font-weight:800;margin-bottom:10px}.product-details-info .info-body p{margin:10px 0}.product-details-info{background-color:#fff}.input-product{padding-left:6px!important;font-size:1rem;font-weight:400;color:#000}.single-category{position:relative;overflow:hidden}.nav-header-product{justify-content:space-around}.single-category:before{content:"";position:absolute;top:-100%;left:0;width:100%;height:100%;background:linear-gradient(176deg,#16c1dc,#85dae200);transition:top .4s ease}.heading:before{font-size:20px}.single-category:hover:before{top:0}.single-category .heading,.single-category img{position:relative;z-index:1}.galleria-show-product>div>div>div>.p-galleria-item>img{width:100%!important;height:100%}.galleria-show-product>div{display:flex;width:100%}.galleria-show-product>div>div>div>button{color:#000}.a-blue{color:#0167f3!important}.nav_bar_fixed{position:fixed;z-index:1000;top:0;margin-left:auto;margin-right:auto;width:100%;max-width:800px;background:#fff}.nav_bar{display:flex;justify-content:space-between;align-items:center;padding:10px}.bottom_button{display:flex;justify-content:space-around;position:fixed;bottom:0;width:100%;margin-left:auto;margin-right:auto;max-width:800px;background:#fff}.left_button{position:relative;background:#f4f5f6;color:#000;width:25%}.left_button,.right_button{border:none;border-radius:5px;font-weight:700;padding:10px;margin:5px;cursor:pointer}.right_button{background:#0068ff;color:#fff;width:65%}.p-image-preview-indicator{position:absolute}.product-card-comment__review--comment img{width:180px;height:180px}.cart-count{position:absolute;top:-8px;right:-8px;background-color:red;color:#fff;border-radius:50%;padding:2px 6px;font-size:14px}.slider-image{position:relative}.slider-image img{width:100%;height:700px;object-fit:cover;object-position:center}.slider-image .button-next,.slider-image .button-prev{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;border-radius:5px;padding:10px;cursor:pointer}.slider-image .button-prev{left:10px}.slider-image .button-next{right:10px}.p-slider{display:none}.slide-number{position:absolute;bottom:10px;right:10px;font-size:16px;color:#fff;background:#000000b3;padding:5px;border-radius:5px}.img-baner{margin-top:5px;width:100%}.detail-product-card-comment__review--comment img{width:200px;height:200px}.respon-between-pd{justify-content:space-between}.coundown-wrapper{width:100%;background-image:url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/productdetailspage/4323ad4dc2b3c72d0474.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;padding:5px 10px;color:#fff;align-items:center;margin-bottom:5px}#nav_bar_srcoll{background:#d0011b;color:#fff}.coundown-wrapper #animaltion_flash{align-items:center;font-size:16px;font-family:ui-rounded;font-weight:700;color:#fff;font-style:italic;animation:Flash 1.25s infinite}@keyframes Flash{0%{opacity:1}50%{opacity:0}to{opacity:1}}#countdown{font:normal 13px/20px Arial,Helvetica,sans-serif;word-wrap:break-word;display:contents;width:200px;height:100px;text-align:center;background:#222;background-image:-o-linear-gradient(top,#222,#333,#333,#222);border:1px solid #111;border-radius:5px;box-shadow:0 0 8px #0009;margin:auto;padding:24px 0;position:absolute;top:0;bottom:0;left:0;right:0}#countdown #tiles{position:relative;z-index:1}#countdown #tiles>span{width:25px;font:700 18px Droid Sans,Arial,sans-serif;text-align:center;color:#111;background-color:#ddd;background-image:-o-linear-gradient(top,#bbb,#eee);border-top:1px solid #fff;border-radius:3px;box-shadow:0 0 12px #000000b3;margin:0 7px;padding:3px 0;display:inline-block;position:relative}#countdown .labels{width:100%;height:25px;text-align:center;position:absolute;bottom:8px}#countdown .labels li{width:102px;font:700 15px Droid Sans,Arial,sans-serif;color:#f47321;text-shadow:1px 1px 0 #000;text-align:center;text-transform:uppercase;display:inline-block}.p-total-confirm-order{font-size:18px;font-weight:700}.slick-next,.slick-prev{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;z-index:1000;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.slick-prev{left:10px}.cart-respon{display:none!important}.slick-next{right:10px}.quanity-on-cart{position:absolute;top:-10px;right:-10px;color:#fff;background:red;padding:2px 8px;border-radius:50%}.tab-content .ant-input{font-family:Inter var,"sans-serif"}@media (max-width:900px){.product-img-hot img{height:120px;width:290px}}@media (max-width:768px){.respon-img-150{width:150px!important;height:150px!important}.tab-list-product{height:70vh}.p-dialog{width:85vw!important}}@media (max-width:500px){.product-sorting{max-width:100%;width:100%}#dropdown-product-sorting{width:100%}#dropdown-product-sorting svg{top:10px;right:5px}#dropdown-product-sorting .p-dropdown-label{font-weight:300}.p-dropdown-item-label{font-size:12px}.respon-h32{height:32px}.respon-align-end{align-self:flex-end}.respon-w100{width:100%}.cart-respon{display:block!important;position:fixed!important;bottom:49px;right:30px}.ripple{position:absolute;top:50%;left:50%;width:20px;height:20px;background:#007bff80;border-radius:50%;transform:translate(-50%,-50%);animation:ripple-effect 1.5s linear infinite}@keyframes ripple-effect{0%{width:20px;height:20px;opacity:1}to{width:150px;height:150px;opacity:0}}.quanity-on-cart{position:absolute;top:-10px;right:-8px;color:#fff;background:red;padding:2px 8px;border-radius:50%}.product-card-comment__review--comment img{width:150px;height:150px}#countdown #tiles>span{margin:0 3px}.respon-column{flex-direction:column}.respon-w-50{width:63%}.respon-font16{font-size:16px!important}.respon-mobile-none{display:none!important}.mg-bot{padding:0!important}.mg-bot,.mg-bot h3{margin-bottom:0!important}.mg-bot h3{border-bottom:none!important;text-align:center;padding-bottom:0!important}.mg-bot svg{margin-bottom:12px!important;margin-top:12px}.respon-border{border:1px solid #eee;border-radius:0 0 10px 10px;padding:10px 15px}.respon-mobile-block{display:flex;flex-direction:column;color:#000;font-weight:400;border:1px solid #eee;border-radius:10px;transition:all .4s ease;margin-top:15px;box-shadow:0 0 10px #00000012}.category-list-respon{padding-left:15px}.p-total-confirm-order{font-size:15px;font-weight:600}.product-img-hot img{height:120px;width:35vw}.product-details-info{overflow-x:hidden!important}.m-bottom{margin-bottom:25px}.respon-pd-top5{padding-top:5px}.detail-product-card-comment__review--comment img{width:150px;height:150px}.detail-product-card-comment__star-average{font-size:16px}.respon-between-pd{justify-content:space-between;padding-right:0}.respon-font-19{font-size:19px}.nav-function{flex-direction:column;gap:5px;align-items:center!important}.slider-image img{height:450px;object-fit:cover}.product-grids{background-color:#fff;overflow:hidden;height:100vh}.product-sidebar{display:flex;justify-content:space-around;max-height:100px;z-index:1000}.product-sidebar .single-widget{border:none}.product-sidebar .single-widget .list{background-color:#fff}.respon-text-center{text-align:center}.respon-just-center{justify-content:center}.respon-d-none{display:none}.product-grids .product-grid-topbar{padding:5px}#nav-tabContent{overflow-y:auto;margin-bottom:100px;width:100%;margin-top:0}.single-product{margin-top:5px}.single-product .product-image img{width:150px;height:150px}.single-product .product-info{height:150px}.respon-font-18{font-size:18px!important}.btn-product-clear{width:100%;justify-content:center}}
/*# sourceMappingURL=37f40fb08891a285.css.map*/