@charset "UTF-8";
/* Header */
@media (min-width: 769px) {
  body > header.header-small {
    background-color: black;
  }
  body > header.header-small .header-right .navbar-default .navbar-nav > li > a {
    color: white;
  }
  body > header.header-small .header-right .navbar-default .navbar-nav .languages-list > li > a {
    color: white;
  }
  body.no-carousel > header {
    background-color: black;
  }
  body.no-carousel > header .navbar-default .navbar-nav li > a {
    color: white !important;
  }
}
/* Pàgina home */
#container-comp1_destacados-home1 h3 {
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  padding-bottom: 20px;
  margin: 0;
}
#container-comp1_destacados-home1 .owl-stage-outer {
  padding-bottom: 20px;
}
#container-comp1_destacados-home1 .owl-stage-outer .product .view-mode-grid {
  border-radius: 20px;
  box-shadow: 5px 5px 5px #d5c8c8;
}
#container-comp1_destacados-home1 .owl-stage-outer .product .view-mode-grid .product_thumbnail {
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #8a8a8a;
  padding: 0px;
}
#container-comp1_destacados-home1 .owl-stage-outer .product .view-mode-grid .product_thumbnail .photo {
  border-radius: 20px 20px 0 0;
}
#container-comp1_destacados-home1 .owl-stage-outer .product .view-mode-grid .product_thumbnail .photo img {
  width: 100%;
  padding: 0px;
  max-height: none;
  max-width: none;
  margin: 0;
  object-fit: cover;
  aspect-ratio: 4/3;
  object-position: top;
}
#container-comp1_destacados-home1 .owl-stage-outer .product .view-mode-grid .product_thumbnail .caption .subtitle {
  display: none;
}
#container-comp1_destacados-home1 .owl-stage-outer .product .view-mode-grid .product_thumbnail .footer {
  display: none;
}

#container-comp1_icones-ambits .widgetsContainer {
  margin: 0 7%;
}
#container-comp1_icones-ambits .widgetsContainer p {
  color: white;
  text-align: center;
  padding-top: 15px;
  font-size: 20px;
}

