/*
 * Muffinowy Raj - child theme for PrestaShop Classic
 *
 * Warm, handmade bakery palette:
 * cream / raspberry / cocoa / sage.
 */

:root {
  --bakery-cream: #fffaf5;
  --bakery-cream-deep: #f6eadf;
  --bakery-paper: #ffffff;
  --bakery-raspberry: #a94d63;
  --bakery-raspberry-dark: #81394c;
  --bakery-raspberry-soft: #f4dfe4;
  --bakery-cocoa: #4b342f;
  --bakery-cocoa-soft: #725b55;
  --bakery-sage: #718878;
  --bakery-sage-soft: #e7eee8;
  --bakery-gold: #c89443;
  --bakery-border: #e8d8cb;
  --bakery-shadow: 0 12px 32px rgba(75, 52, 47, 0.09);
  --bakery-shadow-hover: 0 18px 42px rgba(75, 52, 47, 0.16);
  --bakery-radius: 18px;
  --bakery-radius-small: 10px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--bakery-cocoa);
  background: var(--bakery-cream);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: var(--bakery-raspberry);
  transition: color 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

a:hover,
a:focus {
  color: var(--bakery-raspberry-dark);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
  color: var(--bakery-cocoa);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}

::selection {
  color: #fff;
  background: var(--bakery-raspberry);
}

/* Header */

#header {
  color: var(--bakery-cocoa);
  background: rgba(255, 250, 244, 0.98);
  box-shadow: 0 4px 20px rgba(77, 52, 47, 0.08);
}

#header a {
  color: var(--bakery-cocoa);
}

#header a:hover,
#header a:focus {
  color: var(--bakery-raspberry);
}

#header .header-nav {
  max-height: none;
  color: var(--bakery-cocoa-soft);
  background: var(--bakery-cream-deep);
  border-bottom: 1px solid var(--bakery-border);
}

#header .header-nav .blockcart {
  height: auto;
  padding: 0.7rem 1rem;
  color: var(--bakery-cocoa);
  background: rgba(255, 255, 255, 0.55);
  border-radius: 0 0 var(--bakery-radius-small) var(--bakery-radius-small);
}

#header .header-nav .cart-preview.active {
  background: var(--bakery-raspberry);
}

#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
  color: #fff;
}

#header .header-top {
  padding: 1.25rem 0;
  background: var(--bakery-cream);
}

#header .header-top > .container {
  display: flex;
  align-items: center;
}

#header .header-top > .container > .row {
  flex: 1 1 auto;
  width: 100%;
}

#header .header-top .logo {
  max-width: 150px;
  max-height: 110px;
}

#header .top-menu {
  margin-bottom: 0;
}

#header .top-menu a[data-depth="0"] {
  position: relative;
  padding: 0.85rem 0.68rem;
  color: var(--bakery-cocoa);
  font-size: 0.89rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

#header .top-menu a[data-depth="0"]::after {
  position: absolute;
  right: 0.68rem;
  bottom: 0.45rem;
  left: 0.68rem;
  height: 2px;
  content: "";
  background: var(--bakery-raspberry);
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

#header .top-menu a[data-depth="0"]:hover::after,
#header .top-menu .current a[data-depth="0"]::after {
  transform: scaleX(1);
}

#header .menu > ul > li > .popover {
  background: var(--bakery-paper);
  border: 1px solid var(--bakery-border);
  border-radius: var(--bakery-radius-small);
  box-shadow: var(--bakery-shadow);
}

#search_widget {
  min-width: 230px;
}

#search_widget form input {
  height: 44px;
  padding-right: 2.8rem;
  color: var(--bakery-cocoa);
  background: #fff;
  border: 1px solid var(--bakery-border);
  border-radius: 999px;
  box-shadow: none;
}

#search_widget form input:focus {
  border-color: var(--bakery-raspberry);
  box-shadow: 0 0 0 3px var(--bakery-raspberry-soft);
  outline: 0;
}

