﻿.hc-carousel .splide__pagination,.hc-carousel--detail .splide__pagination,.hc-carousel--banner .splide__pagination{bottom:15px;column-gap:5px;display:flex}.hc-carousel .splide__pagination__page,.hc-carousel--detail .splide__pagination__page,.hc-carousel--banner .splide__pagination__page{border:3px solid var(--hc-primary);background-color:rgba(0,0,0,0);border-radius:100%;cursor:pointer;height:15px;margin:0;opacity:.5;transition:background-color .3s ease,opacity .3s ease,transform .3s ease;width:15px}.hc-carousel .splide__pagination__page.is-active,.hc-carousel--detail .splide__pagination__page.is-active,.hc-carousel--banner .splide__pagination__page.is-active{background-color:var(--hc-primary);opacity:1;transform:scale(1)}.hc-carousel .splide__arrow,.hc-carousel--detail .splide__arrow,.hc-carousel--banner .splide__arrow{background-color:rgba(0,0,0,0)}.hc-carousel .splide__arrow--prev,.hc-carousel--detail .splide__arrow--prev,.hc-carousel--banner .splide__arrow--prev{left:0}.hc-carousel .splide__arrow--next,.hc-carousel--detail .splide__arrow--next,.hc-carousel--banner .splide__arrow--next{right:0}.hc-carousel--banner .hc-carousel__item{height:100%;width:100%}.hc-carousel--banner .hc-carousel__item img{height:auto;width:100%}.hc-carousel--detail .hc-carousel__item{height:100%;width:100%}.hc-carousel--detail .hc-carousel__item img{height:auto;width:100%}.hc-category{align-items:center;display:flex;column-gap:20px;padding:20px 20px 50px;text-align:center}.hc-category__ttl{bottom:0;color:var(--hc-1);display:block;font-size:2rem;font-weight:700;padding:15px;position:absolute;text-align:center;text-shadow:0 0 5px rgba(0,0,0,.5);text-transform:uppercase;transition:color .35s ease,transform .45s cubic-bezier(0.22, 1, 0.36, 1);width:100%;z-index:3}.hc-category__item{display:block;overflow:hidden;position:relative;padding-top:calc((100% - 40px)/3);transition:box-shadow .45s ease,transform .45s cubic-bezier(0.22, 1, 0.36, 1);width:calc((100% - 40px)/3)}.hc-category__item::before{background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);bottom:0;content:"";height:100%;left:0;position:absolute;transition:background .45s ease;width:100%;z-index:1}.hc-category__item::after{background:linear-gradient(110deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 80%);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transform:translateX(-130%) skewX(-18deg);transition:transform .85s cubic-bezier(0.22, 1, 0.36, 1),opacity .45s ease;z-index:2}.hc-category__item:hover{cursor:pointer;box-shadow:0 18px 35px rgba(0,0,0,.16);transform:translateY(-4px)}.hc-category__item:hover::before{background:linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.58) 100%)}.hc-category__item:hover::after{opacity:1;transform:translateX(130%) skewX(-18deg)}.hc-category__item:hover .hc-category__ttl{color:var(--hc-4);transform:translateY(-2px)}.hc-category__item:hover .hc-category__img{filter:saturate(1.08) contrast(1.05);transform:scale(1.08)}.hc-category__img{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .85s cubic-bezier(0.22, 1, 0.36, 1),filter .45s ease;will-change:transform,filter;width:100%;z-index:0}@media only screen and (max-width: 767.98px){.hc-category{column-gap:10px;padding:10px 10px 50px}.hc-category__item{padding-top:calc((100% - 20px)/3);width:calc((100% - 20px)/3)}.hc-category__ttl{font-size:1.6rem;padding:10px}}@media only screen and (max-width: 575.98px){.hc-category{flex-direction:column;row-gap:10px}.hc-category__item{padding-top:100%;width:100%}}@property --hc-border-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.hc-card{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:50px;width:100%}.hc-card__item{border:1px solid rgba(0,0,0,0);border-radius:10px;background:linear-gradient(var(--hc-1), var(--hc-1)) padding-box,linear-gradient(120deg, rgba(11, 110, 110, 0.18), rgba(11, 110, 110, 0.06)) border-box;display:block;overflow:hidden;padding:10px 10px 20px;position:relative;transition:box-shadow .45s ease,transform .35s ease;width:calc((100% - 60px)/4)}.hc-card__item::before,.hc-card__item::after{border-radius:inherit;content:"";inset:0;pointer-events:none;position:absolute}.hc-card__item::before{background:radial-gradient(circle at var(--hc-dot-x, -9999px) var(--hc-dot-y, -9999px), rgba(11, 110, 110, 0.22) 0%, transparent 55%);opacity:0;transition:opacity .35s ease;z-index:2}.hc-sidebar .hc-card__item{margin-bottom:10px;width:100%}.hc-sidebar .hc-card__item::before,.hc-sidebar .hc-card__item::after{content:none}.hc-card__item:hover{background:linear-gradient(var(--hc-1), var(--hc-1)) padding-box,conic-gradient(from var(--hc-border-angle), rgba(11, 110, 110, 0.06) 0deg, rgba(11, 110, 110, 0.9) 60deg, rgba(11, 110, 110, 0.06) 130deg, rgba(11, 110, 110, 0.06) 185deg, rgba(11, 110, 110, 0.85) 245deg, rgba(11, 110, 110, 0.06) 310deg, rgba(11, 110, 110, 0.06) 360deg) border-box;box-shadow:0 8px 18px rgba(0,0,0,.12);transform:translateY(-2px);animation:hc-card-border-rotate 2.4s linear infinite}.hc-card__item:hover::before{opacity:1;animation:hc-card-glow-run 2.4s linear infinite}.hc-card__item:hover .hc-card__img::after{opacity:1;transform:translateX(125%) skewX(-18deg)}.hc-card__item:hover .hc-card__img img{filter:saturate(1.08) contrast(1.04);transform:scale(1.08)}.hc-card__img{display:inline-block;font-size:0;overflow:hidden;position:relative;padding-top:100%;width:100%}.hc-card__img::after{background:linear-gradient(110deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 80%);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transform:translateX(-125%) skewX(-18deg);transition:transform .8s cubic-bezier(0.22, 1, 0.36, 1),opacity .45s ease;z-index:1}.hc-sidebar .hc-card__img{padding-top:100%;width:100%}.hc-card__img[data-new=Mới]::before{align-items:center;background-color:var(--hc-primary);border-radius:100%;color:var(--hc-1);content:attr(data-new);display:inline-flex;font-size:1.2rem;font-weight:700;line-height:1;height:30px;right:10px;justify-content:center;position:absolute;top:10px;width:30px;z-index:1}.hc-card__img img{position:absolute;transition:transform .8s cubic-bezier(0.22, 1, 0.36, 1),filter .5s ease;will-change:transform,filter}.hc-card__ttl{color:var(--hc-root);display:block;font-size:1.6rem;font-weight:700;line-height:1.5;margin-top:10px;text-align:center}.hc-sidebar .hc-card__ttl{font-size:1.4rem}.hc-card__price{display:block;color:var(--hc-primary);font-size:1.5rem;font-weight:700;margin-top:10px;transition:background-color .3s,color .3s;text-align:center;width:100%}.hc-card__price del{color:var(--hc-3)}.hc-sidebar .hc-card__price{font-size:1.4rem;position:relative}.hc-card__info{flex:1;text-align:left}@media only screen and (max-width: 1199.98px){.hc-card__item{width:calc((100% - 40px)/3)}.hc-card__price,.hc-card__ttl{font-size:1.4rem}}@media only screen and (max-width: 767.98px){.hc-card{gap:10px}.hc-card__item{padding:0 0 30px}.hc-card__price,.hc-card__ttl{font-size:1.3rem}}@media only screen and (max-width: 575.98px){.hc-card__item{width:calc(50% - 5px)}.hc-card__price{font-size:1.2rem}}@keyframes hc-card-border-rotate{to{--hc-border-angle: 360deg}}@keyframes hc-card-dot-run{0%{left:0;top:0;transform:translate(-50%, -50%)}25%{left:100%;top:0;transform:translate(-50%, -50%)}50%{left:100%;top:100%;transform:translate(-50%, -50%)}75%{left:0;top:100%;transform:translate(-50%, -50%)}100%{left:0;top:0;transform:translate(-50%, -50%)}}@keyframes hc-card-glow-run{0%{--hc-dot-x: 0%;--hc-dot-y: 0%}25%{--hc-dot-x: 100%;--hc-dot-y: 0%}50%{--hc-dot-x: 100%;--hc-dot-y: 100%}75%{--hc-dot-x: 0%;--hc-dot-y: 100%}100%{--hc-dot-x: 0%;--hc-dot-y: 0%}}.hc-post{display:flex;gap:40px 20px;flex-wrap:wrap;margin-bottom:50px;width:100%}.hc-post__item{display:block;overflow:hidden;position:relative;transition:box-shadow .45s ease,transform .45s cubic-bezier(0.22, 1, 0.36, 1);text-align:center;width:calc((100% - 60px)/4)}.hc-sidebar .hc-post__item{align-items:center;column-gap:10px;display:flex;margin-bottom:10px;width:100%}.hc-post__img{display:inline-block;font-size:0;overflow:hidden;position:relative;padding-top:100%;width:100%}.hc-post__img::after{background:linear-gradient(110deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 80%);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transform:translateX(-125%) skewX(-18deg);transition:transform .8s cubic-bezier(0.22, 1, 0.36, 1),opacity .45s ease;z-index:1}.hc-post__img img{position:absolute;transition:transform .8s cubic-bezier(0.22, 1, 0.36, 1),filter .45s ease;will-change:transform,filter}.hc-post__img:hover::after{opacity:1;transform:translateX(125%) skewX(-18deg)}.hc-post__img:hover img{filter:saturate(1.08) contrast(1.04);transform:scale(1.08)}.hc-sidebar .hc-post__img{padding-top:125px;width:125px}.hc-post__ttl{color:var(--hc-root);display:block;font-size:1.6rem;font-weight:700;line-height:1.5;margin-top:10px;text-align:center;transition:color .3s}.hc-sidebar .hc-post__ttl{font-size:1.4rem;margin-top:0;text-align:left}.hc-post__ttl:hover{color:var(--hc-primary)}.hc-post__btn{align-items:center;border:1px solid var(--hc-primary);border-radius:100vw;display:inline-flex;color:var(--hc-primary);font-size:1.6rem;line-height:1;justify-content:center;margin-top:10px;padding:10px 30px 7px;transition:background-color .3s,color .3s;text-align:center}.hc-sidebar .hc-post__btn{font-size:1.4rem;padding:8px 20px 5px}.hc-post__btn:hover{background-color:var(--hc-primary);color:var(--hc-1)}.hc-post__info{flex:1;text-align:left}@media only screen and (max-width: 767.98px){.hc-post__ttl{font-size:1.4rem;line-height:1.2}.hc-post__btn{font-size:1.4rem;padding:8px 20px 5px}}@media only screen and (max-width: 575.98px){.hc-post{gap:30px 10px}.hc-post__item{width:calc(50% - 5px)}}.hl-primary{background-color:var(--hc-1);display:flex;flex-direction:column;padding-top:60px}.hl-row{column-gap:30px;display:flex;width:100%}.hl-col:first-child{flex:1}.hl-col:last-child{width:300px}.hl-col:last-child .hl-shadow{padding-inline:20px}.hl-shadow{background-color:var(--hbg-root);box-shadow:0 2px 4px rgba(0,0,0,.1);border-radius:12px;margin-bottom:20px;padding:30px}.hl-shadow:last-child{margin-bottom:0}@media only screen and (max-width: 991.98px){.hl-row{flex-direction:column;row-gap:30px}.hl-col:last-child{width:100%}}@media only screen and (max-width: 575.98px){.hl-primary{padding-bottom:50px}}