@import url('https://fonts.googleapis.com/css?family=Unica+One');
@import url('https://fonts.googleapis.com/css?family=Karla');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #444;
    margin: 0 0 0.66667em;
}
h1, .h1 {
    font-family: "Unica One","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 2em;
}
h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Karla","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 700;
}
.featured-card__header .h1 {

}
.site-footer__section-title {
  color: #222;
  font-size: 1.6em;
}
.product-form__item--submit {
    -ms-flex-preferred-size: 200px;
    -webkit-flex-basis: 200px;
    -moz-flex-basis: 200px;
    flex-basis: 200px;
}
label {
    font-size: 0.8em;
    font-weight: 700;
    color: #8e8a8a;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.product-form__cart-submit {
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
    border-radius: 0px;
}
.featured-card__title {
    font-size: 1.86667em;
    margin-bottom: 0;
    color: #1a1a1a;
}
.featured-card:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.06);
    opacity: 0;
    transition: opacity 0.15s ease-in;
    z-index: 1;
}
.featured-card__header {
    position: relative;
    display: inline-block;
    padding: 30px 5% 10px;
    background-color: rgba(0,0,0,0);
    z-index: 1;
}
.grid__item.small--one-half.medium-up--two-thirds.small--text-center.logo {
    text-align: center;
}
.social-top .list--inline.social-icons>li {
    padding-right: 16px;
}
.social-top .icon {
    color: #333 !important;
    display: inline-block;
    fill: currentcolor;
    width: 20px;
}
.social-icons .icon {
    width: 24px;
    height: 24px;
}
.social-top .list--inline.social-icons {
    display: inline-block;
    float: left;
}
.site-nav__link {
    font-size: 0.93333em;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    position: relative;
    padding: 20px;
    z-index: 7;
}
.site-nav__link {
    padding: 10px !important;
}
.site-header__upper {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
}
.footer {
    font-size: 12px;
    color: #585858 !important;
    background: #fff;
    border-top: 1px solid #b7b7b7;
    font-weight: 400;
    font-family: Open Sans;
    line-height: 1.6;
}
.footer ul {
    list-style: none;
    padding: 0;
}
.inner {
    margin: 0 auto;
    padding: 0 20px;
}
.footer__module {
    margin: 32px 0 34px 0;
}
.footer li:not(:last-child) {
    margin-bottom: 8px;
}
.footer__title {
    margin: 0 0 18px 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #323232;
}
.footer__phone, .footer__email {
    margin: 8px 0;
}
.footer__module:last-child {
    margin-bottom: 0;
}
.footer__module {
    margin: 32px 0 34px 0;
}
a.footer__linklist-link{
      color: #585858 !important;
}
.newsletter__submit {
    position: absolute;
    padding: 11px 14px 12px 14px;
    width: auto;
    top: 3px;
    right: 3px;
    background: #f8f8f8;
    color: #585858;
}
.page-width .breadcrumb{
  margin: 10px 0px 10px 0px !important;
}
.site-header__logo a:hover img {
  -moz-transform: scale(1.15);
   -ms-transform: scale(1.15);
   -webkit-transform: scale(1.15);
   transform: scale(1.15)
}
#collection-list-grid .featured-card{
  padding: 0px !important;
  max-height: 420px !important;
}
.featured-card {
    display: block;
    position: relative;
    height: 380px;
    text-align: center;
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 1px 1px;
    background-color: #fff;
    padding: 0px;
}
.featured-card__image {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-height: 280px;
}
.reason-to-buy {
    text-align: center;
    margin-bottom: 30px;
}
.reason-to-buy h2 {
    font-size: 1.5em;
    font-weight: bold;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 30px 0 50px;
}
.reason-to-buy h2 span {
    background: #F8F8F8;
    padding: 0 10px;
}
.reason-to-buy-wrapper {
    width: 1024px;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}
