@charset "UTF-8";
.small {
  font-size: 0.8em;
}

@media only screen and (min-width: 822px) {
  :root {
    --global--spacing-horizontal: 25px;
    --responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px) !important;
    --responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px) !important;
  }
}
body > .preloader {
  display: none;
}
body.custom-background {
  background-color: #FFD6D6 !important;
}

html {
  width: 100%;
  border: 0px solid red;
  margin: 0;
  padding: 0;
}
html body {
  width: 100%;
  margin: 0;
  padding: 0;
  /**
  * SECTION - The following part is for the header of the twentytwentyone template
  */
}
html body a:active,
html body a:focus {
  outline: 0 !important;
  border: none !important;
  -moz-outline-style: none !important;
}
html body #webSeal {
  position: absolute;
  right: 27px;
  top: 25px;
  z-index: 100000;
}
html body #webSeal .closeCross {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
}
html body #webSeal .webSealImgS {
  display: none;
}
html body #page > .widget-area {
  margin-top: 0;
}
html body #topHeaderWrapper_4u {
  background-color: #FFF1F1;
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
}
html body #topHeaderWrapper_4u header#masthead.site-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 0;
}
html body #topHeaderWrapper_4u header#masthead.site-header > * {
  border: 0px solid red;
}
html body #topHeaderWrapper_4u header#masthead.site-header .site-logo {
  width: auto;
  margin: 0;
  margin-right: 20px;
  padding: 0;
}
html body #topHeaderWrapper_4u header#masthead.site-header .site-branding {
  max-width: 250px;
}
html body #topHeaderWrapper_4u header#masthead.site-header .aws-container .aws-search-btn {
  background-color: #ffb4b4;
}
html body #topHeaderWrapper_4u header#masthead.site-header .aws-container .aws-search-btn path {
  fill: #000;
}
html body #topHeaderWrapper_4u header#masthead.site-header #site-navigation {
  margin-left: 0;
}
html body #content div#primary.content-area {
  border: 0px solid red;
  display: flex;
  position: relative;
  justify-content: center;
  margin: auto;
  padding: 0 10px;
  width: var(--responsive-woo-aligndefault-width) !important;
}
html body #content div#primary.content-area main .product {
  border: 0px solid blue;
  margin: 10px auto;
}
html body #content div#primary.content-area main .product button[name=add-to-cart],
html body #content div#primary.content-area main .product a.add_to_cart_button {
  background-color: #ffb4b4 !important;
  color: black !important;
  border-radius: 10px !important;
  border: 2px solid #fff !important;
  outline: 1px solid #666 !important;
  transition: all 0.3s ease-in-out;
}
html body #content div#primary.content-area main .product button[name=add-to-cart]:hover,
html body #content div#primary.content-area main .product a.add_to_cart_button:hover {
  background-color: #FFF1F1 !important;
  color: #333 !important;
  border: 2px solid #ffb4b4 !important;
}
html body #content div#primary.content-area main .product .woocommerce-Tabs-panel h2 {
  display: none;
}
html body #content div#primary.content-area main .product .woocommerce-breadcrumb {
  position: absolute;
  left: 115px;
}
html body #content div#primary.content-area main .pwb-brand-banner-cont {
  margin-top: 35px;
}
html body #content div#primary.content-area main #tab-pwb_tab-content {
  display: flex;
  flex-direction: column;
}
html body #content div#primary.content-area main #tab-pwb_tab-content h3 {
  order: 1;
}
html body #content div#primary.content-area main #tab-pwb_tab-content span {
  order: 2;
}
html body #content div#primary.content-area main #tab-pwb_tab-content span a img {
  max-width: 150px !important;
}
html body #content div#primary.content-area main #tab-pwb_tab-content div {
  order: 3;
}
html body #content div#primary.content-area main .pwb-all-brands .pwb-brands-cols-outer [class^=pwb-brands-col] {
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
html body #content div#primary.content-area main .pwb-all-brands .pwb-brands-cols-outer [class^=pwb-brands-col] > * {
  align-self: self-start;
}
html body #content div#primary.content-area main .pwb-brands-in-loop img {
  max-width: 50px !important;
}
html body #content div#primary.content-area main ul.products li.product {
  border: 0px solid red;
  margin-bottom: 20px;
}
html body #content div#primary.content-area main ul.products li.product .shipping-costs-info {
  margin-top: auto;
}
html body #content div#primary.content-area main ul.products li.product .price {
  margin-top: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  html body #content div#primary.content-area main ul.products li.product {
    width: 48% !important;
  }
}
html body #content div#primary.content-area main ul.products.desktop_4u li.product {
  width: 32% !important;
}
html body #content div#primary.content-area main ul.products.tablet_4u li.product {
  width: 48% !important;
}
html body #content div#primary.content-area main ul.products.mobile_4u li.product {
  width: 98% !important;
}
html body #content div#primary.content-area main div.woocommerce-message,
html body #content div#primary.content-area main div.woocommerce-info {
  background-color: #db9b9b !important;
  color: black !important;
  border-radius: 10px !important;
  border: 2px solid #FFF1F1 !important;
  outline: 1px solid #666 !important;
  transition: all 0.3s ease-in-out;
}
html body #content div#primary.content-area main a.added_to_cart.wc-forward,
html body #content div#primary.content-area main div.woocommerce-message a.button.wc-forward {
  background-color: #FFF1F1 !important;
  color: black !important;
  border-radius: 10px !important;
  border: 2px solid #ffb4b4 !important;
  outline: 1px solid #666 !important;
  transition: all 0.3s ease-in-out;
}
html body #content div#primary.content-area main a.added_to_cart.wc-forward:hover,
html body #content div#primary.content-area main div.woocommerce-message a.button.wc-forward:hover {
  background-color: #ffb4b4 !important;
  color: #333 !important;
  border: 2px solid #ffb4b4 !important;
}
html body #content div#primary.content-area main .woocommerce-Button,
html body #content div#primary.content-area main .button.wc-forward {
  background-color: #ffb4b4 !important;
  color: black !important;
  border-radius: 10px !important;
  border: 2px solid #fff !important;
  outline: 1px solid #666 !important;
  transition: all 0.3s ease-in-out;
}
html body #content div#primary.content-area main .woocommerce-Button:hover,
html body #content div#primary.content-area main .button.wc-forward:hover {
  background-color: #FFF1F1 !important;
  color: #333 !important;
  border: 2px solid #ffb4b4 !important;
}
html body #content div#primary.content-area main a.button,
html body #content div#primary.content-area main a.add_to_cart_button,
html body #content div#primary.content-area main .wc-block-components-checkout-place-order-button,
html body #content div#primary.content-area main .wc-block-components-address-form__address_2-toggle {
  margin-top: 16px;
  background-color: #ffb4b4 !important;
  color: black !important;
  border-radius: 10px !important;
  border: 2px solid #fff !important;
  outline: 1px solid #666 !important;
  transition: all 0.3s ease-in-out;
}
html body #content div#primary.content-area main a.button:hover,
html body #content div#primary.content-area main a.add_to_cart_button:hover,
html body #content div#primary.content-area main .wc-block-components-checkout-place-order-button:hover,
html body #content div#primary.content-area main .wc-block-components-address-form__address_2-toggle:hover {
  background-color: #FFF1F1 !important;
  color: #333 !important;
  border: 2px solid #ffb4b4 !important;
}
html body #content div#primary.content-area main .wc-block-product-new {
  margin-top: 20px;
}
html body #content div#primary.content-area main .woocommerce-Address {
  margin-right: 20px;
}
html body #content div#primary.content-area main div.woocommerce {
  padding: 0 20px;
}
html body #content div#primary.content-area main.sidebar4uHidden {
  width: 100%;
}
html body #content div#primary.content-area main .wp-block-woocommerce-empty-cart-block h2.wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
  -webkit-mask-image: none;
          mask-image: none;
  content: url("../img/use/sad-dog_small.png");
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  height: 223px;
  background-color: transparent;
  -webkit-mask-position: none;
          mask-position: none;
  position: relative;
  left: -16px;
}
html body #content main #wpsp-slider-section-wrapper {
  max-width: min(100vw - 8 * var(--global--spacing-horizontal), 1240px);
}
html body #content main article > header {
  padding-left: 20px;
}
html body #content main article div.wp-block-buttons div.wp-block-button a.wp-element-button {
  background-color: #ffb4b4 !important;
  color: black !important;
  border-radius: 10px !important;
  border: 2px solid #fff !important;
  outline: 1px solid #666 !important;
  transition: all 0.3s ease-in-out;
}
html body #content main article div.wp-block-buttons div.wp-block-button a.wp-element-button:hover {
  background-color: #FFF1F1 !important;
  color: #333 !important;
  border: 2px solid #ffb4b4 !important;
}
html body #content main ul.products-block-post-template {
  border: 1px solid green;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  /* Ändern Sie '1fr' zu 'min-content' */
  align-content: start;
}
html body #content main ul.products-block-post-template li.product.type-product {
  display: grid;
  grid-template-rows: auto 1fr auto 2fr;
  background-color: #eee;
  align-content: start;
}
html body #content main ul.products-block-post-template li.product.type-product > * {
  align-self: start;
}
html body #content main .welcome-text_4u {
  padding-top: 0px !important;
}
html body #content main .loriot-zitat_4u {
  border: 0px solid red;
}
html body #content main .loriot-zitat_4u .wp-block-group {
  align-items: center;
}
html body #content main .loriot-zitat_4u .wp-block-group * {
  text-align: left;
}
html body #content main .loriot-zitat_4u .wp-block-group.paw {
  margin-top: -104px;
  padding-right: 0px;
  display: flex;
  align-items: flex-end;
}
html body #content main .loriot-zitat_4u .wp-block-group.paw figure {
  margin-right: 15%;
}
html body #content main .loriot-zitat_4u .wp-block-group.paw figure img {
  transform: rotate(20deg);
}
html body #content ul.wc-block-product-categories-list--depth-0 {
  list-style-type: none;
  padding: 0;
  font-size: smaller;
}
html body #content ul.wc-block-product-categories-list--depth-0 li {
  position: relative;
  background-color: #FFD6D6;
  padding-left: 20px;
}
html body #content ul.wc-block-product-categories-list--depth-0 li .wc-block-product-categories-list-item-count {
  font-size: 0.8rem;
}
html body #content ul.wc-block-product-categories-list--depth-0 li ul.wc-block-product-categories-list--depth-1 {
  display: none;
  margin-left: 20px;
}
html body #content ul.wc-block-product-categories-list--depth-0 li.open ul.wc-block-product-categories-list--depth-1 {
  display: block;
}
html body #content ul.wc-block-product-categories-list--depth-0 li span.subcats {
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
}
html body #content ul.wc-block-product-categories-list--depth-0 li span.subcats::before {
  content: "▶";
  position: absolute;
  color: #333;
  font-size: small;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: top;
  transition: transform 0.3s ease;
}
html body #content ul.wc-block-product-categories-list--depth-0 li.has-subcategories {
  padding-left: 0;
}
html body #content ul.wc-block-product-categories-list--depth-0 li.open span.subcats::before {
  transform: rotate(90deg) translateY(-50%);
}
html body #content #sidebar_4u {
  display: none;
}
html body aside.widget-area .widget_search .wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
html body aside.widget-area .widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
  background-color: #FFF1F1 !important;
  color: black !important;
  border-radius: 10px 0 0 10px !important;
  border: 2px solid #FFD6D6 !important;
  outline: 1px solid #666 !important;
  transition: all 0.3s ease-in-out;
  height: 100%;
  flex: 1;
  box-sizing: border-box;
}
html body aside.widget-area .widget_search .wp-block-search__inside-wrapper button {
  background-color: #ffb4b4 !important;
  color: black !important;
  border-radius: 0 10px 10px 0 !important;
  border: 2px solid #FFD6D6 !important;
  outline: 1px solid #666 !important;
  transition: all 0.3s ease-in-out;
  line-height: 10px;
  height: 100%;
  flex: 0 0 auto;
  box-sizing: border-box;
  position: relative;
  bottom: -2px;
}
html body .wc-block-components-quantity-selector button {
  background-color: #ffb4b4 !important;
  color: black !important;
}
html body #footerWrapper_4u {
  border: 0px solid red !important;
  background-color: black;
  color: #eee !important;
}
html body #footerWrapper_4u a {
  color: #eee !important;
}
html body #footerWrapper_4u footer {
  margin-top: 35px !important;
}
html body #footerWrapper_4u footer > div {
  padding-bottom: 30px !important;
}
html body #footerWrapper_4u footer .site-info {
  flex-wrap: wrap;
  justify-content: space-around;
}
html body #footerWrapper_4u footer .site-info .footerWidgetArea_4u {
  border: 0px solid red;
}
html body #footerWrapper_4u footer .site-info .footerWidgetArea_4u nav ul {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 20px;
       column-gap: 20px;
  list-style-type: none;
  padding: 0;
}
html body #footerWrapper_4u footer .site-info .footerWidgetArea_4u nav ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
@media (max-width: 740px) {
  html body #footerWrapper_4u footer .site-info .footerWidgetArea_4u nav ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
html body #footerWrapper_4u footer .site-info .powered-by {
  color: #eee !important;
  position: relative;
  text-decoration: none;
  margin: 0;
}
html body #footerWrapper_4u footer .site-info .powered-by a {
  text-decoration: none;
  padding-left: 30px;
  position: relative;
}
html body #footerWrapper_4u footer .site-info .powered-by a::before {
  content: " ";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("https://relaunch.dogszone.de/wp-content/uploads/2024/05/icon4uweb.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  /* Allow for positioning relative to the a element */
  top: -9px;
  /* Position at the bottom of the a element */
  left: -5px;
  /* Align with the left side of the a element */
  border: 0px solid red;
  padding: 0px;
  filter: blur(0.3px);
}
html body div.swiper-wrapper {
  display: flex;
  align-items: stretch;
}
html body div.swiper-wrapper .swiper-slide .wpspro-product-data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100% !important;
  border: 0px solid red !important;
}
html body div.swiper-wrapper .swiper-slide .wpspro-product-data a.wpsp-product-image {
  border: 0px solid red !important;
}
html body div.swiper-wrapper .swiper-slide .wpspro-product-data .product-details {
  flex-grow: 1 !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
html body.woocommerce #content div#primary.content-area {
  padding: 0 10px;
}
html body #primary.content-area {
  max-width: var(--responsive--aligndefault-width) !important;
}
html body.woocommerce-shop #sidebar_4u, html body.tax-product_cat #sidebar_4u {
  /* Sidebar */
  border: 0px solid blue;
  display: flex !important;
  padding-right: 14px;
}
html body.woocommerce-shop #sidebar_4u #category_sidebar-widget-area-4u, html body.tax-product_cat #sidebar_4u #category_sidebar-widget-area-4u {
  grid-template-columns: auto !important;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 14px;
  padding-top: 0;
}
html body.woocommerce-shop #sidebar_4u #category_sidebar-widget-area-4u h2, html body.tax-product_cat #sidebar_4u #category_sidebar-widget-area-4u h2 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.3rem;
  border-bottom: 2px solid #333;
}
html body.woocommerce-shop #sidebar_4u #category_sidebar-widget-area-4u .wp-block-woocommerce-product-categories, html body.tax-product_cat #sidebar_4u #category_sidebar-widget-area-4u .wp-block-woocommerce-product-categories {
  margin-top: 20px;
}
html body.woocommerce-shop #sidebar_4u #category_sidebar-widget-area-4u .wp-block-woocommerce-product-categories ul, html body.tax-product_cat #sidebar_4u #category_sidebar-widget-area-4u .wp-block-woocommerce-product-categories ul {
  list-style-type: none;
  padding-left: 0px;
}
html body.woocommerce-shop #sidebar_4u #category_sidebar-widget-area-4u .wp-block-woocommerce-product-categories ul li, html body.tax-product_cat #sidebar_4u #category_sidebar-widget-area-4u .wp-block-woocommerce-product-categories ul li {
  white-space: nowrap;
}
@media (max-width: 740px) {
  html body.woocommerce-shop #sidebar_4u #category_sidebar-widget-area-4u, html body.tax-product_cat #sidebar_4u #category_sidebar-widget-area-4u {
    display: none;
  }
}
/*# sourceMappingURL=scss4u.css.map */