@font-face {
  font-family: 'NeueMontreal';
  src: url("/fonts/NeueMontreal-Regular.otf"); }
@font-face {
  font-family: 'NeueMontrealMedium';
  src: url("/fonts/NeueMontreal-Medium.otf"); }
.accordion .filter-category-types .type-all, .accordion .filter-category-types .type-gift-card, .accordion .filter-category-types .type-special, .accordion .filter-category-types .type-new, .accordion .filter-category-types .type-gift {
  display: flex;
  align-items: center;
  justify-content: center; }

.accordion .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.f-wrapper .filter-inputs, .accordion .accordion-content .country-brand-item, .accordion .accordion-content .country-brand-item label {
  display: flex;
  align-items: center; }

.category-content-wrapper .filter-wrapper .filter-by, .category-content-wrapper .category-products-heading {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.category-content-wrapper {
  display: flex;
  align-items: flex-start; }

.accordion .filter-category-types {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center; }

.category-content-wrapper {
  max-width: 1737px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1740px) {
    .category-content-wrapper {
      max-width: 93%;
      margin: 0 auto; } }

.category-content-wrapper {
  margin-bottom: 40px; }
  .category-content-wrapper .filter-wrapper {
    width: 300px;
    min-width: 300px;
    border-right: 1px solid #DAE0E1;
    padding-top: 60px; }
    @media (max-width: 850px) {
      .category-content-wrapper .filter-wrapper .filter-content {
        display: none; } }
    .category-content-wrapper .filter-wrapper .filter-by {
      color: #143F47;
      padding-bottom: 16px;
      border-bottom: 1px solid #DAE0E1; }
      .category-content-wrapper .filter-wrapper .filter-by img {
        display: none; }
        @media (max-width: 850px) {
          .category-content-wrapper .filter-wrapper .filter-by img {
            display: block; } }
    .category-content-wrapper .filter-wrapper .filter-title {
      color: #143F47;
      font-family: 'NeueMontrealMedium';
      padding-bottom: 24px;
      font-size: 32px;
      border-bottom: 1px solid #DAE0E1;
      margin-top: 8px; }
      @media (max-width: 1450px) {
        .category-content-wrapper .filter-wrapper .filter-title {
          font-size: 28px; } }
      @media (max-width: 850px) {
        .category-content-wrapper .filter-wrapper .filter-title {
          font-size: 24px;
          padding-bottom: 12px; } }
    @media (max-width: 850px) {
      .category-content-wrapper .filter-wrapper {
        width: 100%;
        border-right: 0;
        padding-top: 13px; } }
  .category-content-wrapper .category-products-wrapper {
    padding: 73px 0 0 32px; }
    .category-content-wrapper .category-products-wrapper .category-product-container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      gap: 16px; }
      .category-content-wrapper .category-products-wrapper .category-product-container .counter-wrapper form {
        grid-template-columns: auto auto; }
        .category-content-wrapper .category-products-wrapper .category-product-container .counter-wrapper form .add-to-cart {
          width: 44px; }
          .category-content-wrapper .category-products-wrapper .category-product-container .counter-wrapper form .add-to-cart span {
            display: none; }
          .category-content-wrapper .category-products-wrapper .category-product-container .counter-wrapper form .add-to-cart svg {
            margin-left: 0; }
      @media (max-width: 1450px) {
        .category-content-wrapper .category-products-wrapper .category-product-container {
          grid-template-columns: 1fr 1fr 1fr 1fr; } }
      @media (max-width: 1250px) {
        .category-content-wrapper .category-products-wrapper .category-product-container {
          grid-template-columns: 1fr 1fr 1fr; } }
      @media (max-width: 1055px) {
        .category-content-wrapper .category-products-wrapper .category-product-container {
          grid-template-columns: 1fr 1fr; } }
      @media (max-width: 550px) {
        .category-content-wrapper .category-products-wrapper .category-product-container {
          gap: 8px; } }
      @media (max-width: 550px) {
        .category-content-wrapper .category-products-wrapper .category-product-container {
          gap: 8px; } }
      @media (max-width: 362px) {
        .category-content-wrapper .category-products-wrapper .category-product-container {
          grid-template-columns: 1fr; } }
    @media (max-width: 850px) {
      .category-content-wrapper .category-products-wrapper {
        padding: 24px 0 0; } }
  .category-content-wrapper .category-products-heading {
    margin-bottom: 32px; }
    .category-content-wrapper .category-products-heading .cat-prod-title {
      font-size: 32px;
      font-weight: 500;
      color: #143F47;
      font-family: 'NeueMontrealMedium'; }
      @media (max-width: 1450px) {
        .category-content-wrapper .category-products-heading .cat-prod-title {
          font-size: 28px; } }
      @media (max-width: 850px) {
        .category-content-wrapper .category-products-heading .cat-prod-title {
          font-size: 24px; } }
    @media (max-width: 550px) {
      .category-content-wrapper .category-products-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px; } }
  @media (max-width: 850px) {
    .category-content-wrapper {
      flex-direction: column; } }

.f-wrapper {
  position: relative;
  width: 100%; }
  .f-wrapper .filter-inputs {
    gap: 20px; }
    .f-wrapper .filter-inputs input {
      padding: 8px 11px;
      border-radius: 8px;
      border: 1px solid #DAE0E1;
      font-size: 14px;
      background-color: #fff;
      width: 100%; }
  .f-wrapper .container {
    position: relative;
    width: 100%;
    height: 60px; }
  .f-wrapper .slider-track-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background: #e6e6e6;
    border-radius: 6px; }
  .f-wrapper .slider-range-fill {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    background: #000;
    border-radius: 6px;
    left: 0;
    width: 0;
    z-index: 1; }
  .f-wrapper input[type="range"].range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background: transparent;
    pointer-events: none;
    height: 60px;
    z-index: 1; }
  .f-wrapper input[type="range"].range-thumb::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: auto;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #B9B9B9;
    cursor: pointer;
    z-index: 3; }
  .f-wrapper input[type="range"].range-thumb::-moz-range-thumb {
    pointer-events: auto;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #B9B9B9;
    z-index: 3;
    cursor: pointer; }