.newsletter__form input {
    width: 100%;
    padding: 14px 15px 15px 15px;
    color: inherit;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 14px;
    background: #fff;
    -webkit-appearance: none;
}
.reason-to-buy-inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
}
.grid__cell {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 0 0 0 25px;
    margin: 0;
    vertical-align: top;
    font-size: 1rem;
    font-family: Open Sans;
}
.reason-to-buy-wrapper .grid__cell {
    padding: 0 10px;
}
.reason-to-buy-wrapper .grid__cell img {
    width: 130px;
}
.newsletter {
    position: relative;
    padding: 35px 0 40px 0;
    background: #f8f8f8;
    text-align: center;
    overflow: hidden;
    clear: both;
    box-shadow: 0 1px #f8f8f8, 0 -1px #f8f8f8;
}
.newsletter__title {
    margin: 0 0 10px 0;
    color: #585858;
    font-size: 17px;
    font-weight: 700;
}
.newsletter__form {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
}
.newsletter__form .button {
    position: relative;
    display: inline-block;
    padding: 12px 30px 13px 30px;
    line-height: normal;
    border-radius: 2px;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
    text-align: center;
}
.newsletter__email {
    padding-right: 125px !important;
    border: none !important;
    text-transform: uppercase !important;
    background: #d9d9d9 !important;
}
.newsletter__email, .newsletter__email:focus {
    color: #585858 !important;
}
.reason-to-buy h3 {
    font-size: 1.12em;
    font-weight: bold;
}
.newsletter__submit {
    position: absolute !important;
    padding: 11px 14px 12px 14px !important;
    width: auto !important;
    top: 3px !important;
    right: 3px !important;
    background: #f8f8f8 !important;
    color: #585858 !important;
}
#shopify-section-1530704108887 {
    margin-bottom: 0px !important;
}
.footer__contact a {
  color: #585858 !important
}
.product-card:hover, .product-card:focus{
  color: #8e8a8a;
}
.product-card__overlay-btn {
    display: none;
}
.product-card__image-wrapper {
    height: 235px;
    margin-bottom: 60px;
}
.product-card__image-wrapper {
    overflow: hidden;
    position: relative;
}
.product-card .first {
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
}
.product-card:hover .first{
  opacity: 0;
}
.product-card:hover .second{
  opacity: 1;
}
.second {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.price-sale, .price-dont-sale{
  margin-top: 0.25rem;
}
.price-sale .money{
  color: #ff9c42;
    font-size: 18px !important;
      line-height: 1.4375rem;
}
.price-dont-sale .money{
  color: #0a92b2;
  font-size: 18px !important;
    line-height: 1.4375rem;
}
.money{
  margin-top: 0.125rem;
  display: block;
  width: 100%;
}
.product-card__regular-price .money{
  margin-top: 0.125rem;
  display: block;
  font-size: 0.8125rem !important;
  line-height: 1.38;
  color: #33343b;
}
.drawer__nav-link--top-level {
    font-size: 1.25em;
}
.template-index .page-width{
      max-width: 1400px;
}
.content-block {
    font-size: 100%;
    font-weight: 400;
    font-family: Open Sans;
    color: #585858;
        line-height: 2;
}
.rte ul {
    padding-left: 0;
    margin-left: 26px;
}
.rte p, .rte ul, .rte ol, .rte .button-group {
    margin-bottom: 22px;
}
.rich-text__heading--large {
  font-weight: 700;
  font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
  color: #161e26;
  margin: 0 0 28px 0;
  text-align: center;
}
@media (max-width: 425px){
  .reason-to-buy-wrapper .grid__cell {
      flex: 0 50%;
  }
  .reason-to-buy-inner {
    flex-wrap: wrap;
    margin: 0px;
  }
}
@media (max-width: 749px){
  #collection-list-grid .featured-card--contain .featured-card__header {
    height: 10px !important;
}
  #collection-list-grid .featured-card{
    padding: 20px !important;
    max-height: 380px !important;
  }
}
@media only screen and (max-width: 400px){
  .small--one-quarter {
      width: 15%;
  }
  #collection-list-grid .featured-card{
    padding: 40px !important;
    width: 380px !important;
    height: 380px !important;
  }
}
@media screen and (min-width: 500px){
  .footer__title {
      font-size: 14px;
  }
  .page__title {
    font-size: 40px;
  }
  .footer {
    font-size: 13px;
  }
  .newsletter {
      padding: 45px 0 48px 0;
  }
  .newsletter__title {
    margin-bottom: 32px !important;
    font-size: 20px;
  }
  .newsletter__submit {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .rte p, .rte ul, .rte ol, .rte .button-group {
    margin-bottom: 26px;
  }
  html {
    font-size: 15px;
}
}
@media only screen and (min-width: 700px){
  #SiteNav {
      float: left;
      margin-left: 30px !important;
  }
  .page-width {
      padding: 0 0px;
  }
}
@media only screen and (min-width: 750px){
  .grid--uniform .large-up--one-fifth:nth-child(5n+1), .grid--uniform .medium-up--one-thid:nth-child(5n+1){
      clear: both;
  }
  .grid--uniform .medium-up--one-third:nth-child(3n+1) {
      clear: none !important;
  }
}
@media only screen and (min-width: 768px){
  .mcc_ctrl {
      display: none !important;
  }
}
@media screen and (min-width: 801px){
  .footer__module {
      display: table-cell;
      width: auto;
      margin-top: 0;
      padding-right: 25px;
      vertical-align: top;
  }
  .footer__wrapper {
    display: table;
    width: 100%;
    margin: 42px 0;
  }
  .inner, .container {
      padding: 0 25px;
  }
  .footer__module:last-child {
    padding-right: 0;
  }
  .page__title {
    font-size: 50px;
  }
}
@media screen and (min-width: 1025px){
  html {
      font-size: 16px;
  }
}

