/* Add custom CSS styles below */
:root {
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --border-color-light: rgb(229 231 235 / 32%);
/*  --product-card-color: rgb(251, 248, 239);
  --color-primary: #f96e2a;
  --color-primary-dark: #bf4104;
  --color-primary-light: #fb915d;
  --color-primary-reverse: #790202;
  */
}

.top-nav.has-custom-colors, .main-nav {
  background-color: white !important;
}
.product-entry--vertical .product-entry__content {
  background-color: var(--product-card-color) !important;
}

body:not(.has-floating-contacts-list) .progress-wrap:where([dir="rtl"], [dir="rtl"] *) {
    right: 1.8rem;
}
body:not(.has-floating-contacts-list) .progress-wrap {
    bottom: 5.5rem;
}

/*
.product-entry, .product-entry__inner {
  border-radius: var(--radius-sm);
}
.product-entry {
  box-shadow: 0px 5px 8px #eee;
  border: 1px solid var(--border-color-light);
}
.product-entry__image-wrap {
    position: relative;
    aspect-ratio: 1 / 1 !important;
}
.product-entry__image {
    width: 100%;
    height: 100%;
    display: flex;
}
.product-card-img--portrait .product-entry__image-main {
  padding-bottom: 0px !important;
}
*/