section#collection-grid .filter-toolbar {
  position: relative;
  box-sizing: border-box;
  padding: 24px 0;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid .filter-toolbar {
    padding: 0;
  }
}
section#collection-grid .filter-toolbar .page-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#collection-grid .filter-toolbar .toolbar-mobile-actions {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  section#collection-grid .filter-toolbar .toolbar-mobile-actions {
    display: none;
  }
}
section#collection-grid .filter-toolbar .toolbar-actions {
  display: flex;
  align-items: center;
  gap: 48px;
  width: 33%;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid .filter-toolbar .toolbar-actions {
    display: none !important;
  }
}
section#collection-grid .filter-toolbar .toolbar-actions.toolbar-actions-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
section#collection-grid .filter-toolbar .toolbar-actions:last-child {
  justify-content: flex-end;
}
section#collection-grid .filter-toolbar .toolbar-actions .action {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 19.5px */
}
@media only screen and (max-width: 1199.98px) {
  section#collection-grid .filter-toolbar .toolbar-actions .action .action-grid [data-action=grid-full] {
    display: none;
  }
}
@media only screen and (max-width: 1199.98px) {
  section#collection-grid .filter-toolbar .toolbar-actions .action .action-grid [data-action=grid-large] {
    opacity: 1;
  }
}
section#collection-grid .filter-toolbar .toolbar-actions .action .icon {
  width: 24px;
  height: 24px;
}
section#collection-grid .filter-toolbar .toolbar-actions .action .icon.icon-account {
  width: 22px;
  height: 22px;
}
section#collection-grid .filter-toolbar .toolbar-actions .action .action-icons {
  display: flex;
  gap: 4px;
  align-items: center;
}
section#collection-grid .filter-toolbar .toolbar-actions .action .action-icons > div {
  opacity: 0.3;
}
section#collection-grid .filter-toolbar .toolbar-actions .action .action-icons > div.active {
  opacity: 1;
}
section#collection-grid .filter-toolbar .toolbar-actions .action .action-icons > div:hover {
  opacity: 1;
}
section#collection-grid .filter-toolbar .toolbar-actions.toolbar-count {
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
section#collection-grid input {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}
section#collection-grid #qf-filter-wrapper {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  section#collection-grid #qf-filter-wrapper.filter-active {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  section#collection-grid #qf-filter-wrapper.filter-active {
    gap: 77px;
  }
}
section#collection-grid #qf-filter-wrapper .desktop-filter-heading {
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  section#collection-grid #qf-filter-wrapper {
    grid-template-columns: 2fr 5fr;
  }
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid #qf-filter-wrapper {
    grid-template-columns: 1fr;
  }
  section#collection-grid #qf-filter-wrapper .desktop-filter-heading {
    display: none;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper {
  box-sizing: border-box;
  height: -moz-max-content;
  height: max-content;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 992px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper.active {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper.active {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media only screen and (min-width: 992px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper {
    display: none;
    padding: 48px 0;
    min-width: 275px;
  }
}
@media only screen and (max-width: 767.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-group-display__submit {
    padding-bottom: 15px;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-group-display__submit input {
  width: 100%;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-apply-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .reset-filter-wrapper {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper {
    z-index: 999;
    position: fixed;
    inset: auto 0 0 0;
    background: white;
    border-radius: 0;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.07);
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .filter-scroll-wrapper {
    overflow-y: hidden;
    max-height: 0;
    transition: 0.2s ease-in;
    width: 100vw;
    margin-left: -15px;
    padding: 0 15px;
    background-color: var(--primary-color);
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper.open .mobile-filter-heading {
    padding-bottom: 15px;
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper.open .filter-scroll-wrapper {
    overflow-y: scroll;
    max-height: 60vh;
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper.open .reset-filter-wrapper {
    position: fixed;
    inset: auto 0 15px 0;
    display: none;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading {
  display: none;
  padding: 15px;
  box-sizing: border-box;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading > svg {
  scale: 1 -1;
  pointer-events: none;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading.open > svg {
  scale: 1 1;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading h2 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading h2 svg {
  margin-right: 5px;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading svg {
  cursor: pointer;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .mobile-filter-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper {
    display: none;
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper.open {
    display: block;
    padding: 24px 20px;
    box-sizing: border-box;
    overflow-y: scroll;
    height: calc(100vh - 108px);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper.open::-webkit-scrollbar {
    display: none;
  }
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .price-filter-container {
  margin: 0 0 20px;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .custom-filter-wrapper .price-filter-container .filter-heading {
  font-size: var(--body);
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 150%;
  margin: 0 0 24px;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .selected-filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .selected-filter-wrapper .selected-filter {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  background: var(--primary-color);
  border-radius: 20px;
  padding: 3px 15px 3px 10px;
  text-transform: capitalize;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .selected-filter-wrapper .selected-filter:not(:empty) {
  margin-bottom: 24px;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .selected-filter-wrapper .selected-filter:hover svg {
  rotate: 90deg;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .selected-filter-wrapper .selected-filter svg {
  margin-right: 5px;
  width: 10px;
  height: 10px;
  transition: all 0.3s;
  fill: white;
}
section#collection-grid #qf-filter-wrapper .filter-container-wrapper .selected-filter-wrapper .selected-filter svg path {
  fill: white;
}
section#collection-grid #qf-filter-wrapper .custom-filter {
  margin-bottom: 48px;
  padding: 0;
}
section#collection-grid #qf-filter-wrapper .custom-filter[data-theme=sale] {
  display: none;
  background-color: transparent;
  border-radius: 0px;
  padding: 0;
}
section#collection-grid #qf-filter-wrapper .custom-filter[data-theme=sale] input {
  position: absolute;
}
section#collection-grid #qf-filter-wrapper .custom-filter:last-child {
  margin-bottom: 0;
}
section#collection-grid #qf-filter-wrapper .custom-filter label {
  display: block;
  position: relative;
  text-transform: capitalize;
}
section#collection-grid #qf-filter-wrapper .custom-filter .button {
  width: unset;
  text-align: center;
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-heading {
  margin: 0px;
  position: relative;
  cursor: pointer;
  font-size: var(--body);
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 150%; /* 22.5px */
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-heading svg {
  cursor: pointer;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-heading svg path {
  fill: var(--text-primary-color);
}
section#collection-grid #qf-filter-wrapper .custom-filter .filter-body {
  display: none;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-heading svg {
  transform: rotateX(180deg) translateY(8px);
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 24px;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  aspect-ratio: 1;
  width: calc(33.3333% - 2px);
  margin-left: -1px;
  margin-top: -1px;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body label input {
  width: 0;
  height: 0;
  margin: 0;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body label div {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid var(--lightgray-color);
  height: 100%;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body label div span {
  display: block;
  width: 100%;
  height: 4px;
  border-top: 1px solid var(--lightgray-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body label:hover div {
  border-color: var(--primary-color);
  z-index: 1;
}
section#collection-grid #qf-filter-wrapper .custom-filter.open .filter-body label input:checked + div {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}
section#collection-grid #qf-filter-wrapper .sort-by {
  position: relative;
  margin: 0 0 48px;
}
section#collection-grid #qf-filter-wrapper .sort-container-label {
  font-size: var(--body);
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 150%; /* 22.5px */
  margin: 0 0 24px;
}
section#collection-grid #qf-filter-wrapper .sort-container {
  cursor: pointer;
  position: relative;
}
section#collection-grid #qf-filter-wrapper .sort-container select {
  padding: 0;
  border: none;
  width: 100%;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
section#collection-grid #qf-filter-wrapper .sort-container select:focus-visible {
  outline: none;
}
section#collection-grid #qf-filter-wrapper .sort-container svg {
  position: absolute;
  width: 24px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
section#collection-grid #qf-filter-wrapper .sort-container select:focus-visible svg {
  transform: rotateX("180deg");
}
section#collection-grid #qf-filter-wrapper #reset-filters {
  display: block;
}
section#collection-grid #qf-filter-wrapper .custom-filter-load-more {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 40px;
  position: relative;
}
section#collection-grid #qf-filter-wrapper .custom-filter-load-more.loading {
  color: white;
  border-color: white;
}
section#collection-grid #qf-filter-wrapper .custom-filter-load-more .load-more-spinner {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s all;
}
section#collection-grid #qf-filter-wrapper .custom-filter-load-more .load-more-spinner .spinner-circle-outer {
  width: 100%;
  height: 100%;
}
section#collection-grid #qf-filter-wrapper .custom-filter-load-more .load-more-spinner.show {
  width: 30px;
  height: 30px;
  opacity: 1;
}
section#collection-grid #qf-filter-wrapper .price-wrapper {
  padding: 0;
  margin-bottom: 48px;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range ::-moz-selection {
  color: #fafafa;
  background: #000;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range ::selection {
  color: #fafafa;
  background: #000;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .wrapper {
  width: 400px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px 40px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range header h2 {
  font-size: 24px;
  font-weight: 600;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range header p {
  margin-top: 5px;
  font-size: 12px;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .price-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .price-input .price-input-hidden {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .price-input .field {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .price-input .field * {
  font-size: 12px;
  font-weight: 300;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .price-input .field:first-of-type input {
  text-align: left;
  padding-left: 5px;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .price-input .field:last-of-type input {
  text-align: right;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .field input {
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  outline: none;
  font-size: 12px;
  border: none;
  -moz-appearance: textfield;
  background: #FAFAFA;
  -webkit-appearance: none;
  max-width: 37px;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range input[type=number]::-webkit-outer-spin-button,
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .slider {
  height: 2px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
  translate: 0 -1px;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .slider .progress {
  height: 3px;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  translate: 0 -1.5px;
  background: var(--accent-2-color);
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .range-input {
  position: relative;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range .range-input input.range-min {
  left: -2px;
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range input[type=range]::-webkit-slider-thumb {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--accent-2-color);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range input[type=range]::-moz-range-thumb {
  height: 10px;
  width: 10px;
  border: none;
  border-radius: 50%;
  background: var(--accent-2-color);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range input[type=range]::-webkit-slider-thumb {
    height: 26px;
    width: 26px;
  }
  section#collection-grid #qf-filter-wrapper .price-wrapper .custom-range input[type=range]::-moz-range-thumb {
    height: 26px;
    width: 26px;
  }
}
section#collection-grid #qf-filter-wrapper .price-wrapper button {
  margin-top: 8px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid .collection-grid-wrapper {
    margin-top: 30px;
  }
}
section#collection-grid .collection-grid-wrapper .collection-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 48px;
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  section#collection-grid .collection-grid-wrapper .collection-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid .collection-grid-wrapper .collection-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-left: -15px;
    margin-right: -15px;
  }
}
section#collection-grid .collection-grid-wrapper .collection-grid.grid-large {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid .collection-grid-wrapper .collection-grid.grid-large {
    grid-template-columns: repeat(2, 1fr);
  }
}
section#collection-grid .collection-grid-wrapper .collection-grid.grid-empty {
  display: block;
}
section#collection-grid .collection-grid-wrapper .collection-grid .collection-grid-no-results {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 40px auto 0;
}
section#collection-grid .collection-grid-wrapper .collection-grid .product-card .product-image {
  padding-bottom: 139.914%;
}
section#collection-grid .collection-grid-wrapper .collection-grid .product-card .product-title-reviews,
section#collection-grid .collection-grid-wrapper .collection-grid .product-card .product-price,
section#collection-grid .collection-grid-wrapper .collection-grid .product-card .product-essentials,
section#collection-grid .collection-grid-wrapper .collection-grid .product-card .product-card-colors {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  section#collection-grid .collection-grid-wrapper .collection-grid .product-card .product-title-reviews,
  section#collection-grid .collection-grid-wrapper .collection-grid .product-card .product-price,
  section#collection-grid .collection-grid-wrapper .collection-grid .product-card .product-essentials,
  section#collection-grid .collection-grid-wrapper .collection-grid .product-card .product-card-colors {
    padding-left: 16px;
    padding-right: 16px;
  }
}
section#collection-grid .collection-grid-wrapper .collection-grid .spinner {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}
section#collection-grid .collection-grid-wrapper .collection-grid .spinner .check-circle-outer, section#collection-grid .collection-grid-wrapper .collection-grid .spinner .spinner-circle-outer {
  --circle-size: 100px;
}
section#collection-grid .collection-grid-wrapper .collection-grid.loading .product-card, section#collection-grid .collection-grid-wrapper .collection-grid.loading #collection-advert, section#collection-grid .collection-grid-wrapper .collection-grid.loading #collection-advert-2 {
  opacity: 0.6;
  filter: blur(2.4px) grayscale(0.2);
}
section#collection-grid .collection-grid-wrapper .collection-grid.loading .spinner {
  display: block;
}
section#collection-grid #collection-advert {
  grid-column-end: span 2;
  background-color: var(--primary-color);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 20px;
  padding-top: 30px;
  min-height: 410px;
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  section#collection-grid #collection-advert {
    padding: 32px;
  }
}
section#collection-grid #collection-advert img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
section#collection-grid #collection-advert > div {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  width: 100%;
}
section#collection-grid #collection-advert > div .banner-heading, section#collection-grid #collection-advert > div .banner-heading * {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 130%; /* 33.8px */
  margin: 0 0 8px;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #collection-advert > div .banner-heading, section#collection-grid #collection-advert > div .banner-heading * {
    font-size: 18px;
  }
}
section#collection-grid #collection-advert > div .banner-text, section#collection-grid #collection-advert > div .banner-text * {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
section#collection-grid #collection-advert > div a {
  margin-top: 24px;
  background: white !important;
  color: #292929 !important;
  border-color: white !important;
  padding: 12px 24px !important;
}
section#collection-grid #collection-advert > div a:hover {
  background: #292929 !important;
  color: white !important;
  border-color: #292929 !important;
}
section#collection-grid #collection-advert-2 {
  grid-column-end: span 4;
  position: relative;
  display: block;
}
@media only screen and (max-width: 1199.98px) {
  section#collection-grid #collection-advert-2 {
    grid-column-end: span 3;
  }
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #collection-advert-2 {
    grid-column-end: span 2;
  }
}
section#collection-grid #collection-advert-2 .colad-image {
  display: block;
}
section#collection-grid #collection-advert-2 .colad-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
section#collection-grid #collection-advert-2 .banner-heading {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 33px */
  margin: 0 0 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid #collection-advert-2 .banner-heading {
    font-size: 18px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
section#collection-grid .collection-grid.grid-large #collection-advert-2 {
  grid-column-end: span 3;
}
@media only screen and (max-width: 1199.98px) {
  section#collection-grid .collection-grid.grid-large #collection-advert-2 {
    grid-column-end: span 3;
  }
}
@media only screen and (max-width: 991.98px) {
  section#collection-grid .collection-grid.grid-large #collection-advert-2 {
    grid-column-end: span 2;
  }
}
