/** Shopify CDN: Minification failed

Line 193:0 Unexpected "{"
Line 193:1 Expected identifier but found "%"
Line 193:15 Expected identifier but found "("
Line 193:115 Expected identifier but found "%"

**/
/* [(+)] +++++++++ HEADINGS AND TEXTS +++++++++ [(+)] */
h1.heading-1,
.richtext-content h1 {
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: normal !important;
}

h2.heading-2,
.richtext-content h2 {
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: normal !important;
}

h3.heading-3,
.richtext-content h3 {
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: normal !important;
}

h4.heading-4,
.richtext-content h4 {
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: normal !important;
}
.page-width {
  margin: 0 auto;
}
.subtitle {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  letter-spacing: 0.048px !important;
}

.body-1 {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: normal !important;
}

@media (width <= 767px) {
  h1.heading-1,
  .richtext-content h1 {
    font-size: 28px !important;
  }
  
  h2.heading-2,
  .richtext-content h2 {
    font-size: 26px !important;
  }
}
/* [(+)] +++++++++ END +++++++++ [(+)] */

/* [(+)] +++++++++ CUSTOM LI +++++++++ [(+)] */
.richtext-content ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  text-align: left;
}

ul.list li,
.richtext-content ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 35px;
  background: unset !important;
}

ul.list li::before,
.richtext-content ul li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(//skooncatlitter.com/cdn/shop/t/39/assets/check-list-icon.svg?v=149448393988840126271740592319) no-repeat center / contain;
}

@media (width <= 767px) {
  .richtext-content ul {
    max-width: 240px;
    margin-left: calc(50% - 120px);
  }
}
/* [(+)] +++++++++ END +++++++++ [(+)] */

.section-bg-reviews .reviews {
  padding: 40px 0;
}

.section-bg-reviews .title {
  margin-bottom: 0;
}

.section-bg-reviews .container {
  max-width: 1388px;
}

.section-bg-reviews .yotpo-reviews-carousel-header {
  margin-top: 0;
}

.yotpo-rating-trigger {
  cursor: pointer;
}

@media (width >= 1500px) {
  .section-bg-reviews .reviews {
    padding: 60px 0;
  }
}

.responsive-tabs dd span,
.responsive-tabs dd h4,
.responsive-tabs dd i {
  display: block;
  margin-bottom: 10px;
}

/* Default PDP - Scent selector (icon only; caption shows under the active one) */
.scent {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 20px;
}
.scent label {
  font-family: Urbanist, sans-serif;
  font-weight: 700;
  color: #000;
}
.scent a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.scent a span {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4px;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
}
.scent a.active span {
  display: block;
}

/* FOOTER */
#footer .botFooter ul.social {
  grid-gap: 10px;
}

#footer .botFooter ul.social a {
  display: flex;
  margin: 0;
}

#footer .botFooter ul.social a svg {
  display: flex;
  margin: auto;
  width: 20px;
  height: auto;
}

{% comment %} [(+)] +++++++++ BENEFITS TABS - RAÚL ARAN: ADD STYLES TO FIX HOVER IN TAB ELEMENTS +++++++++ [(+)] {% endcomment %}
.benefits-tabs .container-tabs nav div {
  width: fit-content;

  @media (hover: hover) {
    &:hover {
      color: #5bb134;
    }
  }

  &:active {
    color: #5bb134;
  }
}

.btn--secondary {
  --color-primary: #fe5e00;
  background-color: var(--color-primary);
}
.imagen-blog{
  width: 100%;
  object-fit: cover; 
  height: 100% !important; 
}
.titulo-blog{
  text-align: center; 
}
.contenido-blog{
      width: 1100px;
    margin-right: auto;
    margin-left: auto;
}
.article-template img{
  height: auto; 
}

.custom-h1{
  font-size: 16px; 
  margin-top: 5px; 
}
@media (width <= 767px) {
  .contenido-blog{
      width: 380px;
}
}

