.shop-sidebar{background:var(--bs-body-bg);border:1px solid var(--bs-border-color-translucent);border-radius:1rem;padding:1.5rem;box-shadow:0 .125rem .25rem #00000013}.shop-sidebar__header{border-bottom:1px solid var(--bs-border-color);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.125rem;font-weight:700;display:flex}.shop-sidebar__badge{background:var(--bs-primary);color:#fff;border-radius:50rem;padding:.1rem .4rem;font-size:.75rem;font-weight:600}.shop-filter-section{border-bottom:1px solid var(--bs-border-color-translucent);padding:1.25rem 0}.shop-filter-section:last-child{border-bottom:none;padding-bottom:0}.shop-filter-section__header{width:100%;color:var(--bs-heading-color);background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;font-weight:600;transition:color .2s;display:flex}.shop-filter-section__header:hover{color:var(--bs-primary)}.shop-filter-section__title{align-items:center;gap:.5rem;display:flex}.shop-filter-section__icon{color:var(--bs-secondary)}.shop-filter-section__chevron{transition:transform .3s}.shop-filter-section__chevron.open{transform:rotate(180deg)}.shop-filter-section__body{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.shop-filter-section__body.open{grid-template-rows:1fr}.shop-filter-section__content{padding-top:1rem;overflow:hidden}.shop-price-slider{padding:1rem .5rem}.shop-price-slider__track{background:var(--bs-secondary-bg);border-radius:2px;height:4px;position:relative}.shop-price-slider__range{background:var(--bs-primary);border-radius:2px;height:100%;position:absolute}.shop-price-slider__input{appearance:none;pointer-events:none;background:0 0;width:100%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.shop-price-slider__input::-webkit-slider-thumb{appearance:none;border:2px solid var(--bs-primary);cursor:pointer;pointer-events:auto;background:#fff;border-radius:50%;width:16px;height:16px;box-shadow:0 1px 3px #0003}.shop-price-slider__input::-moz-range-thumb{border:2px solid var(--bs-primary);cursor:pointer;pointer-events:auto;background:#fff;border-radius:50%;width:16px;height:16px;box-shadow:0 1px 3px #0003}.shop-price-slider__label{color:var(--bs-body-color);font-size:.875rem;font-weight:500}.shop-filter-search{margin-bottom:.75rem;position:relative}.shop-filter-search__icon{color:var(--bs-secondary);pointer-events:none;position:absolute;top:50%;left:.65rem;transform:translateY(-50%)}.shop-filter-search__input{border:1.5px solid var(--bs-border-color);background:var(--bs-body-bg);width:100%;color:var(--bs-body-color);border-radius:.6rem;padding:.45rem .65rem .45rem 2rem;font-size:.85rem;transition:border-color .2s,box-shadow .2s}.shop-filter-search__input:focus{border-color:var(--bs-primary);box-shadow:0 0 0 3px rgba(var(--bs-primary-rgb), .12);outline:none}.shop-filter-search__empty{color:var(--bs-secondary);padding:.25rem 0;font-size:.8rem}.shop-filter-list{flex-direction:column;gap:.5rem;max-height:250px;padding-right:.5rem;display:flex;overflow-y:auto}.shop-filter-list::-webkit-scrollbar{width:4px}.shop-filter-list::-webkit-scrollbar-track{background:var(--bs-secondary-bg);border-radius:4px}.shop-filter-list::-webkit-scrollbar-thumb{background:var(--bs-secondary);border-radius:4px}.shop-filter-checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--bs-body-color);align-items:center;padding-left:24px;font-size:.9rem;transition:color .2s;display:flex;position:relative}.shop-filter-checkbox:hover{color:var(--bs-primary)}.shop-filter-checkbox__input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.shop-filter-checkbox__custom{background-color:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:4px;width:16px;height:16px;transition:all .2s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.shop-filter-checkbox:hover .shop-filter-checkbox__input~.shop-filter-checkbox__custom{border-color:var(--bs-primary)}.shop-filter-checkbox__input:checked~.shop-filter-checkbox__custom{background-color:var(--bs-primary);border-color:var(--bs-primary)}.shop-filter-checkbox__custom:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;display:none;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.shop-filter-checkbox__input:checked~.shop-filter-checkbox__custom:after{display:block}.shop-filter-checkbox__label{text-overflow:ellipsis;white-space:nowrap;flex-grow:1;overflow:hidden}.shop-filter-checkbox__count{color:var(--bs-secondary);background:var(--bs-secondary-bg);border-radius:4px;margin-left:.5rem;padding:.1rem .4rem;font-size:.75rem}.shop-filter-category-item{flex-direction:column;gap:.25rem;display:flex}.shop-filter-category-expand{color:var(--bs-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-right:.25rem;padding:0;display:flex}.shop-filter-category-expand:hover{color:var(--bs-primary)}.shop-filter-category-children{flex-direction:column;gap:.25rem;margin-top:.25rem;display:flex}.shop-active-filters{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.shop-active-filter-tag{background:rgba(var(--bs-primary-rgb), .08);color:var(--bs-primary);border:1px solid rgba(var(--bs-primary-rgb), .25);border-radius:50rem;align-items:center;gap:.4rem;padding:.3rem .4rem .3rem .85rem;font-size:.8rem;font-weight:600;line-height:1;transition:background .2s,border-color .2s;display:inline-flex}.shop-active-filter-tag:hover{background:rgba(var(--bs-primary-rgb), .14);border-color:rgba(var(--bs-primary-rgb), .45)}.shop-active-filter-tag__remove{background:rgba(var(--bs-primary-rgb), .15);color:var(--bs-primary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.1rem;height:1.1rem;padding:0;transition:background .2s,color .2s;display:flex}.shop-active-filter-tag__remove:hover{background:var(--bs-primary);color:#fff}.shop-active-filters__clear{color:var(--bs-danger);cursor:pointer;background:0 0;border:none;border-radius:50rem;padding:.3rem .85rem;font-size:.8rem;font-weight:600;line-height:1;transition:background .2s,color .2s}.shop-active-filters__clear:hover{background:var(--bs-danger-bg-subtle)}.shop-filter-clear-btn{border:1px solid var(--bs-border-color);background:var(--bs-body-bg);width:100%;color:var(--bs-body-color);border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.75rem;font-weight:600;transition:all .2s;display:flex}.shop-filter-clear-btn:hover{background:var(--bs-danger-bg-subtle);border-color:var(--bs-danger-border-subtle);color:var(--bs-danger)}.shop-topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.shop-topbar__title{align-items:baseline;gap:.5rem;margin:0;font-size:1.5rem;font-weight:700;display:flex}.shop-topbar__count{color:var(--bs-secondary);font-size:.875rem;font-weight:400}.shop-topbar__filter-btn{background:var(--bs-body-bg);border:1px solid var(--bs-border-color);color:var(--bs-body-color);border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;display:flex}.shop-topbar__filter-badge{background:var(--bs-primary);color:#fff;border-radius:50rem;margin-left:.25rem;padding:.1rem .3rem;font-size:.7rem}.shop-topbar__sort{border:1px solid var(--bs-border-color);background-color:var(--bs-body-bg);color:var(--bs-body-color);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border-radius:.5rem;padding:.5rem 2rem .5rem 1rem;font-weight:500}[data-bs-theme=dark] .shop-topbar__sort{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.shop-topbar__mobile{flex:auto;width:100%;min-width:0;position:relative}.shop-topbar__group{border:1px solid var(--bs-border-color);background-color:var(--bs-body-bg);border-radius:.5rem;align-items:stretch;width:100%;min-width:0;display:flex;overflow:hidden}.shop-topbar__group .shop-topbar__filter-btn{border:0;border-right:1px solid var(--bs-border-color);white-space:nowrap;border-radius:0;flex:none;gap:.3rem;padding:.5rem .65rem;font-size:.85rem}.shop-topbar__group .shop-topbar__filter-btn svg{width:16px;height:16px}.shop-topbar__search{background-color:var(--bs-body-bg);flex:auto;align-items:stretch;min-width:0;display:flex}.shop-topbar__group .shop-topbar__search{border:0;border-radius:0}.shop-topbar__group:focus-within{border-color:var(--bs-primary);box-shadow:0 0 0 .15rem rgba(var(--bs-primary-rgb), .15)}@media (width<=767.98px){.shop-topbar{z-index:1010;background:var(--bs-body-bg);margin-bottom:0;padding:.6rem 0;position:sticky;top:58px}}.shop-topbar__search-input{min-width:0;color:var(--bs-body-color);background:0 0;border:0;flex:auto;padding:.5rem .85rem;font-size:.9rem}.shop-topbar__search-input:focus{outline:none}.shop-topbar__search-btn{background:var(--bs-primary);color:#fff;border:0;flex:none;justify-content:center;align-items:center;padding:0 .85rem;display:flex}.shop-topbar__suggest{z-index:1050;background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:.5rem;max-height:60vh;padding:.25rem;position:absolute;top:calc(100% + .4rem);left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #0000001f}.shop-topbar__suggest-item{text-align:left;width:100%;color:var(--bs-body-color);background:0 0;border:0;border-radius:.4rem;align-items:center;gap:.65rem;padding:.5rem;display:flex}.shop-topbar__suggest-item:hover,.shop-topbar__suggest-item:focus{background:rgba(var(--bs-primary-rgb), .08)}.shop-topbar__suggest-thumb{background:var(--bs-tertiary-bg);border-radius:.4rem;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.shop-topbar__suggest-thumb img{object-fit:cover;width:100%;height:100%}.shop-topbar__suggest-info{flex-direction:column;min-width:0;display:flex}.shop-topbar__suggest-name{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:600;line-height:1.25;overflow:hidden}.shop-topbar__suggest-price{color:var(--bs-primary);font-size:.78rem;font-weight:600}.shop-mobile-sort{border:1px solid var(--bs-border-color);background-color:var(--bs-body-bg);width:100%;color:var(--bs-body-color);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border-radius:.5rem;padding:.5rem 2rem .5rem .85rem;font-weight:500}[data-bs-theme=dark] .shop-mobile-sort{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.shop-product-card{background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:.5rem;flex-direction:column;height:100%;transition:box-shadow .3s;display:flex;overflow:hidden}.shop-product-card:hover{box-shadow:0 .5rem 1rem #00000014}.shop-product-card__image{aspect-ratio:1;background:#fff;position:relative;overflow:hidden}.shop-product-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s,opacity .5s;position:absolute;top:0;left:0}.shop-product-card__image .hover-img{opacity:0;transform:scale(1.05)}.shop-product-card:hover .shop-product-card__image:not(.has-hover) .primary-img{transform:scale(1.05)}.shop-product-card:hover .shop-product-card__image.has-hover .primary-img{opacity:0}.shop-product-card:hover .shop-product-card__image.has-hover .hover-img{opacity:1;transform:scale(1)}.shop-product-card__no-image{width:100%;height:100%;color:var(--bs-secondary);justify-content:center;align-items:center;display:flex}.shop-product-card__badge{z-index:2;letter-spacing:.5px;padding:.35rem .6rem;font-size:.75rem;font-weight:700;position:absolute;top:0;box-shadow:0 2px 4px #00000026}.shop-product-card__badge--brand{color:var(--bs-heading-color);text-transform:uppercase;background:#fffffff2;border-radius:0 0 .5rem;left:0}[data-bs-theme=dark] .shop-product-card__badge--brand{background:#000000d9}.shop-product-card__badge--sale,.shop-product-card__badge--combo{background:var(--bs-primary);color:#fff;border-radius:0 0 0 .5rem;right:0}.shop-product-card__free{color:var(--bs-primary);background:var(--primary-50,#fdf2f8);border:1px solid color-mix(in srgb, var(--bs-primary) 30%, transparent);text-transform:uppercase;letter-spacing:.3px;border-radius:50rem;align-items:center;gap:.3rem;margin-top:-.6rem;margin-bottom:.5rem;padding:.25rem .7rem;font-size:.72rem;font-weight:700;line-height:1.2;display:inline-flex}[data-bs-theme=dark] .shop-product-card__free{background:color-mix(in srgb, var(--bs-primary) 18%, transparent)}.shop-product-card__wishlist{z-index:3;background:var(--bs-body-bg);width:38px;height:38px;color:var(--bs-secondary-color);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .2s,background-color .2s,transform .15s;display:inline-flex;position:absolute;bottom:10px;right:10px;box-shadow:0 2px 8px #00000026}.shop-product-card__wishlist:hover{color:var(--bs-danger);transform:scale(1.08)}.shop-product-card__wishlist.is-active{color:var(--bs-danger)}.shop-product-card__body{text-align:center;flex-direction:column;flex-grow:1;align-items:center;padding:0 1rem .5rem;display:flex}.shop-product-card__name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:2.66rem;margin-top:.85rem;margin-bottom:1rem;font-size:.95rem;font-weight:400;line-height:1.4;display:-webkit-box;overflow:hidden}.shop-product-card__name a{color:var(--bs-heading-color);text-decoration:none;transition:color .2s}.shop-product-card__name a:hover{color:var(--bs-primary)}.shop-product-card__price{color:var(--bs-primary);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.shop-product-card__rating{color:#ffc107;align-items:center;gap:.2rem;margin-bottom:.5rem;font-size:.85rem;display:flex}.shop-product-card__rating .star-empty{color:#e4e5e9}.shop-product-card__variant{color:var(--bs-secondary);min-height:1.4rem;margin-top:auto;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.shop-product-card__variant-badge{letter-spacing:.5px;text-transform:uppercase;border-radius:.35rem;padding:.2rem .55rem;font-size:.7rem;font-weight:700;display:inline-block}.shop-product-card__variant-badge--combo{background:var(--bs-primary);color:#fff}.shop-product-card__variant-badge--variants{background:var(--bs-secondary-bg);color:var(--bs-secondary);border:1px solid var(--bs-border-color)}.shop-product-card__btn{text-align:center;background:var(--bs-primary);color:#fff;text-transform:uppercase;border:none;border-radius:0;width:100%;margin-top:auto;padding:.75rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:opacity .3s;display:block}.shop-product-card__btn:hover{opacity:.9;color:#fff}.shop-product-card__meta{display:contents}.shop-product-card__rating-value{display:none}.shop-product-card__free-banner{z-index:2;white-space:nowrap;color:#fff;background:var(--bs-primary);text-transform:uppercase;letter-spacing:.3px;border-radius:50rem;align-items:center;gap:.25rem;padding:.15rem .45rem;font-size:.58rem;font-weight:800;line-height:1.2;display:inline-flex;position:absolute;bottom:8px;left:50%;transform:translate(-50%);box-shadow:0 1px 4px #0000002e}.shop-product-card__free-banner svg{width:12px;height:12px}@media (width<=767.98px){.shop-product-card__badge--brand{display:none}.shop-product-card__badge--sale{letter-spacing:.3px;border-radius:50rem;padding:.18rem .5rem;font-size:.58rem;top:8px;left:8px;right:auto;box-shadow:0 1px 4px #0000002e}.shop-product-card__badge--combo{display:none}.shop-product-card__wishlist{width:30px;height:30px;bottom:8px;right:8px}.shop-product-card__image:has(.shop-product-card__free-banner) .shop-product-card__wishlist{bottom:38px}.shop-product-card__wishlist svg{width:15px;height:15px}.shop-product-card__variant-badge{letter-spacing:.2px;padding:.15rem .4rem;font-size:.58rem}.shop-product-card__body{padding:0 .65rem .5rem}.shop-product-card__name{height:2.3rem;margin-top:.6rem;margin-bottom:.5rem;font-size:.82rem;line-height:1.4}.shop-product-card__price{margin-bottom:.6rem;font-size:.92rem}.shop-product-card__meta{flex-wrap:nowrap;justify-content:center;align-items:center;gap:.4rem;min-width:0;margin-bottom:.5rem;display:flex}.shop-product-card__meta .shop-product-card__rating,.shop-product-card__meta .shop-product-card__variant{min-height:0;margin:0}.shop-product-card__meta .shop-product-card__rating{gap:.1rem}.shop-product-card__meta .shop-product-card__rating svg{width:11px;height:11px}.shop-product-card__meta .shop-product-card__variant{white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.shop-product-card__rating-value{color:var(--bs-secondary-color);margin-left:.2rem;font-size:.75rem;font-weight:600;display:inline}.shop-product-card__btn{letter-spacing:.3px;padding:.55rem;font-size:.78rem}}.shop-pagination{flex-wrap:wrap;justify-content:center;gap:.25rem;margin-top:3rem;display:flex}.shop-pagination__link{background:var(--bs-body-bg);border:1px solid var(--bs-border-color);min-width:2.5rem;height:2.5rem;color:var(--bs-body-color);border-radius:.5rem;justify-content:center;align-items:center;padding:0 .75rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.shop-pagination__link:hover:not(.disabled){background:var(--bs-tertiary-bg);border-color:var(--bs-border-color-translucent)}.shop-pagination__link.active{background:var(--bs-primary);border-color:var(--bs-primary);color:#fff}.shop-pagination__link.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.shop-empty{text-align:center;background:var(--bs-body-bg);border:1px dashed var(--bs-border-color);border-radius:1rem;padding:4rem 2rem}.shop-empty__icon{color:var(--bs-secondary);opacity:.5;margin-bottom:1.5rem}.shop-empty__title{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.shop-empty__text{color:var(--bs-secondary);max-width:400px;margin-bottom:2rem;margin-left:auto;margin-right:auto}.shop-empty__btn{background:var(--bs-primary);color:#fff;cursor:pointer;border:none;border-radius:50rem;padding:.75rem 2rem;font-weight:600;transition:background .2s}.shop-empty__btn:hover{background:var(--bs-primary-hover,var(--bs-primary));opacity:.9}.shop-mobile-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1040;opacity:0;visibility:hidden;background:#00000080;transition:all .3s;position:fixed;inset:0}.shop-mobile-overlay.active{opacity:1;visibility:visible}.shop-mobile-drawer{background:var(--bs-body-bg);z-index:1050;flex-direction:column;width:320px;max-width:100%;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:0 0 2rem #0003}.shop-mobile-drawer.active{transform:translate(0)}.shop-mobile-drawer__header{border-bottom:1px solid var(--bs-border-color);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.shop-mobile-drawer__close{color:var(--bs-body-color);cursor:pointer;background:0 0;border:none;margin:-.5rem;padding:.5rem}.shop-mobile-drawer__body{flex-grow:1;padding:1.5rem 1.5rem 100px;overflow-y:auto}@media (width>=992px){.banner-70{width:70%}.banner-30{width:30%}}.text-truncate-2{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.hover-scale{transition:transform .3s}.hover-scale:hover{transform:scale(1.05)}.tracking-widest{letter-spacing:.1em}.border-dashed{border-style:dashed!important;border-width:2px!important}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.group:hover .group-hover-scale-110{transform:scale(1.1)}.group:hover .group-hover-opacity-100{opacity:1!important}.group:hover .group-hover-translate-y-minus-2{transform:translateY(-.5rem)}.hero-post-overlay{z-index:2}.hero-post-vignette{z-index:1}.hero-post-item{background:#000}.transition-200{transition:all .2s ease-in-out}.transition-300{transition:all .3s ease-in-out}.last\:mb-0:last-child{margin-bottom:0!important}.group:hover.group-hover-text-primary,.group:hover .group-hover-text-primary{color:var(--bs-primary)!important}.text-inherit{color:inherit!important}.transition-all{transition:all .3s}.transition-transform{transition:transform .5s}.duration-500{transition-duration:.5s}.duration-300{transition-duration:.3s}.inset-0{inset:0}.hover-bg-light:hover{background-color:#f8f9fa!important}.no-radius{border-radius:0!important}.opacity-0{opacity:0!important}.opacity-100{opacity:100!important}.scale-100{transform:scale(1)}.scale-110{transform:scale(1.1)}.duration-1000{transition-duration:1s!important}.social-link-monochrome{color:#999;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-link-monochrome:hover{color:var(--bs-primary);transform:translateY(-2px)}.hover-shadow-md:hover{box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a!important}.group-hover-translate-x-1{transition:transform .2s}.group:hover .group-hover-translate-x-1{transform:translate(4px)}.arrow-triangle-left{clip-path:polygon(0 0,100% 50%,0 100%);background:var(--card-bg,white);align-items:center;width:45px;height:80px;padding-left:5px;transition:all .3s;display:flex}.arrow-triangle-right{clip-path:polygon(100% 0,0 50%,100% 100%);background:var(--card-bg,white);justify-content:flex-end;align-items:center;width:45px;height:80px;padding-right:5px;transition:all .3s;display:flex}.arrow-triangle-left:hover,.arrow-triangle-right:hover{background:var(--gray-50,#f8f8f8);width:50px}.decorative-line{background-color:#ddd;width:40px;height:1px;display:inline-block}@media (width>=992px){.sticky-column{flex-direction:column;display:flex;position:relative}.sticky-wrapper{z-index:10;align-self:flex-start;width:100%;position:sticky;top:130px}}.hero-large-container,.hero-small-container{min-height:200px}@media (width>=992px){.hero-large-container{min-height:400px}.hero-small-container{min-height:200px}}@media (width<=991.98px){.hero-post-large .hero-post-content h2{line-height:1.3;font-size:1rem!important}}.single-post-article{max-width:100%}.single-post-article,.single-post-article .card,.single-post-article .btn,.single-post-article .form-control,.single-post-article .shadow-sm,.single-post-article .shadow-hover,.single-post-article img{border-radius:0!important}.single-post-breadcrumb{flex-wrap:wrap;align-items:center;padding:4px 0;display:flex}.single-post-breadcrumb .breadcrumb-link{color:var(--gray-500);font-size:.75rem;font-weight:500;text-decoration:none;transition:color .2s}.single-post-breadcrumb .breadcrumb-link:hover{color:var(--bs-primary)}.single-post-breadcrumb .breadcrumb-separator{color:var(--gray-300);-webkit-user-select:none;user-select:none;margin:0 6px;font-size:.75rem}.single-post-meta-row{border-bottom:1px solid var(--bs-border-color);flex-wrap:wrap;align-items:center;padding-bottom:8px;display:flex}.single-post-category-badge{border:1.5px solid var(--bs-primary);color:var(--bs-primary);letter-spacing:.02em;white-space:nowrap;padding:2px 10px;font-size:.6875rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.single-post-category-badge:hover{background-color:var(--bs-primary);color:#fff}.single-post-meta-info{color:var(--gray-500);flex-wrap:wrap;align-items:center;gap:4px;font-size:.75rem;display:flex}.single-post-meta-info .meta-separator{color:var(--gray-300);margin:0 2px;font-size:.3rem}.single-post-meta-info .meta-author{color:var(--gray-700);font-weight:600}.single-post-meta-info .meta-stat{color:var(--gray-400);align-items:center;gap:2px;display:inline-flex}.single-post-meta-info .meta-stat svg{width:12px;height:12px}.single-post-title{color:var(--gray-900);letter-spacing:-.015em;margin:12px 0 14px;font-size:clamp(1.375rem,3.5vw,2rem);font-weight:800;line-height:1.3}.single-post-featured-image{width:100%;margin-bottom:24px;overflow:hidden}.single-post-featured-image img{object-fit:cover;width:100%;height:auto;display:block}.single-post-image-caption{background-color:var(--gray-50);border-bottom:1px solid var(--bs-border-color);color:var(--gray-600);padding:10px 15px;line-height:1.6}[data-bs-theme=dark] .single-post-image-caption{color:#a8a4c8;background-color:#ffffff08}.single-post-share-bar{border-bottom:1px solid var(--bs-border-color);align-items:stretch;margin-bottom:20px;display:flex}.share-count{flex-direction:column;justify-content:center;align-items:center;min-width:56px;padding:8px 16px;display:flex}.share-count-number{color:var(--bs-primary);font-size:1.25rem;font-weight:800;line-height:1}.share-count-label{letter-spacing:.1em;text-transform:uppercase;color:var(--bs-primary);margin-top:1px;font-size:.5rem;font-weight:700}.share-buttons{flex:1;gap:0;display:flex}.share-btn{cursor:pointer;color:#fff;border:none;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-size:.8125rem;font-weight:600;transition:opacity .2s;display:flex}.share-btn:hover{opacity:.85}.share-btn-facebook{background-color:#3b5998}.share-btn-twitter{background-color:#1a1a1a}.single-post-content{padding:20px 0 8px}.tiptap-youtube-video{aspect-ratio:16/9;border:none;width:100%;height:auto;margin:2rem 0}.content-figure{margin:2rem 0;display:table}.content-figure img{max-width:100%;display:block;margin-bottom:.75rem!important}.content-caption{caption-side:bottom;text-align:left;color:var(--gray-500);padding:.5rem 0;font-size:.85rem;font-style:italic;line-height:1.5;display:table-caption}[data-bs-theme=dark] .content-caption{color:#8a84a8}.post-content-dropcap>p:first-of-type:first-letter{float:left;color:var(--gray-900);margin-top:6px;margin-right:8px;font-family:Georgia,Times New Roman,serif;font-size:3.75rem;font-weight:800;line-height:.78}.single-post-tags{border-top:1px solid var(--bs-border-color);flex-wrap:wrap;align-items:center;gap:6px;padding:14px 0;display:flex}.single-post-tags .tags-label{text-transform:uppercase;letter-spacing:.04em;color:var(--gray-400);font-size:.75rem;font-weight:700}.single-post-tags .tag-item{background-color:var(--gray-100);color:var(--gray-600);border:1px solid var(--bs-border-color);padding:2px 10px;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.single-post-tags .tag-item:hover{color:var(--bs-primary);border-color:var(--bs-primary);background-color:var(--primary-50)}.single-post-author-bio{background:var(--gray-50);border:1px solid var(--bs-border-color);align-items:flex-start;gap:14px;margin:16px 0;padding:18px;display:flex}.author-bio-avatar{background:var(--gradient-brand);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.125rem;font-weight:800;display:flex;overflow:hidden}.author-bio-avatar img{object-fit:cover;width:100%;height:100%}.author-bio-name{color:var(--gray-800);margin-bottom:2px;font-size:.875rem;font-weight:700}.author-bio-text{color:var(--gray-500);margin-bottom:0;font-size:.8125rem;line-height:1.55}.single-post-related{border-top:1px solid var(--bs-border-color);margin-top:20px;padding-top:20px}.related-heading{color:var(--gray-900);margin-bottom:16px;font-size:1rem;font-weight:700}[data-bs-theme=dark] .single-post-title{color:#f0ecfa}[data-bs-theme=dark] .single-post-breadcrumb .breadcrumb-link{color:#8a84a8}[data-bs-theme=dark] .single-post-breadcrumb .breadcrumb-link:hover{color:var(--primary-300)}[data-bs-theme=dark] .single-post-breadcrumb .breadcrumb-separator{color:#4e4870}[data-bs-theme=dark] .single-post-category-badge{border-color:var(--primary-300);color:var(--primary-300)}[data-bs-theme=dark] .single-post-category-badge:hover{background-color:var(--bs-primary);color:#fff}[data-bs-theme=dark] .single-post-meta-info{color:#8a84a8}[data-bs-theme=dark] .single-post-meta-info .meta-author{color:#c8c2de}[data-bs-theme=dark] .single-post-meta-info .meta-stat{color:#706b8a}[data-bs-theme=dark] .single-post-meta-info .meta-separator{color:#4e4870}[data-bs-theme=dark] .share-count-number,[data-bs-theme=dark] .share-count-label{color:var(--primary-300)}[data-bs-theme=dark] .share-btn-twitter{background-color:#2d2d2d}[data-bs-theme=dark] .post-content-dropcap>p:first-of-type:first-letter{color:#f0ecfa}[data-bs-theme=dark] .single-post-tags .tags-label{color:#706b8a}[data-bs-theme=dark] .single-post-tags .tag-item{color:#c8c2de;background-color:#1a1838;border-color:#ffffff14}[data-bs-theme=dark] .single-post-tags .tag-item:hover{color:var(--primary-300);border-color:var(--primary-300);background-color:#e10c7c14}[data-bs-theme=dark] .single-post-author-bio{background:#1a1838;border-color:#ffffff0f}[data-bs-theme=dark] .author-bio-name{color:#e8e4f4}[data-bs-theme=dark] .author-bio-text{color:#8a84a8}[data-bs-theme=dark] .related-heading{color:#f0ecfa}.related-post-list-item{border-bottom:1px solid var(--gray-100);padding-bottom:1.5rem}.related-post-list-item:last-child{border-bottom:none;padding-bottom:0}.related-thumb{background-color:var(--gray-100);transition:transform .3s}.group:hover .group-hover-scale{transform:scale(1.05)}.hover-primary:hover{color:var(--bs-primary)!important}.vote-pill-btn{cursor:pointer;border:none;align-items:center;gap:8px;padding:10px 24px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex;border-radius:50px!important}.vote-like{color:#e91e63;background-color:#fce4ec}.vote-like:hover,.vote-like.active{background-color:#f8bbd0;transform:translateY(-1px)}.vote-dislike{color:#616161;background-color:#e0e0e0}.vote-dislike:hover,.vote-dislike.active{background-color:#bdbdbd;transform:translateY(-1px)}.vote-count{padding-right:4px;font-size:1.1rem}.bottom-tags-bar{border-top:1px solid var(--gray-100)}[data-bs-theme=dark] .related-post-list-item{border-color:#ffffff0d}[data-bs-theme=dark] .post-voting-section{background-color:#1a1838!important}[data-bs-theme=dark] .vote-like{color:#ff80ab;background-color:#e91e6326}[data-bs-theme=dark] .vote-dislike{color:#a8a4c8;background-color:#ffffff0d}[data-bs-theme=dark] .bottom-tags-bar{border-color:#ffffff0d;background-color:#1a1838!important}@media (width<=767.98px){.single-post-meta-row{flex-direction:column;align-items:flex-start;gap:6px}.single-post-meta-info{font-size:.6875rem}.single-post-share-bar{flex-direction:column}.share-count{border-bottom:1px solid var(--bs-border-color);flex-direction:row;gap:5px;padding:6px 14px}.share-count-number{font-size:1rem}.share-buttons{flex:unset}.share-btn{padding:8px 12px;font-size:.75rem}.related-thumb{width:80px!important;height:60px!important}.post-voting-section{margin-top:1.5rem!important;margin-bottom:1.5rem!important;padding:12px 8px!important}.post-voting-section .d-flex{gap:8px!important}.vote-pill-btn{gap:5px;padding:6px 14px;font-size:.75rem}.vote-pill-btn svg{width:14px;height:14px}.vote-count{padding-right:2px;font-size:.85rem}}.post-inline-ad{width:100%;margin:.5rem 0;overflow:hidden}.post-inline-ad img{border:1px solid var(--bs-border-color);width:auto;max-width:100%;height:auto;transition:all .3s;display:block;border-radius:0!important}.post-inline-ad a{text-decoration:none;display:block;overflow:hidden}.post-inline-ad a:hover img{transform:scale(1.03)}[data-bs-theme=dark] .post-inline-ad img{border-color:#ffffff1a}.single-post-article .post-content img,.single-post-article .post-content .aligncenter,.single-post-article .post-content .alignleft,.single-post-article .post-content .alignright,.single-post-article .post-content .wp-caption{text-align:left!important;float:none!important;margin-left:0!important;margin-right:auto!important;display:block!important}.single-post-article .post-content figure,.single-post-article .post-content .content-figure{float:none!important;margin-left:0!important;margin-right:auto!important;display:table!important}.single-post-article .post-content figcaption,.single-post-article .post-content .wp-caption-text,.single-post-article .post-content .content-caption{text-align:center!important}.ymal-sidebar{border:1px solid var(--gray-200,#e9ecef);background:#fff;border-radius:14px;padding:20px 18px;position:sticky;top:90px}.ymal-heading{letter-spacing:.08em;color:var(--gray-900,#1f2937);margin:0 0 6px;font-size:.85rem;font-weight:800}.ymal-heading:after{content:"";background:var(--bs-primary);border-radius:3px;width:44px;height:3px;margin-top:8px;display:block}.ymal-list{flex-direction:column;margin-top:14px;display:flex}.ymal-item{border-bottom:1px solid var(--gray-100,#f1f3f5);align-items:flex-start;gap:12px;padding:14px 0;text-decoration:none;display:flex}.ymal-item:last-child{border-bottom:0;padding-bottom:0}.ymal-item:first-child{padding-top:0}.ymal-num{color:var(--bs-primary);flex-shrink:0;min-width:18px;font-size:.7rem;font-weight:700;line-height:1.6}.ymal-thumb{background:var(--gray-100,#f1f3f5);border-radius:8px;flex-shrink:0;width:64px;height:64px;overflow:hidden}.ymal-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.ymal-item:hover .ymal-thumb img{transform:scale(1.06)}.ymal-thumb-empty{width:100%;height:100%}.ymal-body{flex:1;min-width:0}.ymal-title-row{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.ymal-title{color:var(--gray-900,#1f2937);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;font-weight:700;line-height:1.35;transition:color .2s;display:-webkit-box;overflow:hidden}.ymal-item:hover .ymal-title{color:var(--bs-primary)}.ymal-cat{color:var(--bs-primary);text-transform:capitalize;white-space:nowrap;flex-shrink:0;font-size:.62rem;font-weight:700}.ymal-excerpt{color:var(--gray-500,#6b7280);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 0;font-size:.72rem;line-height:1.4;display:-webkit-box;overflow:hidden}[data-bs-theme=dark] .ymal-sidebar{background:#1c1830;border-color:#2c2746}[data-bs-theme=dark] .ymal-heading,[data-bs-theme=dark] .ymal-title{color:#f0ecfa}[data-bs-theme=dark] .ymal-item{border-color:#2c2746}
