/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_site/cartridge/client/default/scss/product/detail.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.product-detail__view-accolades {
  border-top: 0.0625rem solid #d7d7d7; }

.custom-accordion {
  margin: 1.875rem 0; }
  .custom-accordion__item {
    border-bottom: 0.0625rem solid #d7d7d7; }
    .custom-accordion__item:first-child {
      border-top: 0.0625rem solid #d7d7d7; }
  .custom-accordion__header {
    padding: 0.625rem 0;
    position: relative; }
  .custom-accordion__content {
    padding: 0.625rem 0 1.875rem; }
  .custom-accordion__btn {
    border: 0;
    color: #000;
    font-family: "Work Sans", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
    padding: 0;
    text-align: left;
    width: 100%; }
  .custom-accordion__arrow {
    display: inline-block;
    height: 1.125rem;
    position: absolute;
    right: 0;
    width: 1.125rem; }
    .custom-accordion__arrow span {
      background-color: #000;
      display: inline-block;
      height: 0.125rem;
      position: absolute;
      top: 0.6875rem;
      transition: left 0.25s ease-in-out, right 0.25s ease-in-out, transform 0.25s ease-in-out;
      width: 0.6875rem; }
      .custom-accordion__arrow span:first-of-type {
        left: 0;
        transform: rotate(-45deg); }
      .custom-accordion__arrow span:last-of-type {
        right: 0;
        transform: rotate(45deg); }
      .collapsed .custom-accordion__arrow span:first-of-type {
        left: 0;
        transform: rotate(45deg); }
      .collapsed .custom-accordion__arrow span:last-of-type {
        right: 0;
        transform: rotate(-45deg); }

.breadcrumb {
  display: grid;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0; }
  .breadcrumb-product-item {
    color: #861723;
    font-family: "Work Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1; }
    .breadcrumb-product-item a {
      color: inherit;
      font: inherit;
      line-height: inherit;
      text-decoration: none; }
      .breadcrumb-product-item a:hover {
        text-decoration: underline; }
    .breadcrumb-product-item span {
      color: #362524; }
    .breadcrumb-product-item + .breadcrumb-product-item {
      padding-left: 0.1875rem; }
      .breadcrumb-product-item + .breadcrumb-product-item::before {
        color: inherit;
        padding-right: 0.625rem; }
      @media (min-width: 760px) {
        .breadcrumb-product-item + .breadcrumb-product-item {
          padding-left: 0.625rem; } }
  @media (min-width: 760px) {
    .breadcrumb {
      display: flex;
      gap: 0;
      justify-content: flex-start; } }

.page {
  background-color: #faf8f7; }

.header-wrapper {
  position: relative; }
  .header-wrapper.bg {
    background-color: transparent; }
    .header-wrapper.bg .typo-logo path,
    .header-wrapper.bg .bezel-logo path,
    .header-wrapper.bg .mullan-logo path {
      fill: #1a1919; }
    .header-wrapper.bg .links-to-sites {
      border-color: rgba(33, 37, 41, 0.4); }
      .header-wrapper.bg .links-to-sites .links-to-sites__link {
        border-color: rgba(33, 37, 41, 0.4); }

.header__logo .typo-logo path {
  fill: #1a1919; }

.header__menu-text {
  color: #131415; }

.header__menu-bar {
  background-color: #131415; }

.header__login {
  color: #362524; }
  .header__login:hover {
    color: #1a1919; }

.minicart .minicart-link {
  color: #362524; }
  .minicart .minicart-link:hover {
    color: #1a1919; }

.product-detail {
  margin: 0 auto;
  padding-bottom: 3.875rem;
  padding-top: 2.5rem;
  position: relative; }
  .product-detail.container {
    margin-bottom: 0;
    margin-top: 0; }
  .product-detail__scroll {
    margin-bottom: 1.3125rem;
    padding-bottom: 5.375rem;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1; }
    .product-detail__scroll::after, .product-detail__scroll::before {
      content: '';
      left: 50%;
      position: absolute;
      transform: translateX(-50%); }
    .product-detail__scroll::after {
      background-color: #861723;
      border-radius: 0.125rem;
      bottom: 0;
      height: 3.1875rem;
      width: 0.1875rem; }
    .product-detail__scroll::before {
      background-color: #861723;
      border-radius: 50%;
      bottom: 4.125rem;
      height: 0.3125rem;
      width: 0.3125rem; }
    .product-detail__scroll span {
      color: #861723;
      font-family: "Work Sans", sans-serif;
      font-size: 0.875rem;
      font-weight: 400;
      letter-spacing: 0.0625rem;
      line-height: 1.5;
      margin-bottom: 1.5em;
      font-weight: 500;
      letter-spacing: 0.125rem;
      margin-bottom: 0;
      text-transform: uppercase; }
  @media (min-width: 1025px) {
    .product-detail {
      padding-bottom: 11.0625rem;
      padding-top: 5.75rem; } }
  @media (min-width: 1366px) {
    .product-detail {
      padding-bottom: 13.1875rem; } }

.product-detail__overview {
  text-align: center; }
  @media (min-width: 760px) {
    .product-detail__overview {
      margin: 0 auto;
      text-align: left; } }

@media (min-width: 1366px) {
  .product-detail__container {
    max-width: 88.125rem; } }

.product-detail__eyebrow {
  color: #861723;
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.125rem;
  line-height: 1.15;
  margin-bottom: 1.375rem;
  text-transform: uppercase;
  line-height: 1rem; }

.product-detail__name {
  color: #362524;
  font-family: "Cardo", serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 1.375rem;
  padding: 0 0.78125rem; }
  @media (min-width: 760px) {
    .product-detail__name {
      font-size: 2.625rem;
      line-height: 1.33;
      margin-bottom: 1rem; } }
  @media (min-width: 1025px) {
    .product-detail__name {
      font-size: 3.75rem;
      line-height: 1.3; } }
  @media (min-width: 1681px) {
    .product-detail__name {
      font-size: 3.125rem;
      line-height: 1.2; } }
  @media (min-width: 760px) {
    .product-detail__name {
      padding: 0; } }
  @media (min-width: 1025px) {
    .product-detail__name {
      margin-bottom: 1.375rem; } }

.product-detail__description {
  margin: 1.875rem 0 2rem;
  padding: 0 0.875rem; }
  .product-detail__description.limited {
    max-height: 3.9375rem;
    overflow: hidden; }
  @media (min-width: 760px) {
    .product-detail__description {
      margin-top: 0;
      max-width: 25.4375rem;
      padding: 0; } }

.product-detail__description-content {
  color: #7c605f;
  font-family: "Work Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0625rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
  font-weight: 400;
  letter-spacing: normal;
  margin: 0; }
  .product-detail__description-content p {
    color: inherit;
    font: inherit;
    line-height: inherit;
    margin-bottom: 0; }
  .product-detail__description-content.truncate {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; }

.product-detail__read-more {
  color: #861723;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize; }
  @media (max-width: 759.98px) {
    .product-detail__read-more {
      margin: 0 auto; } }

.product-detail__prices {
  padding: 0;
  text-align: left; }
  .product-detail__prices .price {
    color: #362524;
    font-family: "Work Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    text-align: right; }
    .product-detail__prices .price .starting,
    .product-detail__prices .price .range,
    .product-detail__prices .price .sales {
      font-weight: 600; }
    .product-detail__prices .price .strike-through {
      color: #969696;
      margin: 0; }
    .product-detail__prices .price del {
      color: #969696;
      display: block; }
      .product-detail__prices .price del + span {
        color: #145a77;
        display: block; }
  .product-detail__prices .form-custom-radio {
    background-color: #faf8f7;
    border-color: #ebe2de;
    padding: 1.125rem 0.875rem;
    transition: border-color 0.25s ease-in-out; }
    .product-detail__prices .form-custom-radio.active {
      border-color: #861723; }
    .product-detail__prices .form-custom-radio:nth-child(1) {
      border-bottom: 0;
      border-radius: 0.375rem 0.375rem 0 0; }
      .product-detail__prices .form-custom-radio:nth-child(1).active {
        border-bottom: 0.125rem solid #861723; }
    .product-detail__prices .form-custom-radio:nth-child(2) {
      border-radius: 0 0 0.375rem 0.375rem;
      border-top: 0; }
      .product-detail__prices .form-custom-radio:nth-child(2).active {
        border-top: 0.125rem solid #861723; }
    .product-detail__prices .form-custom-radio .custom-control-label {
      display: flex;
      font-size: 0.875rem;
      font-weight: 600;
      justify-content: space-between;
      line-height: 1.25rem;
      padding-left: 1.875rem; }
      .product-detail__prices .form-custom-radio .custom-control-label::before {
        border-color: #d7d7d7;
        border-width: 0.125rem;
        top: 0; }
      .product-detail__prices .form-custom-radio .custom-control-label::after {
        top: 0.0625rem; }
      .product-detail__prices .form-custom-radio .custom-control-label strong {
        color: #145a77;
        display: block;
        font-weight: inherit; }
    .product-detail__prices .form-custom-radio .custom-radio-description {
      border-top: 0.125rem solid #ebe2de;
      color: #7c605f;
      font-size: 0.75rem;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 1.3;
      margin: 0.75rem -0.875rem 0;
      padding: 0.5625rem 0.625rem 0 1rem; }
      @media (min-width: 760px) {
        .product-detail__prices .form-custom-radio .custom-radio-description {
          margin: 0.75rem -1.4375rem 0 -1.3125rem;
          padding: 1rem 2rem 0.375rem 1.3125rem; } }
    @media (min-width: 760px) {
      .product-detail__prices .form-custom-radio {
        padding-left: 1.3125rem;
        padding-right: 1.4375rem; } }

.product-detail__qty-add {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 2.5625rem; }
  @media (min-width: 760px) {
    .product-detail__qty-add {
      flex-direction: row;
      justify-content: space-between;
      margin-top: 1.75rem; } }

.product-detail__qty {
  margin-bottom: 2.5rem;
  width: 9.1875rem; }
  .product-detail__qty .quantity-selector {
    border: 0.125rem solid #ebe2de;
    border-radius: 1.875rem;
    height: 3rem;
    min-width: auto; }
    .product-detail__qty .quantity-selector__input {
      background: transparent;
      font-family: "Work Sans", sans-serif;
      font-size: 0.875rem;
      font-weight: 600;
      letter-spacing: 0.125rem; }
    .product-detail__qty .quantity-selector__btn {
      font-size: 1.375rem;
      font-weight: 600; }
  @media (min-width: 760px) {
    .product-detail__qty {
      flex: 0 0 6.4375rem;
      margin-bottom: 0;
      width: 6.4375rem; } }

.product-detail__add-to-cart {
  width: 100%; }
  .product-detail__add-to-cart .btn {
    font-size: 0.875rem;
    font-weight: 600;
    padding-bottom: 0.8125rem;
    padding-top: 0.8125rem; }
  @media (min-width: 760px) {
    .product-detail__add-to-cart {
      padding-left: 0.9375rem; } }

.product-detail__picture {
  height: 47.3125rem;
  margin: 0 auto;
  max-height: calc(100vh - 150px);
  position: relative;
  width: 100%; }
  .product-detail__picture-bg {
    display: none;
    height: 100%;
    object-fit: cover;
    width: 100%; }
    @media (min-width: 760px) {
      .product-detail__picture-bg {
        display: block; } }
  .product-detail__picture-shadow {
    bottom: 1.5rem;
    display: block;
    filter: blur(10px);
    height: 7.375rem;
    left: 50%;
    margin-left: -1.5625rem;
    mix-blend-mode: normal;
    opacity: 0.73;
    position: absolute;
    width: 13.5625rem;
    z-index: -1; }
    @media (min-width: 760px) {
      .product-detail__picture-shadow {
        display: none; } }
  .product-detail__picture .product-image {
    height: 100%;
    object-fit: contain;
    width: 100%; }
    @media (min-width: 760px) {
      .full-picture .product-detail__picture .product-image {
        height: 100%;
        left: auto;
        position: static;
        top: auto;
        transform: none; } }
    @media (min-width: 760px) {
      .product-detail__picture .product-image {
        height: 120%;
        left: 50%;
        position: absolute;
        top: -5.35%;
        transform: translateX(-50%); } }
  .full-picture .product-detail__picture {
    aspect-ratio: 555 / 400;
    height: auto;
    max-height: none;
    width: 100%; }
    @media (min-width: 760px) {
      .full-picture .product-detail__picture {
        height: auto; } }
  @media (min-width: 760px) {
    .product-detail__picture {
      height: 44.375rem;
      margin-left: 0;
      margin-top: 0; } }

.product-detail__view-accolades {
  margin: 2.0625rem auto;
  max-width: 16.375rem;
  padding-top: 1.625rem;
  text-align: center; }

.product-detail__btn-accolades {
  letter-spacing: 0.0625rem;
  line-height: 1.75rem;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: uppercase; }

.product-detail .custom-accordion {
  margin: -0.625rem 0 2.5rem; }
  .product-detail .custom-accordion__btn {
    color: #861723;
    font-family: "Work Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.0625rem;
    line-height: 1.69;
    margin-bottom: 1.5em;
    font-weight: 500;
    letter-spacing: normal;
    margin-bottom: 0; }
    .product-detail .custom-accordion__btn:hover, .product-detail .custom-accordion__btn:focus {
      text-decoration: none; }
  .product-detail .custom-accordion__content {
    color: #7c605f;
    font-family: "Work Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.0625rem;
    line-height: 1.35;
    margin-bottom: 1.5em;
    letter-spacing: normal;
    margin-bottom: 0;
    padding-bottom: 0.9375rem; }

.product-detail .prices-add-to-cart-actions.out-of-stock .product-detail__prices,
.product-detail .prices-add-to-cart-actions.out-of-stock .product-detail__qty {
  display: none; }

.product-detail .prices-add-to-cart-actions.out-of-stock .product-detail__add-to-cart {
  padding-left: 0; }

.product-detail__subscription-text {
  font-size: 13px !important;
  padding: 12px !important; }

@media (max-width: 759.98px) {
  .recommended-products {
    margin-top: 3.4375rem; } }


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