#search_widget form i {
  color: var(--bakery-raspberry);
}

/* Main layout */

#wrapper {
  padding-top: 2.5rem;
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(243, 223, 227, 0.45) 0,
      rgba(243, 223, 227, 0) 24rem
    ),
    radial-gradient(
      circle at 92% 32%,
      rgba(231, 238, 232, 0.65) 0,
      rgba(231, 238, 232, 0) 25rem
    ),
    var(--bakery-cream);
}

#content-wrapper {
  min-height: 50vh;
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--bakery-border);
  border-radius: 999px;
}

.breadcrumb li a,
.breadcrumb li::after {
  color: var(--bakery-cocoa-soft);
}

.page-header h1,
#main .page-header h1,
.featured-products > h2,
.product-accessories > h3,
.products-section-title {
  margin-bottom: 2rem;
  color: var(--bakery-cocoa);
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  text-align: center;
  text-transform: none;
}

.featured-products > h2::after,
.product-accessories > h3::after,
.products-section-title::after {
  display: block;
  width: 58px;
  height: 3px;
  margin: 0.75rem auto 0;
  content: "";
  background: var(--bakery-raspberry);
  border-radius: 999px;
}

.featured-products {
  margin-bottom: 4rem;
}

.featured-products .all-product-link,
.product-accessories .all-product-link {
  color: var(--bakery-raspberry-dark);
  font-weight: 700;
}

/* Product cards */

.products {
  align-items: stretch;
}

.products .product {
  margin-bottom: 2rem;
}

.product-miniature {
  height: 100%;
}

.product-miniature .thumbnail-container {
  height: 100%;
  overflow: hidden;
  background: var(--bakery-paper);
  border: 1px solid rgba(234, 220, 208, 0.8);
  border-radius: var(--bakery-radius);
  box-shadow: var(--bakery-shadow);
  transition: border-color 0.25s ease, box-shadow 0.25s ease,
    transform 0.25s ease;
}

.product-miniature .thumbnail-container:hover {
  border-color: var(--bakery-raspberry-soft);
  box-shadow: var(--bakery-shadow-hover);
  transform: translateY(-6px);
}

.product-miniature .thumbnail-top,
.product-miniature .product-thumbnail {
  overflow: hidden;
  background: #fff;
}

.product-miniature .product-thumbnail img {
  transition: transform 0.45s ease;
}

.product-miniature .thumbnail-container:hover .product-thumbnail img {
  transform: scale(1.035);
}

.product-miniature .product-description {
  position: relative;
  bottom: auto;
  width: 100%;
  height: auto;
  min-height: 108px;
  padding: 1.2rem 1rem 1.35rem;
  background: var(--bakery-paper);
}

.product-miniature .product-title {
  margin-bottom: 0.55rem;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: none;
}

.product-miniature .product-title a {
  color: var(--bakery-cocoa);
}

.product-miniature .product-title a:hover {
  color: var(--bakery-raspberry);
}

.product-miniature .product-price-and-shipping {
  color: var(--bakery-raspberry-dark);
  font-size: 1.08rem;
  font-weight: 800;
}

.product-miniature .regular-price {
  color: var(--bakery-cocoa-soft);
}

.product-miniature .highlighted-informations {
  background: rgba(255, 250, 244, 0.96);
}

.product-miniature .highlighted-informations .quick-view {
  color: var(--bakery-raspberry-dark);
  font-weight: 700;
}

.product-miniature .product-flags li.product-flag {
  padding: 0.42rem 0.7rem;
  color: #fff;
  background: var(--bakery-raspberry);
  border-radius: 0 var(--bakery-radius-small) var(--bakery-radius-small) 0;
  box-shadow: none;
}

.product-miniature .discount-percentage,
.product-miniature .discount-amount {
  background: var(--bakery-gold);
}

.wishlist-button-add {
  color: var(--bakery-raspberry) !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid var(--bakery-raspberry-soft) !important;
  box-shadow: 0 5px 14px rgba(77, 52, 47, 0.12) !important;
}