/* PDP Facelift (scoped to .pdp-evs template only) */
.pdp-evs #product .container {
  gap: 32px;
}
.pdp-evs #product .product-media-container {
  width: 49%;
  position: sticky;
  top: 0;
}
.pdp-evs #product .swiper-container--main {
  aspect-ratio: 1 / 1;
  position: relative;
}
.pdp-evs #product .product-media-zoom-btn {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8.33px;
  cursor: pointer;
}
.pdp-evs #product .product-media-zoom-btn svg {
  width: 24px;
  height: 24px;
}
.pdp-evs .product-media-zoom-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(17, 17, 17, 0.6);
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.pdp-evs .product-media-zoom-overlay.is-active {
  display: flex;
}
.pdp-evs .product-media-zoom-overlay-inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}
.pdp-evs .product-media-zoom-image {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}
.pdp-evs .product-media-zoom-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8.33px;
  cursor: pointer;
}
.pdp-evs #product .productImage img {
  width: 100%;
  object-fit: contain;
}
.pdp-evs #product .swiper-container--main .swiper-button {
  display: flex;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
}
.pdp-evs #product .swiper-container--main .swiper-button:after {
  display: none;
}
.pdp-evs #product .swiper-container--main .swiper-button svg  {
  fill: transparent;
  stroke: currentColor;
      max-width: 11px;
}
.pdp-evs #product .product-media-thumbnails {
  margin-top: 12px;
}
.pdp-evs #product .product-media-thumbnails img{
  margin: 0;
}
.pdp-evs .product-media-image-thumbnails:not(.swiper-slide-thumb-active) {
  opacity: 1;
}
.pdp-evs .product-media-image-thumbnails {
  border-bottom: 2px solid transparent;
}
.pdp-evs .product-media-image-thumbnails {
  border-bottom: 5px solid transparent;
  cursor: pointer;
}
.pdp-evs .product-media-image-thumbnails.swiper-slide-thumb-active {
  border-bottom: 5px solid #95C11F;
}
.pdp-evs .swiper-container--thumbnails .swiper-button {
  display: none !important;
}
.pdp-evs .yotpo-star-rating-reviews-highly-rated-topics {
  display: none !important;
}
.pdp-evs .product_description p {
  color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.pdp-evs .product_description ul li {
  color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.pdp-evs .product_description ul li:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #95C11F;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' viewBox='0 0 13 11' fill='none'%3E%3Cpath d='M0.0991064 5.82638L3.37183 10.0991C3.64456 10.4627 4.0082 10.6446 4.37183 10.6446H4.82638C5.19002 10.6446 5.64456 10.4627 5.82638 10.0991L12.0991 1.46274C12.2809 1.28092 12.19 0.917288 12.0082 0.826379L11.0082 0.0991064C10.8264 -0.0827118 10.5537 0.00819721 10.3718 0.190015L4.64456 6.46274L1.91729 4.19002C1.73547 4.0082 1.46274 4.0082 1.28092 4.19002L0.190015 5.19001C0.00819721 5.37183 -0.0827118 5.64456 0.0991064 5.82638Z' fill='%23F2F1E3'/%3E%3C/svg%3E");
}
.pdp-evs #product .productInfo .productAction:before {
  display: none;
}
.pdp-evs more-payment-options-link, .pdp-evs #shopify-buyer-consent {
  display: none;
}
.pdp-evs shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: 32px !important;
  --shopify-accelerated-checkout-button-block-size: 55px !important;
}
.pdp-evs .accelerated-checkout-button {
  --shopify-accelerated-checkout-button-border-radius: 32px !important;
  --shopify-accelerated-checkout-button-block-size: 55px !important;
}


/* PDP Facelift - Scent selector */
.pdp-evs #product .productInfo .scent {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding-bottom: 20px;
}
.pdp-evs #product .productInfo .scent-legend {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.pdp-evs #product .productInfo .scent label {
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.pdp-evs #product .productInfo .scent-options {
  display: flex;
  align-items: stretch;
  gap: 12px;
}
.pdp-evs #product .productInfo .scent a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1;
  min-height: 80px;
  padding: 8px 6px;
  box-sizing: border-box;
  border: 1px solid #efefef;
  border-radius: 16px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
}
.pdp-evs #product .productInfo .scent a img {
  width: 36px;
  height: 36px;
}
.pdp-evs #product .productInfo .scent a span {
  /* The default-PDP rules park this caption below the tile
     (position: absolute; top: 100%). Put it back in flow. */
  display: block;
  position: static;
  transform: none;
  margin-top: 0;
  white-space: normal;
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #000;
}
.pdp-evs #product .productInfo .scent a:hover {
  border-color: #d5d5d5;
}
.pdp-evs #product .productInfo .scent a.active {
  border: 2px solid #5bb134;
  background-color: rgba(91, 177, 52, 0.05);
}
.pdp-evs #product .productInfo .scent a.active span {
  color: #5bb134;
  font-weight: 700;
}