/* ===== Swaidam conversion & trust additions ===== */

/* Rotating announcement bar */
.announcement-rotator {
  height: 40px;
  overflow: hidden;
  text-align: center;
}
.announcement-rotator__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.announcement-rotator__item {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.announcement-rotator__item a,
.announcement-rotator__item span {
  color: inherit;
}
.announcement-rotator__item a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Header polish (tentree-style) */
.site-nav__link {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
  font-weight: 600;
}
.drawer__nav-link--top-level {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-weight: 600;
}
.nav-bar {
  border-bottom: 1px solid #e8e8e8;
}
.site-header {
  border-bottom: 1px solid #eee;
}
.site-header__cart {
  position: relative;
  display: inline-block;
}
.site-header__cart-indicator {
  position: absolute;
  top: -6px;
  right: -10px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 999px;
  background: #1a1a1a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  border: 0;
}
.site-header__account {
  margin-right: 14px;
  vertical-align: middle;
}
.site-header__account .icon {
  width: 22px;
  height: 22px;
}
.site-header__search-input {
  border-radius: 999px;
  border: 1px solid #ddd;
  padding: 6px 14px;
  font-size: 13px;
}
.site-header__search-input:focus {
  border-color: #999;
  outline: none;
}

.trust-badges {
  margin: 18px 0 8px;
  padding: 14px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fafafa;
}
.trust-badges__item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 7px 0;
  font-size: 0.9em;
}
.trust-badges__icon {
  flex: 0 0 auto;
  margin-right: 10px;
  color: #2e7d32;
}

.product-single__policies {
  margin: 12px 0;
  font-size: 0.85em;
}
.product-single__policies a {
  text-decoration: underline;
}

.footer__contact-info .footer__linklist-item {
  margin-bottom: 4px;
}

.contact-details p {
  margin-bottom: 12px;
}

/* ============================================================
   Footer — dark editorial (Black Wardrobe style)
   ============================================================ */
.footer-pro {
  background: #101010;
  color: #fff;
  font-size: 13.5px;
  line-height: 1.75;
}
.footer-pro a { color: #fff; text-decoration: none; }
.footer-pro a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Icons row */
.footer-icons-row {
  background: #101010;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 26px 0;
}
.footer-icons-row__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-icons-row__grid { grid-template-columns: repeat(2, 1fr); gap: 22px 10px; }
}
.footer-icons-row__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.footer-icons-row__icon {
  width: 34px;
  height: 34px;
  color: #fff;
}
.footer-icons-row__title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  max-width: 210px;
}