.accordion {
  padding-right: 20px; }
  .accordion .accordion-header {
    border: 0;
    background-color: transparent;
    font-size: 16px;
    color: #000;
    padding-block: 16px;
    width: 100%; }
  .accordion .accordion-item {
    border-bottom: 1px solid #DAE0E1; }
  .accordion .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease; }
    .accordion .accordion-content .country-brand-item {
      margin-bottom: 12px; }
      .accordion .accordion-content .country-brand-item label {
        font-size: 16px; }
        .accordion .accordion-content .country-brand-item label img {
          margin-left: 18px;
          margin-right: -10px; }
        .accordion .accordion-content .country-brand-item label span {
          padding-left: 22px; }
      .accordion .accordion-content .country-brand-item input {
        position: relative; }
        .accordion .accordion-content .country-brand-item input:after {
          content: url("/images/check.svg");
          position: absolute;
          left: -2px;
          top: -6px; }
        .accordion .accordion-content .country-brand-item input:checked:after {
          content: url("/images/checked.svg"); }
    .accordion .accordion-content .select {
      width: 100%;
      margin-bottom: 16px; }
      .accordion .accordion-content .select .selectBtn {
        padding: 7px; }
  .accordion .active .accordion-content {
    max-height: 700px; }
  .accordion .filter-category-types .category-type-item {
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid #DAE0E1;
    padding-block: 20px;
    justify-content: flex-start; }
  .accordion .filter-category-types .type-all, .accordion .filter-category-types .type-gift-card {
    color: #143F47;
    text-transform: uppercase; }
    .accordion .filter-category-types .type-all svg, .accordion .filter-category-types .type-gift-card svg {
      margin-right: 6px; }
      .accordion .filter-category-types .type-all svg path, .accordion .filter-category-types .type-gift-card svg path {
        stroke: #143F47; }
  .accordion .filter-category-types .type-special {
    color: #E03E2D;
    text-transform: uppercase; }
    .accordion .filter-category-types .type-special svg {
      margin-right: 6px; }
      .accordion .filter-category-types .type-special svg path {
        stroke: #E03E2D; }
  .accordion .filter-category-types .type-new {
    color: #D2AC68;
    text-transform: uppercase; }
    .accordion .filter-category-types .type-new svg {
      margin-right: 6px; }
      .accordion .filter-category-types .type-new svg path {
        stroke: #D2AC68; }
  .accordion .filter-category-types .type-gift {
    color: #8DC179;
    text-transform: uppercase; }
    .accordion .filter-category-types .type-gift svg {
      margin-right: 6px; }
      .accordion .filter-category-types .type-gift svg path {
        stroke: #8DC179; }
  .accordion .inside-content > div:last-child {
    margin-bottom: 16px; }
  .accordion .inside-content .inside-accordion {
    border-radius: 0;
    padding: 16px;
    background-color: #F7F7F7; }
    .accordion .inside-content .inside-accordion .inside-item {
      color: #143F47;
      display: block;
      transition: 0.3s; }
      .accordion .inside-content .inside-accordion .inside-item:hover {
        color: #D2AC68; }
    .accordion .inside-content .inside-accordion .accordion-header {
      color: #143F47;
      padding-block: 4px; }
    .accordion .inside-content .inside-accordion .accordion-content {
      display: grid;
      grid-template-columns: 1fr;
      gap: 8px; }
      .accordion .inside-content .inside-accordion .accordion-content > .inside-item:first-child {
        padding-top: 16px;
        border-top: 1px solid #DAE0E1;
        margin-top: 12px; }
  .accordion .blue {
    color: #143F47;
    text-transform: uppercase; }
  .accordion .selectDropdown {
    position: relative !important; }
  @media (max-width: 850px) {
    .accordion {
      padding-right: 0; } }

.select {
  position: relative;
  width: 239px;
  border-radius: 8px; }
  .select .selectBtn {
    border: 1px solid #41646A;
    border-radius: 8px;
    padding: 12px;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff; }
  .select .selectBtn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transition: 0.2s ease; }
  .select .selectBtn.toggle {
    border-radius: 3px 3px 0 0; }
  .select .selectBtn.toggle:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg); }
  .select .selectDropdown {
    position: absolute;
    top: 102%;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: var(--bg1);
    border-top: 1px solid #eee;
    z-index: 1;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    display: none;
    transition: 0.2s ease;
    background-color: #F2F2F2; }
  .select .selectDropdown .option {
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer; }
  .select .selectDropdown.toggle {
    display: block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  .select .selectDropdown .option:hover {
    background: #E5E5E5; }
  @media (max-width: 550px) {
    .select {
      width: 100%; } }

@media (max-width: 850px) {
  form {
    width: 100%; } }

@media (max-width: 850px) {
  .desk {
    display: none; } }

.mob-title {
  font-size: 32px;
  font-weight: 500;
  color: #143F47;
  font-family: 'NeueMontrealMedium';
  display: none;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DAE0E1;
  margin-top: 8px; }
  @media (max-width: 1450px) {
    .mob-title {
      font-size: 28px; } }
  @media (max-width: 850px) {
    .mob-title {
      font-size: 24px;
      display: block; } }

.openFilter {
  display: block !important; }

/*# sourceMappingURL=category.css.map */