/* Pàgina artistes general*/
.category_view .main_container {
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
}
.category_view .main_container > .row {
  padding: 0;
}
.category_view .main_container > .row aside .widget_filters {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.category_view .main_container > .row aside .widget_filters .form-group {
  padding: 0;
}
.category_view .main_container > .row aside .widget_filters .form-group .select2 {
  width: 80% !important;
}
.category_view .main_container > .row main {
  background-color: white;
  padding: 0px 20px !important;
}
@media (min-width: 1200px) and (max-width: 1470px) {
  .category_view .main_container > .row main .product_list .row.products {
    display: flex;
    flex-wrap: wrap;
  }
  .category_view .main_container > .row main .product_list .row.products .col-lg-4 {
    width: 50% !important;
  }
}
.category_view .main_container > .row main .product_list form[name=productsSortBy] {
  display: none;
}
@media (max-width: 991px) and (min-width: 768px) {
  .category_view .main_container > .row main .product_list .row.products {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.category_view .main_container > .row main .product_list .row.products .product .view-mode-grid {
  border-radius: 20px;
  box-shadow: 5px 5px 5px #d5c8c8;
}
.category_view .main_container > .row main .product_list .row.products .product .view-mode-grid .product_thumbnail {
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #8a8a8a;
  padding: 0px;
}
.category_view .main_container > .row main .product_list .row.products .product .view-mode-grid .product_thumbnail .photo {
  border-radius: 20px 20px 0 0;
}
.category_view .main_container > .row main .product_list .row.products .product .view-mode-grid .product_thumbnail .photo img {
  width: 100%;
  padding: 0px;
  max-height: none;
  max-width: none;
  margin: 0;
  object-fit: cover;
  aspect-ratio: 4/3;
  object-position: top;
}
.category_view .main_container > .row main .product_list .row.products .product .view-mode-grid .product_thumbnail .caption {
  height: 200px;
}
.category_view .main_container > .row main .product_list .row.products .product .view-mode-grid .product_thumbnail .caption .subtitle {
  padding: 10px 25px;
}
.category_view .main_container > .row main .product_list .row.products .product .view-mode-grid .product_thumbnail .caption .subtitle .value {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.category_view .main_container > .row main .product_list .row.products .product .view-mode-grid .product_thumbnail .footer {
  display: none;
}

/* Pàgina artistes concret */
html[lang=es] .category_product_show .product-features .product-features-title::before {
  left: -27% !important; /* exemple diferent */
  width: 165% !important; /* exemple diferent */
}

.category_product_show .main_container > .row {
  padding: 0;
  width: 100%;
}
.category_product_show .main_container > .row aside .widget_filters {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.category_product_show .main_container > .row aside .widget_filters .form-group {
  padding: 0;
}
.category_product_show .main_container > .row aside .widget_filters .form-group .select2 {
  width: 80% !important;
}
.category_product_show .main_container > .row main {
  padding: 15px 5% 40px !important;
  background-color: white;
}
@media (max-width: 1210px) and (min-width: 768px) {
  .category_product_show .main_container > .row main #product_detailed .row {
    display: flex;
    flex-direction: column;
  }
  .category_product_show .main_container > .row main #product_detailed .row .product-photos.sticky {
    width: 100%;
  }
  .category_product_show .main_container > .row main #product_detailed .row .product-details {
    width: 100%;
  }
}
.category_product_show .main_container > .row main #product_detailed .product-photos.sticky {
  position: relative !important;
  top: 0px;
}
.category_product_show .main_container > .row main #product_detailed .product-details {
  padding-left: 0px;
}
.category_product_show .main_container > .row main #product_detailed .product-details .product h1 {
  font-size: 30px;
}
.category_product_show .main_container > .row main #product_detailed .product-details .product .product-features {
  background: #eaeaea;
  border-radius: 5px;
  padding: 20px 30px;
}
.category_product_show .main_container > .row main #product_detailed .product-details .product .product-features .product-features-title {
  display: inline !important;
  position: relative;
  z-index: 0;
  font-weight: bold;
  color: white;
}
.category_product_show .main_container > .row main #product_detailed .product-details .product .product-features .product-features-title::before {
  position: absolute;
  content: "";
  background: url(/data/eshop/paupaterresproduccions/uploads/images/label_paupa.png);
  width: 150%;
  height: 200%;
  z-index: -1;
  left: -25%;
  bottom: -28px;
}
.category_product_show .main_container > .row main #product_detailed .product-details .product .product-features .product-feature.f-6 {
  padding-top: 25px;
}
.category_product_show .main_container > .row main #product_detailed .product-details .product .product-features .product-feature {
  padding-top: 15px;
}
.category_product_show .main_container > .row main #product_detailed .product-details .product .product-features .product-feature .feature-label {
  display: inline !important;
  font-weight: bold;
}
.category_product_show .main_container > .row main #contact > h2 {
  display: none;
}
.category_product_show .main_container > .row main #extra-descriptions > div > h2 {
  display: none;
}
.category_product_show .main_container > .row main #extra-descriptions .extra_desc_text {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 40px;
  container-type: inline-size;
}
.category_product_show .main_container > .row main #extra-descriptions .extra_desc_text iframe {
  flex: 1 1 100%;
  box-sizing: border-box;
}
@container (min-width: 750px) {
  .category_product_show .main_container > .row main #extra-descriptions .extra_desc_text iframe:nth-of-type(2n - 1),
  .category_product_show .main_container > .row main #extra-descriptions .extra_desc_text iframe:nth-of-type(2n) {
    flex: 1 1 calc(50% - 0.5rem);
  }
}

@media (min-width: 769px) {
  .composition-1 .carousel-outercontainer .item::before, .page-1 .carousel-outercontainer .item::before, .category-146 .carousel-outercontainer .item::before, .category_product_show .carousel-outercontainer .item::before, .contact .carousel-outercontainer .item::before {
    content: "";
    display: block;
    background: linear-gradient(#000, transparent);
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    height: 100%;
    z-index: 2;
  }
}
.breadcrumb > .active {
  color: #6a6a6a;
}

.btn-success, .btn-success:hover, .btn-success:focus {
  color: #000;
}