/* Main blocks */
.footer-pro__main { padding: 60px 0 34px; }
.footer-pro__grid {
  display: grid;
  grid-template-columns: 1.5fr 0.9fr 0.9fr 1.2fr;
  gap: 44px;
}
@media screen and (max-width: 989px) {
  .footer-pro__grid { grid-template-columns: 1fr 1fr; gap: 36px 28px; }
}
@media screen and (max-width: 749px) {
  .footer-pro__main { padding: 40px 0 20px; }
  .footer-pro__grid { grid-template-columns: 1fr; gap: 0; }
  .footer-pro__block { padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .footer-pro__block--brand { border-top: 0; }
}

.footer-pro__logo a {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.footer-pro__logo { margin: 0 0 14px; }
.footer-pro__tagline {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #fff;
}
.footer-pro__blurb {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  max-width: 340px;
}
.footer-pro__blurb p { margin-bottom: 10px; }
.footer-pro__contact-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12.5px;
}
.footer-pro__contact-list li { margin-bottom: 5px; }
.footer-pro__contact-list a { color: rgba(255, 255, 255, 0.85); font-weight: 600; }
.footer-pro__hours { color: rgba(255, 255, 255, 0.45); }

/* Menu columns (collapsible on mobile) */
.footer-pro__heading {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 16px;
  list-style: none;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-collapsible > .footer-pro__heading::-webkit-details-marker { display: none; }
.footer-collapsible__toggle { position: relative; width: 14px; height: 14px; display: none; }
.footer-collapsible__toggle::before,
.footer-collapsible__toggle::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 0;
  width: 14px;
  height: 1.5px;
  transform: translateY(-50%);
}
.footer-collapsible__toggle::after { transform: translateY(-50%) rotate(90deg); transition: transform 0.2s ease; }
.footer-collapsible[open] .footer-collapsible__toggle::after { transform: translateY(-50%) rotate(0deg); }
@media screen and (max-width: 749px) {
  .footer-collapsible > .footer-pro__heading { cursor: pointer; margin-bottom: 0; padding: 4px 0; }
  .footer-collapsible[open] > .footer-pro__heading { margin-bottom: 12px; }
  .footer-collapsible__toggle { display: block; }
}
.footer-pro__links { list-style: none; margin: 0; padding: 0; }
.footer-pro__links li { margin-bottom: 9px; }
.footer-pro__link { color: rgba(255, 255, 255, 0.6) !important; font-size: 13px; }
.footer-pro__link:hover { color: #fff !important; }

/* Newsletter */
.footer-pro__heading--static { justify-content: flex-start; }
.footer-pro__newsletter-subtext {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  margin: -4px 0 16px;
}
.footer-pro__newsletter-row {
  display: flex;
  max-width: 340px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
}
.footer-pro__newsletter-input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 12px 16px;
  font-size: 13px;
}
.footer-pro__newsletter-input::placeholder { color: rgba(255, 255, 255, 0.45); }
.footer-pro__newsletter-input:focus { outline: none; }
.footer-pro__newsletter-btn {
  flex: 0 0 auto;
  border: 0;
  background: #fff;
  color: #101010;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0 20px;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.footer-pro__newsletter-btn:hover { opacity: 0.85; }
.form-success--footer { color: #9fd6a8; }

/* Bottom bar */
.footer-pro__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 26px 0 30px;
}
.footer-pro__social {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  gap: 18px;
}
.footer-pro__social .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
  opacity: 0.8;
  transition: opacity 0.15s ease;
}
.footer-pro__social a:hover .icon { opacity: 1; }
.footer-pro__bottom-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.footer-pro__copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
}
.footer-pro__copyright a { color: rgba(255, 255, 255, 0.5); }
.footer-pro__copyright a:hover { color: #fff; }
.footer-pro__legal-links { display: inline-flex; flex-wrap: wrap; gap: 14px; }
.payment-icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.payment-icon-list .icon {
  width: 38px;
  height: 24px;
  filter: grayscale(1) brightness(1.6);
  opacity: 0.85;
}

/* ============================================================
   Product page: accordions, save badge, sticky mobile ATC
   ============================================================ */
.product-accordions {
  margin-top: 22px;
  border-top: 1px solid #e5e5e5;
}
.product-accordion { border-bottom: 1px solid #e5e5e5; }
.product-accordion__summary {
  cursor: pointer;
  list-style: none;
  padding: 15px 28px 15px 2px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
  user-select: none;
}
.product-accordion__summary::-webkit-details-marker { display: none; }
.product-accordion__summary::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  font-weight: 400;
  color: #888;
}
.product-accordion[open] > .product-accordion__summary::after { content: "\2212"; }
.product-accordion__content {
  padding: 2px 2px 18px;
  font-size: 14px;
  color: #444;
}
.product-accordion__content ul { margin-bottom: 10px; }

.product-single__save-badge {
  display: inline-block;
  background: #c62828;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 3px 8px;
  vertical-align: middle;
}

.sticky-atc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
  background: #fff;
  border-top: 1px solid #e2e2e2;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(110%);
  transition: transform 0.25s ease;
}
.sticky-atc--visible { transform: translateY(0); }
@media screen and (min-width: 750px) {
  .sticky-atc { display: none; }
}
.sticky-atc__info { display: flex; flex-direction: column; min-width: 0; }
.sticky-atc__title {
  font-size: 12.5px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sticky-atc__price { font-size: 13px; font-weight: 700; }
.sticky-atc__btn {
  flex: 0 0 auto;
  padding: 11px 22px;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ============================================================
   Collection pages: hero, toolbar, cards
   ============================================================ */
.collection-hero { max-width: 640px; margin: 6px auto 4px; }
.collection-hero__title {
  font-size: 26px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.collection-hero__description { color: #666; font-size: 14.5px; margin-bottom: 6px; }
.collection-hero__count {
  color: #999;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.collection-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
  margin: 22px 0 4px;
}

.collection-grid .grid__item { margin-bottom: 26px; }
.product-card { display: block; position: relative; }
.product-card__image-wrapper {
  position: relative;
  overflow: hidden;
  background: #f5f4f2;
  border-radius: 4px;
}
.product-card__image-wrapper img { transition: transform 0.35s ease, opacity 0.3s ease; }
.product-card:hover .product-card__image-wrapper .first { transform: scale(1.03); }
.product-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 3px;
}
.product-card__badge--sale { background: #c62828; color: #fff; }
.product-card__badge--soldout { background: #757575; color: #fff; }
.product-card__info { padding: 12px 2px 0; text-align: left; }
.product-card__brand {
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 3px;
}
.product-card__name {
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.product-card__price { font-size: 13px; color: #444; }
.product-card__price .price-sale { color: #c62828; font-weight: 700; }
.product-card__regular-price { color: #999; font-weight: 400; margin-right: 4px; }
.product-card__availability {
  font-size: 12.5px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pagination { margin: 30px 0 10px; text-align: center; }
.pagination .page,
.pagination .next,
.pagination .prev {
  display: inline-block;
  min-width: 34px;
  padding: 7px 10px;
  margin: 0 3px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  font-size: 13px;
}
.pagination .current {
  display: inline-block;
  min-width: 34px;
  padding: 7px 10px;
  margin: 0 3px;
  border-radius: 4px;
  background: #1a1a1a;
  color: #fff;
  font-size: 13px;
}

/* ============================================================
   Overrides for legacy card styles (must stay last in file)
   ============================================================ */
.product-card__image-wrapper {
  height: auto;
  aspect-ratio: 3 / 4;
  margin-bottom: 0;
}
.product-card__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card .first,
.product-card .second {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* Products with a single image: never blank out on hover */
.product-card:hover .first:last-child {
  opacity: 1;
}

.money {
  display: inline;
  width: auto;
  margin-top: 0;
}
.price-sale .money {
  color: #c62828 !important;
  font-size: 13.5px !important;
  line-height: 1.5;
}
.price-dont-sale .money {
  color: #1a1a1a !important;
  font-size: 13.5px !important;
  line-height: 1.5;
}
.product-card__regular-price .money {
  display: inline;
  font-size: 12px !important;
  color: #999;
}
.price-sale,
.price-dont-sale {
  margin-top: 0;
}


/* ============================================================
   Fix: legacy logo hack pulled the logo -60px into the
   announcement bar. Normalize logo placement.
   ============================================================ */
@media screen and (min-width: 750px) {
  .site-header__logo-link,
  .site-header__logo a {
    margin: 0 !important;
    float: none !important;
    display: inline-block !important;
    max-width: 240px !important;
  }
}
.site-header__logo {
  text-align: center;
}
.site-header__logo img {
  vertical-align: middle;
}
/* remove legacy hover zoom on logo */
.site-header__logo a:hover img {
  transform: none !important;
  -webkit-transform: none !important;
}
.announcement-rotator {
  position: relative;
  z-index: 5;
}