.wishlist-button-add:hover {
  color: #fff !important;
  background: var(--bakery-raspberry) !important;
}

/* Buttons and form controls */

.btn {
  padding: 0.75rem 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 999px;
  box-shadow: none;
  transition: background-color 0.2s ease, border-color 0.2s ease,
    box-shadow 0.2s ease, transform 0.2s ease;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background: var(--bakery-raspberry);
  border-color: var(--bakery-raspberry);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background: var(--bakery-raspberry-dark);
  border-color: var(--bakery-raspberry-dark);
  box-shadow: 0 8px 18px rgba(132, 59, 77, 0.24);
  transform: translateY(-1px);
}

.btn-secondary {
  color: var(--bakery-cocoa);
  background: var(--bakery-cream-deep);
  border-color: var(--bakery-border);
}

.btn-secondary:hover {
  color: var(--bakery-raspberry-dark);
  background: #fff;
  border-color: var(--bakery-raspberry-soft);
}

.form-control,
.input-group .form-control,
select.form-control {
  color: var(--bakery-cocoa);
  background-color: #fff;
  border: 1px solid var(--bakery-border);
  border-radius: var(--bakery-radius-small);
}

.form-control:focus,
.input-group .form-control:focus,
select.form-control:focus {
  border-color: var(--bakery-raspberry);
  box-shadow: 0 0 0 3px var(--bakery-raspberry-soft);
  outline: 0;
}

.custom-radio input[type="radio"]:checked + span {
  background-color: var(--bakery-raspberry);
}

.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  color: var(--bakery-raspberry);
}

.pagination .current a {
  color: var(--bakery-raspberry);
}

/* Category and listing pages */

.block-category,
#left-column .block,
#right-column .block,
.card,
.tabs,
.product-information,
.product-cover,
.cart-grid-body .card-block,
.cart-grid-right .card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--bakery-border);
  border-radius: var(--bakery-radius);
  box-shadow: var(--bakery-shadow);
}

.block-category {
  min-height: 0;
  margin-bottom: 2rem;
}

.block-category h1 {
  color: var(--bakery-cocoa);
  text-transform: none;
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
  padding: 1.25rem;
  background: #fff;
  border: 1px solid var(--bakery-border);
  border-radius: var(--bakery-radius);
  box-shadow: var(--bakery-shadow);
}

#search_filters .facet .facet-title {
  color: var(--bakery-cocoa);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

#search_filters .facet .facet-label a {
  color: var(--bakery-cocoa-soft);
}

#search_filters .facet .facet-label a:hover {
  color: var(--bakery-raspberry);
}

.products-selection .sort-by {
  color: var(--bakery-cocoa);
}

.products-sort-order .select-title {
  color: var(--bakery-cocoa);
  background: #fff;
  border: 1px solid var(--bakery-border);
  border-radius: var(--bakery-radius-small);
  box-shadow: none;
}

.products-sort-order .dropdown-menu {
  background: #fff;
  border: 1px solid var(--bakery-border);
  border-radius: var(--bakery-radius-small);
  box-shadow: var(--bakery-shadow);
}

.products-sort-order .select-list:hover {
  color: #fff;
  background: var(--bakery-raspberry);
}

/* Product page */

.product-cover {
  overflow: hidden;
}

.product-cover img {
  border-radius: calc(var(--bakery-radius) - 1px);
}

.product-images > li.thumb-container > .thumb.selected,
.product-images > li.thumb-container > .thumb:hover {
  border-color: var(--bakery-raspberry);
}

.product-information {
  padding: 1.75rem;
}

.product-information .product-description {
  color: var(--bakery-cocoa-soft);
}

.product-price {
  color: var(--bakery-raspberry-dark);
}

.current-price {
  color: var(--bakery-raspberry-dark);
}

