/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../web/app/themes/shared/components/aiden/aiden_main.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.twz-aiden {
  width: 100%;
  margin-bottom: 1.6rem;
}
.twz-aiden__inner {
  --aiden-bg: #211113;
  --aiden-border: #211113;
  --aiden-subtitle: #c8bfb8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  inline-size: 100%;
  font: inherit;
  color: inherit;
  text-align: start;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0rem 2rem 0rem 1rem;
  border: 0.1rem solid var(--aiden-border);
  border-radius: 0.6rem;
  background-color: var(--aiden-bg);
}
@media screen and (max-width: 600px) {
  .twz-aiden__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.4rem;
    padding: 1.4rem 1.8rem;
    gap: 0;
    border: 1px solid white;
  }
}
.twz-aiden__avatar {
  display: block;
  position: relative;
  flex-basis: 14rem;
  height: 100%;
  align-self: flex-end;
}
@media screen and (max-width: 600px) {
  .twz-aiden__avatar {
    order: 3;
    width: 12rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.twz-aiden__avatar-image {
  display: block;
  width: 100%;
  height: auto;
  bottom: 0;
  position: absolute;
}
.twz-aiden__avatar-image--desktop {
  display: block;
}
@media screen and (max-width: 600px) {
  .twz-aiden__avatar-image--desktop {
    display: none;
  }
}
.twz-aiden__avatar-image--mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .twz-aiden__avatar-image--mobile {
    display: block;
  }
}
.twz-aiden__content {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding-block: 1rem;
}
@media screen and (max-width: 600px) {
  .twz-aiden__content {
    padding-right: 12rem;
    padding-top: 0;
  }
}
.twz-aiden__title {
  margin: 0;
  color: #ffffff;
  font-family: "Oswald", "oswald-fallback", "Roboto", "roboto-fallback", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.7rem;
  text-transform: uppercase;
}
.twz-aiden__title-desktop {
  display: inline;
}
@media screen and (max-width: 600px) {
  .twz-aiden__title-desktop {
    display: none;
  }
}
.twz-aiden__title-mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .twz-aiden__title-mobile {
    display: inline;
  }
}
.twz-aiden__subtitle {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  color: var(--aiden-subtitle);
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  .twz-aiden__subtitle {
    display: none;
  }
}
.twz-aiden__subtitle-icon {
  display: inline-flex;
  width: 1.6rem;
  height: 1.2rem;
}
@media screen and (min-width: 601px) {
  .twz-aiden__subtitle-icon {
    display: none;
  }
}
.twz-aiden__subtitle-icon > svg {
  width: 100%;
  height: 100%;
  fill: var(--aiden-subtitle);
  transition: translate 0.2s ease-in-out;
}
.twz-aiden__actions {
  display: flex;
  justify-content: flex-end;
  width: auto;
  margin-inline-start: auto;
}
@media screen and (max-width: 600px) {
  .twz-aiden__actions {
    width: 100%;
    padding-right: 12rem;
    margin-inline-start: 0;
    justify-content: flex-start;
  }
}
.twz-aiden__button {
  width: auto;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .twz-aiden__button {
    width: auto;
    background: none;
    padding: 0;
    margin: 0;
    border: 0 none;
    font-weight: normal;
    line-height: 1;
    color: var(--aiden-subtitle);
  }
}
.twz-aiden:hover .twz-aiden__subtitle-icon > svg {
  translate: 0.4rem 0;
}
.twz-aiden--pdp .twz-aiden__inner {
  --aiden-bg: #ffffff;
  --aiden-border: #d9cdc5;
  --aiden-subtitle: #000000;
  gap: 1.6rem;
  padding: 1.2rem 2.6rem;
}
.twz-aiden--pdp .twz-aiden__avatar {
  display: none;
}
.twz-aiden--pdp .twz-aiden__content {
  gap: 0.3rem;
  padding-block: 0;
}
.twz-aiden--pdp .twz-aiden__title {
  color: #ff4e02;
}
.twz-aiden--pdp .twz-aiden__subtitle {
  color: var(--aiden-subtitle);
  line-height: 1.3;
}
.twz-aiden--pdp .twz-aiden__actions {
  width: auto;
  margin-inline-start: auto;
}
.twz-aiden--pdp .twz-aiden__button {
  min-width: 18rem;
  border: 0.1rem solid transparent;
  background-color: rgba(255, 78, 2, 0.1);
  color: #ff4e02;
  box-shadow: none;
}
.twz-aiden--pdp .twz-aiden__button:hover {
  background-color: #ff4e02;
  color: #ffffff;
}
.twz-aiden--pdp .twz-aiden__subtitle-icon {
  display: none;
}
@media screen and (max-width: 600px) {
  .twz-aiden--pdp .twz-aiden__inner {
    gap: 0.7rem;
    padding: 1.2rem;
  }
  .twz-aiden--pdp .twz-aiden__title {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .twz-aiden--pdp .twz-aiden__subtitle {
    display: none;
  }
  .twz-aiden--pdp .twz-aiden__actions {
    width: auto;
    margin-inline-start: 0;
    padding-right: 0;
  }
  .twz-aiden--pdp .twz-aiden__content {
    padding-right: 0;
  }
  .twz-aiden--pdp .twz-aiden__button {
    min-width: 0;
    padding: 0;
    border: 0;
    background: none;
    color: var(--aiden-subtitle);
    line-height: 1.2;
  }
  .twz-aiden--pdp .twz-aiden__button:hover {
    background-color: transparent;
    color: var(--aiden-subtitle);
  }
  .twz-aiden--pdp .twz-aiden__subtitle-icon {
    display: inline-flex;
  }
}

.twz-aiden--mobile-before-filters {
  display: none;
}
@media screen and (max-width: 600px) {
  .twz-aiden--mobile-before-filters {
    display: block;
    margin-top: 3rem;
    width: 100%;
    max-width: 90%;
    cursor: pointer;
  }
}

.twz-aiden--desktop-in-results {
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .twz-aiden--desktop-in-results {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .twz-sf__container:has(.twz-aiden--mobile-before-filters) {
    margin-top: -60px;
  }
}

.twz-aiden-position--bbq-mobile-summary {
  display: none;
}

@media screen and (max-width: 600px) {
  .twz-aiden-position--bbq-left {
    display: none;
  }
  .twz-aiden-position--bbq-mobile-summary {
    display: block;
  }
}
.product__left:has(.twz-aiden--pdp) .gallery__controls {
  padding-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .product__left:has(.twz-aiden--pdp) .gallery__controls {
    padding-bottom: 1rem;
  }
}

/*# sourceMappingURL=aiden.css.map*/