/* PDP Facelift - Quantity (bags) selector */
.pdp-evs #product .productInfo .quantity {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 20px;
}
.pdp-evs #product .productInfo .quantity-legend {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pdp-evs #product .productInfo .quantity-legend label {
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.pdp-evs #product .productInfo .quantity-hint {
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #70675c;
  margin: 0;
}
.pdp-evs #product .productInfo .quantity-options {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.pdp-evs #product .productInfo .quantity-options a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 80px;
  box-sizing: border-box;
  border: 1px solid #efefef;
  border-radius: 16px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
}
.pdp-evs #product .productInfo .quantity-options .quantity-number {
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  color: #70675c;
}
.pdp-evs #product .productInfo .quantity-options .quantity-unit {
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #000;
  margin-top: 2px;
}
.pdp-evs #product .productInfo .quantity-options a:hover {
  border-color: #d5d5d5;
}
.pdp-evs #product .productInfo .quantity-options a.active {
  border: 2px solid #5bb134;
  background-color: rgba(91, 177, 52, 0.05);
}
.pdp-evs #product .productInfo .quantity-options a.active .quantity-number,
.pdp-evs #product .productInfo .quantity-options a.active .quantity-unit {
  color: #5bb134;
}
.pdp-evs #product .productInfo .quantity-options .quantity-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fec600;
  color: #000;
  font-family: Urbanist, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 60px;
  white-space: nowrap;
}
.pdp-evs #product .productInfo .productAction {
  margin-top: 20px;
}
/* PDP Facelift - Dynamic checkout button spacing */
.pdp-evs #product .productInfo .dynamic-checkout {
  margin-top: 8px;
}

/* PDP Facelift - Shop Pay Installments banner (empty when not eligible).
   The banner renders inside shadow DOM, so its own nodes cannot be selected
   from here. Size the host instead and let the text inherit. */
.pdp-evs #product .productInfo .payment-terms {
  text-align: center;
}
.pdp-evs #product .productInfo .payment-terms,
.pdp-evs #product .productInfo .payment-terms shopify-payment-terms {
  font-size: 12px;
}

/* PDP Facelift - Trust badges */
.pdp-evs #product .productInfo .trust-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #efefef;
}
.pdp-evs #product .productInfo .trust-badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 160px;
  text-align: center;
}
.pdp-evs #product .productInfo .trust-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.pdp-evs #product .productInfo .trust-badge-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pdp-evs #product .productInfo .trust-badge-title {
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  margin: 0;
}
.pdp-evs #product .productInfo .trust-badge-subtitle {
  font-family: Urbanist, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #70675c;
  margin: 0;
}
.pdp-evs #product .productInfo .productAction .btnSite {
  max-height: 55px;
  gap: 12px;
}

/* PDP Facelift - Add to Cart loading state */
.pdp-evs #product .productInfo .productAction .btnSite.is-adding {
  pointer-events: none;
  opacity: 0.85;
}
.pdp-evs #product .productInfo .productAction .btnSite.is-adding img {
  display: none;
}
.pdp-evs #product .productInfo .productAction .btnSite .add-btn-spinner {
  display: none;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: pdp-evs-spin 0.7s linear infinite;
}
.pdp-evs #product .productInfo .productAction .btnSite.is-adding .add-btn-spinner {
  display: block;
}
@keyframes pdp-evs-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pdp-evs #product .productInfo .productAction .btnSite .add-btn-spinner {
    animation: none;
  }
}