.current-price .price {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.product-discount .regular-price {
  color: var(--bakery-cocoa-soft);
}

.product-actions .control-label,
.product-quantity .qty {
  color: var(--bakery-cocoa);
}

.product-quantity #quantity_wanted {
  border-color: var(--bakery-border);
  border-radius: var(--bakery-radius-small) 0 0 var(--bakery-radius-small);
}

.bootstrap-touchspin .btn-touchspin {
  color: var(--bakery-raspberry);
  background: var(--bakery-cream-deep);
  border-color: var(--bakery-border);
}

.tabs {
  padding: 1.25rem 1.5rem;
}

.tabs .nav-tabs {
  border-bottom-color: var(--bakery-border);
}

.tabs .nav-tabs .nav-link {
  color: var(--bakery-cocoa-soft);
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  color: var(--bakery-raspberry);
  border-bottom-color: var(--bakery-raspberry);
}

/* Cart, checkout and account */

.cart-grid-body .cart-overview {
  padding: 1rem;
}

.cart-summary-line .value,
.cart-summary-line .label {
  color: var(--bakery-cocoa);
}

.cart-summary-line.cart-total {
  color: var(--bakery-raspberry-dark);
}

.checkout-step {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--bakery-border);
  border-radius: var(--bakery-radius);
  box-shadow: var(--bakery-shadow);
}

.checkout-step .step-title {
  color: var(--bakery-cocoa);
}

.checkout-step.-current .step-title {
  color: var(--bakery-raspberry-dark);
}

.page-my-account #content .links a span.link-item {
  color: var(--bakery-cocoa);
  background: #fff;
  border: 1px solid var(--bakery-border);
  border-radius: var(--bakery-radius);
  box-shadow: var(--bakery-shadow);
}

.page-my-account #content .links a:hover span.link-item {
  color: var(--bakery-raspberry);
  border-color: var(--bakery-raspberry-soft);
  box-shadow: var(--bakery-shadow-hover);
}

.page-my-account #content .links a i {
  color: var(--bakery-raspberry);
}

.alert-success {
  color: #34523e;
  background: var(--bakery-sage-soft);
  border-color: #c5d7c8;
}

.alert-danger {
  color: var(--bakery-raspberry-dark);
  background: var(--bakery-raspberry-soft);
  border-color: #dfbbc4;
}

/* Homepage custom content */

#custom-text {
  padding: 2.5rem;
  color: var(--bakery-cocoa);
  background:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)),
    var(--bakery-sage-soft);
  border: 1px solid var(--bakery-border);
  border-radius: var(--bakery-radius);
  box-shadow: var(--bakery-shadow);
}

#custom-text h2,
#custom-text h3 {
  color: var(--bakery-cocoa);
  text-transform: none;
}

#custom-text p {
  color: var(--bakery-cocoa-soft);
}

/* Newsletter and footer */

#footer {
  padding-top: 0;
  color: var(--bakery-cocoa);
  background:
    radial-gradient(
      circle at 8% 10%,
      rgba(244, 223, 228, 0.75) 0,
      rgba(244, 223, 228, 0) 18rem
    ),
    radial-gradient(
      circle at 92% 82%,
      rgba(231, 238, 232, 0.9) 0,
      rgba(231, 238, 232, 0) 22rem
    ),
    var(--bakery-cream-deep);
  border-top: 4px solid var(--bakery-raspberry);
}

#footer > .container {
  padding-top: 2.75rem;
}

#footer > .container > .row {
  align-items: center;
}

.block_newsletter {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 2rem 2.25rem;
  margin: 0;
  color: var(--bakery-cocoa);
  background: rgba(255, 250, 245, 0.94);
  border: 1px solid var(--bakery-border);
  border-radius: calc(var(--bakery-radius) + 4px);
  box-shadow: var(--bakery-shadow);
}

.block_newsletter > .row {
  align-items: center;
}

.block_newsletter #block-newsletter-label {
  padding-right: 2rem;
  margin-bottom: 0;
  color: var(--bakery-cocoa);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.35;
  text-transform: none;
}

