.page-link{background-color:#fff;background:var(--primary-color-200);border:0 solid var(--primary-color-600);border-radius:100%;color:#007bff;color:#2b150c;display:block;font-size:var(--font-size-14);height:40px;justify-content:center;line-height:1.5;margin-left:10px;padding:.5rem;position:relative;text-align:center;width:40px}.page-link:focus,.page-link:hover{background:var(--primary-color-400)}.pagination{border-radius:.25rem;display:flex;justify-content:center;list-style:none;margin-top:10px;padding-left:0}.page-item:first-child .page-link,.page-item:last-child .page-link{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%}.page-item.active .page-link{background-color:var(--primary-color-600);color:#fff;z-index:1}body{background-color:var(--grey-color-3)}.products-container{display:flex;gap:24px}.breadcrumb{align-items:center;display:flex;font-size:var(--font-size-14);gap:12px}.breadcrumb-separator{background:var(--grey-color);height:20px;width:2px}.breadcrumb a{color:var(--dark-blue-color);text-decoration:none}.breadcrumb .current{color:var(--black-color)}.products-list{flex:1;gap:24px}.product-card,.products-list{display:flex;flex-direction:column}.product-card{align-items:center;background:var(--white-color);border-radius:8px;box-shadow:0 4px 10px 0 rgba(0,0,0,.078);gap:48px;padding:40px 24px}.gallery-content-intro .product-card div.product-card-img-wrap{border-radius:4px;max-width:220px;overflow:hidden;width:80%}.product-card-img{display:block;width:100%}.product-card-separator{background:var(--grey-color-3);height:1px;width:100%}.product-card-body{align-items:flex-start;gap:16px}.product-card-body,.product-card-header{display:flex;flex-direction:column;width:100%}.product-card-header{align-items:center;gap:8px}.product-card-title{color:var(--black-color);font-size:var(--font-size-32);font-weight:var(--font-bold);width:100%}.gallery-content-intro div.product-card-subtitle{color:var(--black-color-1);font-size:var(--font-size-16);width:100%}.gallery-content-intro div.product-card-price{font-size:var(--font-size-16)}.gallery-content-intro div.product-detail-toggle{align-items:center;color:var(--dark-blue-color);display:inline-flex;font-size:var(--font-size-16)}.gallery-content-intro .product-card div,a.product-detail-toggle{font-size:var(--font-size-16)}.product-detail-toggle .arrow{transition:transform .15s ease-in-out}.product-detail-toggle.open .arrow{transform:rotate(90deg)}.product-detail-content{display:none;flex-direction:column;gap:12px;max-height:0;opacity:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s;will-change:max-height,opacity}.product-detail-desc{background:var(--orange-lighter-color);border-radius:4px;padding:16px 12px}.product-actions{flex-direction:column;width:100%}.product-actions,.product-actions-btns{display:flex;gap:16px}.products-category-list{background:var(--white-color);border-radius:4px;display:none;font-size:var(--font-size-14);height:-moz-fit-content;height:fit-content;padding:4px 0;width:282px}.products-category-list ul{list-style:none;margin:0;padding:0}.products-category-list li{color:var(--black-color);cursor:pointer;padding:10px 16px;transition:background .15s}.products-category-list li.active{background:var(--dark-blue-lighter-color);border-left:4px solid var(--dark-blue-color);color:var(--dark-blue-color);padding-left:12px}.products-category-list li:hover:not(.active){background:var(--grey-color-3)}a{color:var(--primary-color-500);text-decoration:none}.gallery-content{background-color:transparent;padding:0}.gallery-content-intro{padding:0}.focus-target{animation:focus-highlight 2s ease-out;box-shadow:0 0 8px 2px #4044d0;outline:2px solid #4044d0;outline-offset:2px;transition:box-shadow .5s,outline .5s}@keyframes focus-highlight{0%{box-shadow:0 0 0 2px #fff,0 0 5px 5px #4044d0}70%{box-shadow:0 0 0 2px #fff,0 0 5px 5px #4044d0}to{box-shadow:none}}@media (width >= 48rem){.product-card{flex-direction:row}.product-card,.product-card-header{align-items:flex-start}.product-card-title{text-align:left}.product-card-info{display:grid;grid-template-columns:repeat(2,1fr);width:100%}.btn{width:-moz-fit-content;width:fit-content}}@media (width >= 64rem){.product-card{padding:40px}.products-category-list{display:block}}