/* PDP Facelift - Info accordion (image + Details/Shipping/Returns) */
.pdp-evs .info-accordion-section {
  padding: 50px 0;
}
.pdp-evs .info-accordion-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  max-width: 1338px;
}
.pdp-evs .info-accordion-media {
  flex: 0 0 auto;
  width: 700px;
  max-width: 50%;
}
.pdp-evs .info-accordion-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 5;
  object-fit: cover;
  border-radius: 8px;
}
.pdp-evs .info-accordion-list {
  flex: 1;
  min-width: 0;
}
.pdp-evs .info-accordion-item {
  border-top: 1px solid #e5e7eb;
  padding: 16px 0;
}
.pdp-evs .info-accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: left;
  font-family: Urbanist, sans-serif;
}
.pdp-evs .info-accordion-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
}
.pdp-evs .info-accordion-icon {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.pdp-evs .info-accordion-icon:before,
.pdp-evs .info-accordion-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #5BB134;
  transform: translate(-50%, -50%);
}
.pdp-evs .info-accordion-icon:before {
  width: 16px;
  height: 2px;
}
.pdp-evs .info-accordion-icon:after {
  width: 2px;
  height: 16px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.pdp-evs .info-accordion-item.is-open .info-accordion-icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.pdp-evs .info-accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.25s ease;
}
.pdp-evs .info-accordion-item.is-open .info-accordion-content {
  max-height: none;
  opacity: 1;
}
.pdp-evs .info-accordion-content-inner {
  padding-top: 18px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #000;
}
.pdp-evs .info-accordion-content-inner p {
  margin: 0 0 14px;
}
.pdp-evs .info-accordion-content-inner p:last-child {
  margin-bottom: 0;
}
@media (max-width: 949.5px) {
  .pdp-evs #product .container {
    gap: 0px;
  }
  .pdp-evs #product .productInfo {
    padding-left: 0;
    padding-right: 0;
  }
  .pdp-evs.main-product-section {
    background: #fff;
  }
  main.product-template .pdp-evs #breadcrumbs {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #fff;
  }
  .pdp-evs #product .product-media-container {
    width: 100%;
    position: static;
  }
  .pdp-evs .info-accordion-section {
    padding-top: 16px;
    padding-bottom: 16px;
    background: #fff;
  }
   .pdp-evs .info-accordion-container {
    flex-direction: column;
    align-items: stretch;
  }
  .pdp-evs .info-accordion-media {
    width: 100%;
    max-width: 100%;
  }
  .pdp-evs .info-accordion-media {
    display: none;
  }
  .pdp-evs #product .productInfo .quantity-options a {
    height: 64px;
  }
  .pdp-evs #product .productInfo .scent a {
    min-height: 64px;
  }
  .pdp-evs #product .productInfo .quantity-options .quantity-badge {
    padding: 0 5px;
  }
}
@media (max-width: 750px) {
  .pdp-evs #product .productInfo .scent {
    padding-bottom: 24px;
  }
  .pdp-evs #product .productInfo .productAction {
    margin-top: 24px;
  }
  .pdp-evs #product .productInfo .scent label {
    font-size: 16px;
  }
  .pdp-evs #product .productInfo .scent a img {
    width: 21px;
    height: 21px;
  }
  .pdp-evs #product .productInfo .scent a span {
    font-size: 12px;
  }
  .pdp-evs #product .productInfo .quantity {
    padding-bottom: 24px;
  }
  .pdp-evs #product .productInfo .quantity-legend label {
    font-size: 16px;
  }
  .pdp-evs #product .productInfo .quantity-options .quantity-number {
    font-size: 20px;

  }
  .pdp-evs #product .productInfo .quantity-options .quantity-unit {
    font-size: 12px;
  }
  .pdp-evs #product .productInfo .productAction {
    margin-top: 24px;
  }
  .pdp-evs #product .productInfo .trust-badge-item {
    width: calc(33.33% - (16px / 3));
  }
  .pdp-evs #product .productInfo .trust-badge-icon {
    width: 44px;
    height: 44px;
  }
  .pdp-evs #product .productInfo .trust-badge-title {
    font-size: 11px;
  }
  .pdp-evs #product .productInfo .trust-badge-subtitle {
    font-size: 9px;
  }
  .pdp-evs .info-accordion-title {
    font-size: 16px;
  }
  .pdp-evs .info-accordion-content-inner {
    font-size: 14px;
  }
  .pdp-evs .info-accordion-content-inner p {
    margin: 0 0 12px;
  }
  #reviews .heading-2 {
    font-size: 32px !important;
  }
  .drv-swiper-button-prev-custom, .drv-swiper-button-next-custom {
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 44px !important;
    height: 44px !important;
  }
}

@media (width <= 950px) {
  ul.productTypes li.active .titleCont .heading-3 {
    text-align: left;
    color: #5bb134;
  }
}

@media (min-width: 951px) {
  ul.productTypes li {
    transition: flex 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  }

  ul.productTypes .section-content {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
  }
}

ul.productTypes .section-title {
  cursor: default;
}

ul.productTypes li.active .section-content {
  opacity: 1;
  transform: translateY(0);
}

ul.productTypes li .toggleFavorite {
  content: "";
  width: 95px;
  height: 95px;
  background-color: transparent;
  background-image: url(open-favorites.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all ease 0.2s;
  cursor: pointer;
  z-index: 2;
  appearance: none;
  -webkit-appearance: none;
}

ul.productTypes li .toggleFavorite:focus-visible {
  outline: 2px solid #5bb134;
  outline-offset: -4px;
}

ul.productTypes li.active .toggleFavorite {
  background-image: url(close-favorites.svg);
  cursor: default;
}
.shopify-section.section:has(.dr-basic-widget) {
  background-color: #F5F4EE;
}
.drv-widget-header .section-heading {
  font-size: 40px;
}
@media (max-width: 950px) {
  ul.productTypes li .toggleFavorite {
    display: none;
  }
  .drv-widget-header .section-heading {
    font-size: 32px;
  }
}