.block_newsletter p {
  color: var(--bakery-cocoa-soft);
}

.block_newsletter form > .row > .col-xs-12:first-child {
  display: flex;
  align-items: stretch;
}

.block_newsletter form .input-wrapper {
  order: 1;
  flex: 1 1 auto;
  width: auto;
}

.block_newsletter form input[type="submit"] {
  order: 2;
  flex: 0 0 auto;
  float: none !important;
}

.block_newsletter form > .row > .col-xs-12:first-child > .clearfix {
  display: none;
}

.block_newsletter form input[type="email"] {
  height: 52px;
  padding: 0 1.25rem;
  color: var(--bakery-cocoa);
  background: #fff;
  border: 1px solid var(--bakery-border);
  border-radius: 999px 0 0 999px;
  box-shadow: inset 0 1px 2px rgba(75, 52, 47, 0.04);
}

.block_newsletter form input[type="email"]:focus {
  border-color: var(--bakery-raspberry);
  box-shadow: 0 0 0 3px var(--bakery-raspberry-soft);
  outline: 0;
}

.block_newsletter form input[type="submit"] {
  height: 52px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  background: var(--bakery-raspberry);
  border-color: var(--bakery-raspberry);
  border-radius: 0 999px 999px 0;
}

.block_newsletter form input[type="submit"]:hover,
.block_newsletter form input[type="submit"]:focus {
  background: var(--bakery-raspberry-dark);
  border-color: var(--bakery-raspberry-dark);
}

.block_newsletter form > .row > .col-xs-12:last-child p {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
  line-height: 1.55;
}

#footer .block-social {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

#footer .block-social ul:empty {
  display: none;
}

.footer-container {
  padding: 3rem 0 1.25rem;
  margin-top: 2.5rem;
  color: var(--bakery-cocoa-soft);
  background: rgba(255, 250, 245, 0.68);
  border-top: 1px solid rgba(169, 77, 99, 0.16);
  box-shadow: none;
}

.footer-container .row {
  align-items: flex-start;
}

.footer-container .wrapper {
  margin-bottom: 1.5rem;
}

.footer-container .h3,
.footer-container .h4,
.footer-container .block-contact-title,
.footer-container .blockcms-title a {
  margin-bottom: 1.1rem;
  color: var(--bakery-cocoa);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.35;
  text-transform: none !important;
}

.footer-container .myaccount-title a,
.footer-container .blockcms-title a {
  color: var(--bakery-cocoa) !important;
  text-transform: none !important;
}

.footer-container .h3::after,
.footer-container .h4::after,
.footer-container .block-contact-title::after {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 0.65rem;
  content: "";
  background: var(--bakery-raspberry);
  border-radius: 999px;
}

.footer-container li {
  margin-bottom: 0.55rem;
}

.footer-container li a,
.footer-container .block-contact,
.footer-container .block-contact a {
  color: var(--bakery-cocoa-soft);
  line-height: 1.55;
}

.footer-container li a:hover,
.footer-container .block-contact a:hover {
  color: var(--bakery-raspberry-dark);
}

.footer-container li a {
  display: inline-block;
  position: relative;
}

.footer-container li a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--bakery-raspberry);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.footer-container li a:hover::after,
.footer-container li a:focus::after {
  transform: scaleX(1);
}

.footer-container .block-contact {
  padding: 1.25rem 1.35rem;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--bakery-border);
  border-radius: var(--bakery-radius);
}

.footer-container .links .title {
  border-bottom-color: var(--bakery-border);
}

.footer-container .links .navbar-toggler {
  color: var(--bakery-raspberry);
}

.footer-container .text-sm-center {
  padding-top: 1.25rem;
  margin-top: 0.75rem;
  border-top: 1px solid var(--bakery-border);
}

.footer-container .text-sm-center a,
.footer-container .copyright,
.footer-container .copyright a {
  color: var(--bakery-cocoa-soft);
}

.footer-container .text-sm-center a:hover,
.footer-container .copyright a:hover {
  color: var(--bakery-raspberry-dark);
}

/* Modals */

.modal-content {
  overflow: hidden;
  color: var(--bakery-cocoa);
  background: var(--bakery-cream);
  border: 1px solid var(--bakery-border);
  border-radius: var(--bakery-radius);
  box-shadow: var(--bakery-shadow-hover);
}

.modal-header {
  border-bottom-color: var(--bakery-border);
}

.modal-footer {
  border-top-color: var(--bakery-border);
}

/* Keyboard accessibility */

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(168, 79, 98, 0.4);
  outline-offset: 3px;
}

/* Responsive adjustments */

@media (max-width: 991px) {
  #header .header-top > .container {
    display: block;
  }

  #header .header-top > .container > .row {
    width: auto;
  }

  #header .header-nav {
    padding: 0.65rem 0;
    background: var(--bakery-cream-deep);
  }

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

  #header .header-nav .top-logo a img {
    max-height: 58px;
  }

  #header .header-nav #menu-icon .material-icons,
  #header .header-nav .user-info .logged,
  #header .header-nav .cart-preview .shopping-cart {
    color: var(--bakery-raspberry);
  }

  #mobile_top_menu_wrapper {
    padding: 1rem;
    background: var(--bakery-cream);
    border-top: 1px solid var(--bakery-border);
  }

  #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    padding: 0.85rem 0.35rem;
    color: var(--bakery-cocoa);
    border-bottom: 1px solid var(--bakery-border);
  }

  #search_widget {
    float: none;
    width: 100%;
    min-width: 0;
    margin-top: 1rem;
  }

  #wrapper {
    padding-top: 1.5rem;
  }

  .product-information {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  .breadcrumb {
    padding: 0.55rem 0.8rem;
    margin-bottom: 1rem;
    border-radius: var(--bakery-radius-small);
  }

  .page-header h1,
  #main .page-header h1,
  .featured-products > h2,
  .product-accessories > h3,
  .products-section-title {
    margin-bottom: 1.35rem;
    font-size: 1.75rem;
  }

  .featured-products {
    margin-bottom: 2.5rem;
  }

  .products .product {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .product-miniature .thumbnail-container {
    max-width: none;
  }

  #custom-text {
    padding: 1.5rem;
  }

  .block_newsletter {
    padding: 1.5rem;
    border-radius: var(--bakery-radius);
  }

  #footer > .container > .row {
    margin-right: 0;
    margin-left: 0;
  }

  .block_newsletter #block-newsletter-label {
    padding-right: 0;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    text-align: center;
  }

  .block_newsletter form > .row > .col-xs-12:first-child {
    display: flex;
    flex-direction: column;
  }

  .block_newsletter form .input-wrapper {
    width: 100%;
  }

  .block_newsletter form input[type="email"] {
    height: 50px;
    border-radius: 999px;
  }

  .block_newsletter form input[type="submit"] {
    width: 100%;
    height: 50px;
    margin-top: 0.6rem;
    border-radius: 999px;
  }

  .block_newsletter form > .row > .col-xs-12:last-child p {
    margin-top: 0.8rem;
    text-align: center;
  }

  .footer-container {
    padding: 1.75rem 0 1rem;
    margin-top: 1.75rem;
  }

  .footer-container .wrapper {
    margin-bottom: 0;
  }

  .footer-container .links .title,
  .footer-container .block-contact .title {
    padding: 0.9rem 1rem;
    margin-bottom: 0;
  }

  .footer-container .links .title .h3 {
    margin-bottom: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    text-transform: none;
  }

  .footer-container .links .title .h3::after {
    display: none;
  }

  .footer-container .links ul {
    padding: 0.75rem 0 0.5rem;
  }

  .footer-container .block-contact {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .footer-container .block-contact #contact-infos {
    padding: 0.9rem 0 0.5rem;
  }

  .footer-container .text-sm-center {
    margin-top: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
