/* ------------------------------------------------------------------
[Table of contents]

Mixins

1. Lists
2. Sizing shortcuts
3. Border radius
4. Opacity
5. Box sizing
6. Drop shadows
7. Transform
8. Transition
9. Placeholder
10. Triangle
11. Keyframes

------------------------------------------------------------------- */
/* 1. Lists */
/* 2. Sizing shortcuts */
/* 3. Border radius */
/* 4. Opacity */
/* 5. Box sizing */
/* 6. Drop shadows */
/* 7. Transform */
/* 8. Transition */
/* 9. Placeholder */
/* 10. Triangle */
/* 11. keyframes */
/* Icon Minus & Plus */
/* 1. Font Sizing */
/* 2. Custom Fonts */
/* 2.1 Import Fonts */
@font-face {
  font-family: 'Trincha';
  src: url("../../fonts/TrinchaRegular.woff") format("woff"), url("../../fonts/TrinchaRegular.ttf") format("truetype"), url("../../fonts/TrinchaRegular.otf") format("opentype"); }

@font-face {
  font-family: 'Century Gothic';
  src: url("../../fonts/CenturyGothic.woff") format("woff"), url("../../fonts/CenturyGothic.ttf") format("truetype"), url("../../fonts/CenturyGothic.otf") format("opentype"); }

@font-face {
  font-family: 'Century Gothic Bold';
  src: url("../../fonts/CenturyGothic-Bold.woff") format("woff"), url("../../fonts/CenturyGothic-Bold.ttf") format("truetype"), url("../../fonts/CenturyGothic-Bold.otf") format("opentype"); }

.ext-font-family-1 {
  font-family: 'Trincha', "Arial Black", sans-serif;
  font-style: normal;
  font-weight: normal; }

.ext-font-family-2 {
  font-family: 'Century Gothic', Arial, sans-serif;
  font-style: normal;
  font-weight: normal; }

.ext-font-family-3 {
  font-family: 'Century Gothic Bold', Arial, sans-serif;
  font-style: normal;
  font-weight: normal; }

/* 3. Links */
@font-face {
  font-display: block;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/icomoon.eot?866ugo");
  src: url("../../fonts/icomoon.eot?866ugo#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?866ugo") format("truetype"), url("../../fonts/icomoon.woff?866ugo") format("woff"), url("../../fonts/icomoon.svg?866ugo#icomoon") format("svg"); }

[class^='icon-'],
[class*=' icon-'],
.pdp-video-slider__nav .slick-slide::before,
.cart-and-ipay .add-to-cart::before,
.cart-and-ipay .add-to-cart-global::before,
.product-wrapper-detail .slick-slide .is-paused .video::before,
.product-wrapper-detail .slick-slider .slick-arrow::before,
.product-wrapper-detail .tab-main-content.video.is-paused::before,
.product-wrapper-detail .tab-pane-item.tab-video-item::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: never;
  text-transform: none; }

.icon-tick::before {
  content: '\e916'; }

.icon-quickviewsvg::before {
  content: '\e915'; }

.icon-Images::before {
  content: '\e913'; }

.icon-Video::before {
  content: '\e914'; }

.icon-reset::before {
  content: '\e911'; }

.icon-filter::before {
  content: '\e912'; }

.icon-close::before {
  content: '\e900'; }

.icon-logo::before {
  content: '\e901';
  color: #d70000; }

.icon-account::before {
  content: '\e902'; }

.icon-cart::before {
  content: '\e903'; }

.icon-cc::before {
  content: '\e904'; }

.icon-delivery::before {
  content: '\e905'; }

.icon-downarrow::before {
  content: '\e906'; }

.icon-filledwishlist::before {
  content: '\e907'; }

.icon-hamburger::before {
  content: '\e908'; }

.icon-leftarrow::before {
  content: '\e909'; }

.icon-rightarrow::before {
  content: '\e90a'; }

.icon-search::before {
  content: '\e90b'; }

.icon-store::before {
  content: '\e90c'; }

.icon-tooltip .path1::before {
  content: '\e90d';
  color: lightgray; }

.icon-tooltip .path2::before {
  content: '\e90e';
  margin-left: -1em;
  color: black; }

.icon-uparrow::before {
  content: '\e90f'; }

.icon-wishlist::before {
  content: '\e910'; }

.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 1023.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 1024px) and (max-width: 1499.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1500px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 1023.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1499.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: flex; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative; }
  .product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
    color: #000;
    content: '\f058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    left: 0.295em;
    position: absolute; }
  .product-detail .attributes .swatch-circle.color-value.selected::after {
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: '\f058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    height: 0.75em;
    left: 0.31em;
    line-height: 0.8em;
    position: absolute;
    top: 0.35em;
    width: 0.8em; }
  .product-detail .attributes .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em; }

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed; }
  .product-detail [disabled] .swatch-circle.color-value.selected::after,
  .product-detail .swatch-circle.unselectable.color-value.selected::after {
    background-color: #495057; }

label.color ~ a:hover {
  text-decoration: none; }

.description-and-detail {
  margin-top: 2em; }
  @media (max-width: 543.98px) {
    .description-and-detail {
      margin-top: 0; }
      .description-and-detail .title {
        font-size: 1.5rem;
        margin-bottom: 0;
        font-family: 'Dosis', sans-serif; }
      .description-and-detail > div:last-child {
        margin-bottom: 1em; } }
  @media (min-width: 544px) {
    .description-and-detail .description {
      margin-bottom: 2em; } }
  @media (max-width: 543.98px) {
    .description-and-detail .content {
      margin-top: 1em; } }

.social-container {
  padding-top: 0.9375em;
  text-align: center; }
  .social-container .social-icons {
    text-decoration: none;
    font-size: 1.875em;
    list-style-type: none;
    padding: 0;
    color: #444; }
    @media (max-width: 1023.98px) {
      .social-container .social-icons {
        font-size: 1.5625em; } }
    .social-container .social-icons i,
    .social-container .social-icons a {
      color: #444;
      padding-right: 0.2em; }

label.availability {
  padding-right: 0.3125em; }

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc; } }

@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em; } }

@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em;
    /* 30/16 */
    margin-right: -0.9375em;
    /* 15/16 */
    padding: 0.1875em;
    /* 3/16 */ } }

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em; }

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%; }
  .promotions div.collapsible-xl button.callout {
    font-size: 1.25em;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    color: #d70000; }
    @media (min-width: 544px) {
      .promotions div.collapsible-xl button.callout {
        font-size: 1.375em; } }
    .promotions div.collapsible-xl button.callout::after {
      color: #000; }

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: 0;
  margin-bottom: 0; }
  @media (max-width: 1023.98px) {
    .product-breadcrumb .breadcrumb {
      border-top: 1px solid #ccc; } }

.price {
  font-size: 1.5rem; }

.product-options {
  margin-top: 1.25em; }

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0, 1); }
  .size-chart .size-chart-collapsible.active {
    max-height: 100%;
    transition-timing-function: ease-in-out; }

.color-attribute {
  border: none;
  padding: 0;
  background: none; }

.non-input-label {
  display: block;
  margin-bottom: 0.5rem; }

@media (min-width: 769px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em; }
    .product-grid .col-6 {
      padding-left: 5px;
      padding-right: 5px; } }

@media (max-width: 768.98px) {
  .page[data-action='Product-Show'] #maincontent {
    padding-top: 0; } }

.page[data-action='Product-Show'] .pdp-content-bgg-top {
  background-image: linear-gradient(180deg, #f7f7f7, #f7f7f7); }

@media (max-width: 768.98px) {
  .page[data-action='Product-Show'] hr {
    margin: 10px 0; } }

.max-line-text, .slick-pdp-related-articles .blog-headline-title-banner, .slick-pdp-related-articles .sub-heading {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  visibility: visible; }
  @media (max-width: 768.98px) {
    .max-line-text, .slick-pdp-related-articles .blog-headline-title-banner, .slick-pdp-related-articles .sub-heading {
      -webkit-line-clamp: 3; } }

.bg-over-container {
  position: relative; }
  .bg-over-container::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: -150%;
    display: block;
    width: 400%;
    height: 100%;
    background-color: #f7f7f7; }

.thumbs-align-left .slick-track {
  margin-left: inherit; }
  @media (max-width: 768.98px) {
    .thumbs-align-left .slick-track {
      padding-left: 10px; } }

.pdp-video-slider__nav .slick-slide {
  position: relative; }
  .pdp-video-slider__nav .slick-slide::before {
    content: '\e914';
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 20px;
    transform: translate(-50%, -50%); }

.cart-and-ipay {
  width: 100%;
  margin: 0; }
  @media (max-width: 768.98px) {
    .cart-and-ipay {
      padding-bottom: 0; } }
  .cart-and-ipay .col-sm-12 {
    padding: 0; }
  .cart-and-ipay .add-to-cart,
  .cart-and-ipay .add-to-cart-global {
    display: flex;
    width: 100%;
    margin: 0; }
    @media (min-width: 769px) {
      .cart-and-ipay .add-to-cart,
      .cart-and-ipay .add-to-cart-global {
        min-height: 48px; } }
    .cart-and-ipay .add-to-cart::before,
    .cart-and-ipay .add-to-cart-global::before {
      content: '\e903';
      margin-right: 10px;
      font-size: 20px; }

.product-breadcrumb .breadcrumb {
  border-top: none;
  margin-left: 0; }
  @media (min-width: 769px) {
    .product-breadcrumb .breadcrumb {
      padding-bottom: 0; } }
  @media (max-width: 768.98px) {
    .product-breadcrumb .breadcrumb {
      padding: 0 15px;
      margin-left: 0; } }
  .product-breadcrumb .breadcrumb.slick-slider .slick-list {
    margin-left: 0; }

@media (max-width: 768.98px) {
  .product-breadcrumb {
    margin: 0 -15px;
    position: relative; }
    .product-breadcrumb .ellipsis {
      top: 0; } }

@media (min-width: 769px) {
  .product-detail {
    margin-top: 12px;
    margin-bottom: 42px; }
    .product-detail .wrapper-tab-desc-control {
      overflow: hidden; } }

@media (max-width: 768.98px) {
  .product-detail {
    margin-bottom: 0; } }

@media (max-width: 768.98px) {
  .product-detail.product-wrapper .collapsible-sm .title::after {
    content: '\f107'; }
  .product-detail.product-wrapper .collapsible-sm.active .title::after {
    content: '\f106'; } }

.product-detail.product-wrapper .promotion-wrapper {
  margin-bottom: 2px;
  display: flex;
  flex-direction: column;
  padding-top: 1px; }
  @media (max-width: 768.98px) {
    .product-detail.product-wrapper .promotion-wrapper {
      margin-top: 10px; } }
  .product-detail.product-wrapper .promotion-wrapper > .see-all-promotions {
    margin-top: 3px; }
    .product-detail.product-wrapper .promotion-wrapper > .see-all-promotions, .product-detail.product-wrapper .promotion-wrapper > .see-all-promotions:hover, .product-detail.product-wrapper .promotion-wrapper > .see-all-promotions:focus, .product-detail.product-wrapper .promotion-wrapper > .see-all-promotions:active {
      color: #d70000; }
  .product-detail.product-wrapper .promotion-wrapper .promotion > .callout-msg {
    position: relative;
    justify-content: space-between;
    padding: 7px 5px 11px; }
    @media (min-width: 769px) {
      .product-detail.product-wrapper .promotion-wrapper .promotion > .callout-msg {
        min-height: 39px; } }
  @media (min-width: 769px) {
    .product-detail.product-wrapper .promotion-wrapper .promotion i {
      position: relative;
      top: 7px; } }
  .product-detail.product-wrapper .promotion-wrapper .promotion:first-child {
    margin-top: 0; }
  .product-detail.product-wrapper .promotion-wrapper .promotion + .promotion .callout-msg {
    border-top: none; }
  .product-detail.product-wrapper .promotion-wrapper .promotion button:hover, .product-detail.product-wrapper .promotion-wrapper .promotion button:focus, .product-detail.product-wrapper .promotion-wrapper .promotion button:active, .product-detail.product-wrapper .promotion-wrapper .promotion button:not(:disabled):not(.disabled):active {
    background-color: #fff;
    color: #d70000; }
  .product-detail.product-wrapper .promotion-wrapper .callout-msg {
    font-family: 'Trincha', "Arial Black", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: 0.025em;
    text-transform: uppercase; }
    @media (max-width: 768.98px) {
      .product-detail.product-wrapper .promotion-wrapper .callout-msg {
        font-family: 'Trincha', "Arial Black", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        font-size: 0.625rem;
        line-height: normal;
        letter-spacing: 0.025em;
        text-transform: uppercase; } }

.product-detail .slick-slider .slick-list {
  margin: 0 -10px; }
  @media (max-width: 768.98px) {
    .product-detail .slick-slider .slick-list {
      margin: 0 -15px 0 -10px; } }
  @media (max-width: 543.98px) {
    .product-detail .slick-slider .slick-list {
      margin: 0 -15px 0 -5px; } }

.product-detail .slick-slider .slick-slide {
  max-width: inherit; }

.product-detail .slick-slider .pdp-slider__item {
  padding-top: 80%;
  position: relative; }
  .product-detail .slick-slider .pdp-slider__item img {
    height: 100%;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto; }

.product-detail .slick-pdp-main .slick-slider .slick-list,
.product-detail .slick-pdp-main .slick-slider .slick-slide {
  margin: 0; }

@media (max-width: 768.98px) {
  .product-detail .product-name,
  .product-detail .product-name a {
    border-bottom: none;
    margin-top: 5px;
    margin-right: 35px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-family: 'Century Gothic Bold', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: normal;
    letter-spacing: 0.025em; } }
  @media (max-width: 768.98px) and (max-width: 768.98px) {
    .product-detail .product-name,
    .product-detail .product-name a {
      font-family: 'Century Gothic Bold', Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      font-size: 1rem;
      line-height: normal;
      letter-spacing: 0.025em; } }

.product-detail .atc-group-placeholder {
  position: absolute;
  width: 100%;
  height: 76px;
  visibility: hidden; }
  @media (max-width: 768.98px) {
    .product-detail .atc-group-placeholder {
      width: calc(100% - 30px); } }
  .product-detail .atc-group-placeholder.fixed {
    position: relative; }
    .product-detail .atc-group-placeholder.fixed + .atc-group {
      position: fixed;
      z-index: 99;
      right: 0;
      bottom: 0;
      left: inherit;
      width: 400px;
      padding: 20px;
      border: 1px solid #dbdbdb;
      background-color: #fff; }
      @media (max-width: 768.98px) {
        .product-detail .atc-group-placeholder.fixed + .atc-group {
          width: 100%;
          padding: 10px 11px; } }

.product-detail .tab-control-placeholder {
  position: absolute;
  height: 52px;
  visibility: hidden; }
  .product-detail .tab-control-placeholder.fixed {
    position: relative; }
    .product-detail .tab-control-placeholder.fixed + .pdp-tab-control {
      position: fixed;
      z-index: 99;
      top: 0;
      right: 0;
      left: 0; }

.product-detail .pdp-tab-control {
  background-color: #fff;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb; }

.product-detail .atc-group {
  bottom: -100%;
  transition: bottom 400ms; }

.product-detail .digital-giftcard .denomination-form {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.product-detail .digital-giftcard .form-group {
  margin-bottom: 15px; }

.product-detail .digital-giftcard .giftcard-denominations-btn {
  position: relative; }
  .product-detail .digital-giftcard .giftcard-denominations-btn.active .giftcard-denominations-lable {
    border: 2px solid #000; }
  .product-detail .digital-giftcard .giftcard-denominations-btn:last-child {
    grid-column: 1 / span 4; }
  .product-detail .digital-giftcard .giftcard-denominations-btn .custom-control-input {
    right: 0;
    left: 0; }

.product-detail .digital-giftcard .giftcard-denominations-lable {
  background-color: #fff;
  border-color: #dbdbdb;
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
  width: 100%; }
  .product-detail .digital-giftcard .giftcard-denominations-lable:hover {
    border: 2px solid #000; }

.product-detail .digital-giftcard .giftcard-denominations-wrapper {
  display: grid;
  grid-gap: 15px;
  gap: 15px; }

.product-detail .digital-giftcard .amount-digital-giftcard {
  border: 2px solid #000; }

.product-detail .digital-giftcard .amount-digital-giftcard-form {
  position: relative;
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .product-detail .digital-giftcard .amount-digital-giftcard-form {
      width: 400px; } }
  .product-detail .digital-giftcard .amount-digital-giftcard-form::before {
    background: #fff;
    border-color: #000 transparent transparent #000;
    border-width: 2px;
    border-style: solid;
    content: '';
    height: 15px;
    left: 15px;
    position: absolute;
    transform: rotate(45deg);
    top: -6px;
    width: 15px; }

.product-detail .digital-giftcard .attributes {
  margin-bottom: 25px; }
  .product-detail .digital-giftcard .attributes .swatch-circle.swatch-value {
    background-size: cover; }

.product-detail .digital-giftcard .tooltip {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  bottom: 50%;
  color: #000;
  left: 33px !important;
  margin: 0;
  min-height: unset;
  min-width: 220px;
  padding: 15px;
  right: 0;
  transform: translateY(50%) !important;
  width: 100%; }
  @media (max-width: 768.98px) {
    .product-detail .digital-giftcard .tooltip {
      min-width: 180px; } }
  .product-detail .digital-giftcard .tooltip::before {
    background: #fff;
    border-color: transparent transparent #dbdbdb #dbdbdb;
    border-style: solid;
    border-width: 1px;
    content: '';
    height: 15px;
    left: -8px;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    width: 15px; }
  .product-detail .digital-giftcard .tooltip::after {
    display: none; }
  .product-detail .digital-giftcard .tooltip .icon-close {
    font-size: 10px;
    font-size: 0.625rem;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #dbdbdb; }

.product-detail .digital-giftcard .info-icon {
  vertical-align: middle; }
  .product-detail .digital-giftcard .info-icon .icon-tooltip {
    font-size: 20px;
    font-size: 1.25rem; }
    .product-detail .digital-giftcard .info-icon .icon-tooltip .path1::before,
    .product-detail .digital-giftcard .info-icon .icon-tooltip .path2::before {
      color: #dbdbdb; }

.add-to-wish-list {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  border: 1px solid #f7f7f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 768.98px) {
    .add-to-wish-list {
      top: 5px; } }
  .add-to-wish-list i {
    color: #858585;
    font-size: 18px; }
  @media (hover: hover) {
    .add-to-wish-list:hover i {
      color: #d70000; }
      .add-to-wish-list:hover i::before {
        content: '\e907'; } }
  .add-to-wish-list.added-wishlist i {
    color: #d70000; }
    .add-to-wish-list.added-wishlist i::before {
      content: '\e907'; }

.tab-section {
  margin-top: 3rem; }
  @media (min-width: 769px) {
    .tab-section#related-products {
      margin-bottom: 90px; } }
  @media (max-width: 768.98px) {
    .tab-section {
      border-bottom: 1px solid #dbdbdb;
      margin-top: 0; } }
  .tab-section .value.content {
    position: relative;
    margin-top: 35px; }
    @media (max-width: 768.98px) {
      .tab-section .value.content {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 0; }
        .tab-section .value.content::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          border-top: 1px solid #dbdbdb; } }
  .tab-section .title {
    text-align: center; }
  .tab-section button.title {
    font-family: 'Trincha', "Arial Black", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: normal;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 768.98px) {
      .tab-section button.title {
        font-family: 'Trincha', "Arial Black", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: normal;
        letter-spacing: 0.025em;
        text-transform: uppercase; } }
    @media (max-width: 768.98px) {
      .tab-section button.title {
        width: 100%;
        padding: 10px 0; } }
  @media (max-width: 768.98px) {
    .tab-section .description-and-detail {
      margin-top: 0; } }
  @media (max-width: 768.98px) {
    .tab-section .description-and-detail > div:last-child {
      margin-bottom: 0; } }

.navigation {
  z-index: 1;
  top: 0;
  width: 100%;
  min-height: 50px;
  background: #fff; }
  @media (max-width: 768.98px) {
    .navigation {
      min-height: 46px; } }
  .navigation__link {
    position: relative;
    display: block;
    padding: 1em;
    color: #000;
    font-weight: 400;
    text-decoration: none; }
    .navigation__link:hover, .navigation__link:focus, .navigation__link:active {
      text-decoration: none; }
    .navigation__link.active::after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      border-bottom: 3px solid #d70000; }

.cross-sell-recomm {
  background-color: #f7f7f7; }
  .cross-sell-recomm .block-cross-selling {
    padding: 20px 0; }
  .cross-sell-recomm .add-to-cart-global::before {
    margin-right: 0; }
  .cross-sell-recomm .add-to-cart-global span {
    display: none; }
  .cross-sell-recomm .badges {
    display: none; }
  .cross-sell-recomm .slick-slider .image-container {
    position: relative;
    flex: 0 0 125px; }
    .cross-sell-recomm .slick-slider .image-container img {
      width: 100%;
      max-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .cross-sell-recomm .cart-and-ipay {
    width: inherit; }
    .cross-sell-recomm .cart-and-ipay .add-to-cart-global {
      position: relative;
      right: 0;
      bottom: 0;
      min-height: 15px;
      padding: 3px; }
      @media (max-width: 543.98px) {
        .cross-sell-recomm .cart-and-ipay .add-to-cart-global {
          bottom: -2px; } }
  .cross-sell-recomm .pdp-link a {
    font-family: 'Century Gothic Bold', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: 0.025em;
    line-height: 1.2;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    visibility: visible; }
    @media (max-width: 768.98px) {
      .cross-sell-recomm .pdp-link a {
        font-family: 'Century Gothic Bold', Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: normal;
        letter-spacing: 0.025em; } }
  .cross-sell-recomm .price .value {
    font-family: 'Trincha', "Arial Black", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: normal;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #000; }
    @media (max-width: 768.98px) {
      .cross-sell-recomm .price .value {
        font-family: 'Trincha', "Arial Black", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        font-size: 0.625rem;
        line-height: normal;
        letter-spacing: 0.025em;
        text-transform: uppercase; } }
  .cross-sell-recomm .product-recomm {
    display: flex;
    height: 100%;
    align-items: center;
    border: 1px solid #dbdbdb;
    background-color: #fff; }
  .cross-sell-recomm .tile-body {
    display: flex;
    height: 100%;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 12px; }
    @media (max-width: 543.98px) {
      .cross-sell-recomm .tile-body {
        padding: 8px 13px 8px 10px; } }

.see-more.collapsed .more {
  display: inline; }

.see-more.collapsed .less {
  display: none; }

.see-more:not(.collapsed) .more {
  display: none; }

.see-more:not(.collapsed) .less {
  display: inline; }

button:focus, button:active {
  outline: none; }

.atc-group-placeholder:not(.fixed) ~ .atc-group .main-price {
  display: none; }

.product-availability .block-availability {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between; }
  .product-availability .block-availability ul {
    margin-bottom: 0; }

.product-availability .status-stock-product {
  font-family: 'Century Gothic', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #000; }
  @media (max-width: 768.98px) {
    .product-availability .status-stock-product {
      font-family: 'Century Gothic', Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 18px;
      line-height: 1.125rem; } }

.product-availability .in-stock {
  color: #399d71; }

.block-text-asset-alert {
  color: #d70000; }
  @media (max-width: 768.98px) {
    .block-text-asset-alert {
      max-width: 50%; } }

.pdp-conmmon-item-store-cc-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 3px; }
  .pdp-conmmon-item-store-cc-form .tooltip-shipping-method {
    line-height: 1; }
  .pdp-conmmon-item-store-cc-form .icon-info {
    max-width: 20px;
    margin-left: 5px; }
  @media (max-width: 768.98px) {
    .pdp-conmmon-item-store-cc-form {
      padding-bottom: 10px; } }
  .pdp-conmmon-item-store-cc-form:nth-last-child(1) {
    padding-bottom: 0;
    border-bottom: none; }
  .pdp-conmmon-item-store-cc-form + .pdp-conmmon-item-store-cc-form {
    margin-top: 13px; }
    @media (max-width: 768.98px) {
      .pdp-conmmon-item-store-cc-form + .pdp-conmmon-item-store-cc-form {
        margin-top: 10px; } }

.store-change .showing-buttons,
.home-delivery .showing-buttons {
  display: flex;
  justify-content: flex-end; }
  .store-change .showing-buttons a,
  .home-delivery .showing-buttons a {
    margin: 0; }

.change-store-form,
.change-address-form,
.set-as-my-store {
  font-family: 'Century Gothic', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #000;
  text-decoration: underline; }
  @media (max-width: 768.98px) {
    .change-store-form,
    .change-address-form,
    .set-as-my-store {
      font-family: 'Century Gothic', Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 18px;
      line-height: 1.125rem; } }
  @media (hover: hover) {
    .change-store-form:hover, .change-store-form:focus,
    .change-address-form:hover,
    .change-address-form:focus,
    .set-as-my-store:hover,
    .set-as-my-store:focus {
      color: #000;
      text-decoration: none; } }

.click-collect,
.home-delivery {
  padding: 16px 0; }
  @media (max-width: 768.98px) {
    .click-collect,
    .home-delivery {
      padding: 15px 0; } }
  .click-collect .non-input-label,
  .home-delivery .non-input-label {
    display: flex;
    align-items: center; }

.pdp-no-store-results {
  padding: 7px 10px;
  margin-top: 30px;
  text-align: center; }
  .pdp-no-store-results.d-none {
    margin-top: 0; }
  @media (max-width: 768.98px) {
    .pdp-no-store-results {
      margin-top: 10px; } }

.no-stock-for-hd {
  padding: 0;
  background-color: #f7f7f7; }
  .no-stock-for-hd > * {
    padding: 10px; }

.is-more a {
  display: block;
  width: 120px;
  border: none;
  margin: 0 auto;
  background-color: transparent; }

.search-delivery-wrapper {
  padding-top: 20px; }

.search-delivery-wrapper .twitter-typeahead,
.search-store-wrapper .twitter-typeahead {
  display: block !important;
  width: 100%; }
  .search-delivery-wrapper .twitter-typeahead .tt-menu,
  .search-store-wrapper .twitter-typeahead .tt-menu {
    width: 100%;
    padding: 10px;
    border: 1px solid #dbdbdb;
    background: #fff; }
  .search-delivery-wrapper .twitter-typeahead .tt-dataset-suburbs,
  .search-store-wrapper .twitter-typeahead .tt-dataset-suburbs {
    max-height: 300px;
    overflow-y: auto; }
  .search-delivery-wrapper .twitter-typeahead .tt-suggestion,
  .search-store-wrapper .twitter-typeahead .tt-suggestion {
    padding: 5px;
    cursor: pointer; }

@media (max-width: 768.98px) {
  .search-delivery-wrapper,
  .search-store-wrapper {
    flex-wrap: wrap; } }

.search-delivery-wrapper .form-group,
.search-store-wrapper .form-group {
  width: 100%;
  margin: 0; }

.search-delivery-wrapper .submit-search-delivery,
.search-delivery-wrapper .submit-search-store,
.search-store-wrapper .submit-search-delivery,
.search-store-wrapper .submit-search-store {
  margin-bottom: 0;
  height: 38px; }
  @media (min-width: 769px) {
    .search-delivery-wrapper .submit-search-delivery,
    .search-delivery-wrapper .submit-search-store,
    .search-store-wrapper .submit-search-delivery,
    .search-store-wrapper .submit-search-store {
      width: 150px;
      margin-left: 20px; } }
  @media (max-width: 768.98px) {
    .search-delivery-wrapper .submit-search-delivery,
    .search-delivery-wrapper .submit-search-store,
    .search-store-wrapper .submit-search-delivery,
    .search-store-wrapper .submit-search-store {
      margin-top: 10px; } }

.home-delivery .home-delivery-heading {
  margin-top: 20px;
  margin-bottom: 3px; }

.home-delivery .delivery-item .delivery-address {
  color: #858585; }

.home-delivery .delivery-availability {
  text-align: right; }

.home-delivery .card-body {
  padding: 0; }

@media (min-width: 769px) {
  .store-change .search-form {
    padding-bottom: 15px; } }

.store-change .search-form .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border: none;
  font-family: 'Century Gothic Bold', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: 0.025em;
  text-transform: capitalize; }
  @media (max-width: 768.98px) {
    .store-change .search-form .card-header {
      font-family: 'Century Gothic Bold', Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: normal;
      letter-spacing: 0.025em; } }

.store-change .search-form .card-body {
  padding: 0; }

.store-change .filter-stock-store {
  margin-top: 15px; }
  @media (max-width: 768.98px) {
    .store-change .filter-stock-store {
      padding-bottom: 5px;
      margin-top: 10px; } }

.store-change .store-item.pdp-conmmon-item-store-cc-form {
  border-bottom: 1px solid #dbdbdb; }
  .store-change .store-item.pdp-conmmon-item-store-cc-form:first-child {
    padding-top: 13px;
    border-top: 1px solid #dbdbdb;
    margin-top: 20px; }
    @media (max-width: 768.98px) {
      .store-change .store-item.pdp-conmmon-item-store-cc-form:first-child {
        margin-top: 10px; } }
  .store-change .store-item.pdp-conmmon-item-store-cc-form:last-child {
    padding-bottom: 13px;
    margin-bottom: 13px; }

.store-change .store-item .store-info {
  max-width: 50%; }

.store-change .store-item a {
  margin: 0; }

.store-change .store-item .store-address,
.store-change .store-item .store-phonenumber {
  font-family: 'Century Gothic', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #000;
  text-decoration: none; }
  @media (max-width: 768.98px) {
    .store-change .store-item .store-address,
    .store-change .store-item .store-phonenumber {
      font-family: 'Century Gothic', Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 18px;
      line-height: 1.125rem; } }
  @media (hover: hover) {
    .store-change .store-item .store-address:hover, .store-change .store-item .store-address:focus,
    .store-change .store-item .store-phonenumber:hover,
    .store-change .store-item .store-phonenumber:focus {
      color: #000;
      text-decoration: underline; } }

.store-change .store-item .store-name {
  font-family: 'Century Gothic Bold', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: 0.025em;
  margin-bottom: 8px;
  color: #000; }
  @media (max-width: 768.98px) {
    .store-change .store-item .store-name {
      font-family: 'Century Gothic Bold', Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: normal;
      letter-spacing: 0.025em; } }

.store-change .store-item .store-phonenumber {
  color: #858585; }

.store-change .store-availability {
  text-align: right; }
  .store-change .store-availability p {
    margin: 0 0 7px; }
  .store-change .store-availability > a {
    color: #000; }

@media (max-width: 768.98px) {
  .find-in-store-form {
    padding-bottom: 10px; } }

.block-availability {
  padding: 13px 0; }
  @media (max-width: 768.98px) {
    .block-availability {
      padding: 10px 0; } }

.block-click-and-collect,
.preferred-store,
.available-for-delivery {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.recommd-heading {
  font-family: 'Century Gothic Bold', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: 0.025em;
  margin-bottom: 16px; }
  @media (max-width: 768.98px) {
    .recommd-heading {
      font-family: 'Century Gothic Bold', Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: normal;
      letter-spacing: 0.025em; } }

.block-click-and-collect {
  margin-top: 15px; }

.ellipsis {
  background-color: #fff; }

.product-name,
.product-name a {
  font-family: 'Century Gothic Bold', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: normal;
  letter-spacing: 0.025em;
  color: #000;
  text-transform: capitalize; }
  @media (max-width: 768.98px) {
    .product-name,
    .product-name a {
      font-family: 'Century Gothic Bold', Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: normal;
      letter-spacing: 0.025em; } }
  @media (min-width: 769px) {
    .product-name,
    .product-name a {
      padding-right: 30px;
      margin-bottom: 13px; } }

.product-wrapper-detail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px; }
  @media (min-width: 544px) {
    .product-wrapper-detail .product-image-carousel .modal-dialog {
      max-width: 1360px; }
      .product-wrapper-detail .product-image-carousel .modal-dialog img {
        width: 100%;
        height: auto;
        max-height: calc(100vh - 9.75rem);
        -o-object-fit: contain;
           object-fit: contain; } }
  .product-wrapper-detail .slick-slide .is-paused .video::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    content: '\e914';
    color: #d82929; }
    @media (min-width: 544px) {
      .product-wrapper-detail .slick-slide .is-paused .video::before {
        display: none; } }
  @media (max-width: 768.98px) {
    .product-wrapper-detail {
      margin: 10px 0 15px;
      padding: 0; }
      .product-wrapper-detail .pdp-slider-xs {
        margin-bottom: 12px;
        overflow: hidden; }
      .product-wrapper-detail .slick-track {
        display: flex;
        align-items: center; }
      .product-wrapper-detail .slick-slide .video::before {
        height: 55px;
        width: 55px;
        font-size: 55px;
        line-height: 55px; }
      .product-wrapper-detail .slick-slider .slick-list {
        margin: 0; }
      .product-wrapper-detail .modal-dialog-scrollable .modal-header {
        padding: 0; }
        .product-wrapper-detail .modal-dialog-scrollable .modal-header .close {
          right: 6px;
          top: 3px; }
      .product-wrapper-detail .modal-dialog-scrollable .modal-body {
        display: flex;
        flex-direction: column;
        grid-gap: 12px;
        gap: 12px;
        padding: 0 0 calc(3rem + 5px) 0; } }
  @media screen and (max-width: 991) and (orientation: landscape) {
    .product-wrapper-detail .modal-dialog {
      height: auto;
      margin-top: 0; } }
  .product-wrapper-detail .tab-content > .tab-pane,
  .product-wrapper-detail .tab-main-content.d-none {
    display: block !important;
    overflow: hidden;
    height: 0; }
  .product-wrapper-detail .tab-content > .active,
  .product-wrapper-detail .tab-main-content.d-block {
    height: auto; }
  @media (min-width: 769px) {
    .product-wrapper-detail .wrapper-details {
      padding-right: 0;
      padding-left: 25px; } }
  @media (max-width: 768.98px) {
    .product-wrapper-detail .wrapper-details {
      padding: 0 15px; }
      .product-wrapper-detail .wrapper-details::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-top: 1px solid #dbdbdb; } }
  .product-wrapper-detail .bundle-footer-product-set::before {
    content: none; }
  @media (min-width: 769px) {
    .product-wrapper-detail .primary-images {
      padding-right: 10px;
      padding-left: 0;
      margin-top: 10px; } }
  @media (max-width: 768.98px) {
    .product-wrapper-detail .primary-images {
      padding: 0; } }
  .product-wrapper-detail .primary-images .badges {
    pointer-events: none; }
    .product-wrapper-detail .primary-images .badges .badge {
      position: absolute;
      z-index: 1;
      padding: 0;
      text-align: center;
      white-space: normal; }
    .product-wrapper-detail .primary-images .badges .badge.top-left {
      top: 10px;
      text-align: left;
      left: 15px;
      width: calc(50% - 19px); }
    .product-wrapper-detail .primary-images .badges .badge.top-right {
      top: 10px;
      text-align: right;
      right: 15px;
      width: calc(50% - 19px); }
    .product-wrapper-detail .primary-images .badges .badge.bottom {
      bottom: 10px;
      left: 15px;
      width: calc(100% - 30px); }
  .product-wrapper-detail .primary-images .modal-dialog .modal-title {
    border: none;
    padding: 0; }
  .product-wrapper-detail .product-number-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none; }
    @media (min-width: 769px) {
      .product-wrapper-detail .product-number-rating {
        margin-bottom: 14px;
        margin-top: 4px; }
        .product-wrapper-detail .product-number-rating::after {
          content: none; } }
    @media (max-width: 768.98px) {
      .product-wrapper-detail .product-number-rating {
        display: block;
        margin-top: 8px; }
        .product-wrapper-detail .product-number-rating .product-number {
          padding-top: 6px; }
        .product-wrapper-detail .product-number-rating .ratings {
          padding-left: 5px; } }
    @media (max-width: 543.98px) {
      .product-wrapper-detail .product-number-rating .ratings {
        padding-top: 0; } }
    .product-wrapper-detail .product-number-rating .ratings {
      margin-top: 0; }
  .product-wrapper-detail .product-number {
    padding: 0;
    color: #858585; }
  @media (max-width: 543.98px) {
    .product-wrapper-detail .ratings {
      margin: 0;
      padding: 4px 0 0;
      /* 3/16 */ } }
  .product-wrapper-detail .prices {
    justify-content: space-between;
    padding: 8px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px; }
    .product-wrapper-detail .prices .main-price {
      display: flex;
      align-items: center;
      flex: 0 0 auto; }
    .product-wrapper-detail .prices .price {
      margin-bottom: 9px; }
    @media (min-width: 769px) {
      .product-wrapper-detail .prices {
        min-height: 73px; } }
    @media (max-width: 768.98px) {
      .product-wrapper-detail .prices {
        flex-wrap: wrap;
        padding-top: 0;
        border-top: none;
        margin-bottom: 10px; } }
  .product-wrapper-detail .bnpl-wrapper {
    display: flex;
    width: 100%; }
  .product-wrapper-detail .bnpl {
    margin-top: 10px; }
    @media (max-width: 768.98px) {
      .product-wrapper-detail .bnpl {
        width: 100%;
        padding-top: 10px;
        border-top: 1px solid #dbdbdb; } }
    .product-wrapper-detail .bnpl .buy-now-text {
      font-family: 'Century Gothic', Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 18px;
      line-height: 1.125rem;
      margin: 0;
      color: #858585; }
    .product-wrapper-detail .bnpl img {
      height: 100%;
      display: block; }
    .product-wrapper-detail .bnpl .block-image-accept-payment {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 0 -5px; }
      .product-wrapper-detail .bnpl .block-image-accept-payment .payment-logo {
        height: 18px;
        margin-top: 5px;
        padding: 0 5px;
        cursor: pointer; }
  .product-wrapper-detail .attributes {
    padding: 0; }
    .product-wrapper-detail .attributes .main-attributes {
      margin: 0; }
      .product-wrapper-detail .attributes .main-attributes > * {
        margin: 10px 0; }
    .product-wrapper-detail .attributes .attribute > .non-input-label, .product-wrapper-detail .attributes .product-option > .non-input-label,
    .product-wrapper-detail .attributes .attribute label,
    .product-wrapper-detail .attributes .product-option label {
      margin-bottom: 10px; }
    .product-wrapper-detail .attributes .attribute.quantity, .product-wrapper-detail .attributes .quantity.product-option {
      align-items: flex-end;
      justify-content: flex-end;
      margin-top: 0;
      margin-bottom: 7px; }
      .product-wrapper-detail .attributes .attribute.quantity label, .product-wrapper-detail .attributes .quantity.product-option label {
        margin-right: 10px;
        margin-bottom: 15px;
        text-transform: uppercase; }
      .product-wrapper-detail .attributes .attribute.quantity select, .product-wrapper-detail .attributes .quantity.product-option select {
        max-width: 60px;
        min-height: 48px; }
    .product-wrapper-detail .attributes .product-option {
      margin: 10px 0 0; }
      .product-wrapper-detail .attributes .product-option .col-8 {
        max-width: 100%;
        flex: auto;
        padding: 0; }
      .product-wrapper-detail .attributes .product-option label {
        margin-bottom: 10px; }
    .product-wrapper-detail .attributes .swatch-circle.swatch-value {
      width: 55px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-color: #dbdbdb;
      background-position: 0;
      background-repeat: no-repeat;
      background-size: 55px;
      border-radius: 0; }
      .product-wrapper-detail .attributes .swatch-circle.swatch-value.selected {
        border-color: #000; }
        .product-wrapper-detail .attributes .swatch-circle.swatch-value.selected::after {
          content: none; }
      .product-wrapper-detail .attributes .swatch-circle.swatch-value.unselectable::after {
        content: '';
        position: absolute;
        z-index: 1;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.5; }
      .product-wrapper-detail .attributes .swatch-circle.swatch-value.unselectable::before {
        content: '';
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        left: -7px;
        width: calc(100% + 15px);
        border-top: 1px solid #dbdbdb;
        transform: rotate(142deg); }
      .product-wrapper-detail .attributes .swatch-circle.swatch-value.unselectable .value-name {
        color: #9f9f9f; }
    .product-wrapper-detail .attributes .attr-value,
    .product-wrapper-detail .attributes .value-name {
      font-family: 'Century Gothic', Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 24px;
      line-height: 1.5rem; }
      @media (max-width: 768.98px) {
        .product-wrapper-detail .attributes .attr-value,
        .product-wrapper-detail .attributes .value-name {
          font-family: 'Century Gothic', Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 18px;
          line-height: 1.125rem; } }
    .product-wrapper-detail .attributes .attribute-text .swatch-circle.swatch-value {
      min-width: 55px;
      min-height: 45px;
      width: auto;
      height: auto;
      padding-left: 3px;
      padding-right: 3px;
      margin-bottom: calc(0.313em + 4px); }
  .product-wrapper-detail .non-input-label {
    margin: 0; }
    .product-wrapper-detail .non-input-label,
    .product-wrapper-detail .non-input-label a {
      font-family: 'Century Gothic Bold', Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: normal;
      letter-spacing: 0.025em;
      color: #000; }
      @media (max-width: 768.98px) {
        .product-wrapper-detail .non-input-label,
        .product-wrapper-detail .non-input-label a {
          font-family: 'Century Gothic Bold', Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: normal;
          letter-spacing: 0.025em; } }
  .product-wrapper-detail .prices-add-to-cart-actions {
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0;
    margin: 30px 0 0;
    box-shadow: none; }
    @media (max-width: 768.98px) {
      .product-wrapper-detail .prices-add-to-cart-actions {
        margin-top: 10px; } }
    .product-wrapper-detail .prices-add-to-cart-actions.has-quantity-variable .btn-add-to-cart {
      width: 100%; }
    .product-wrapper-detail .prices-add-to-cart-actions label {
      margin: 0 0 15px;
      text-transform: uppercase; }
      @media (max-width: 768.98px) {
        .product-wrapper-detail .prices-add-to-cart-actions label {
          margin: 0 0 12px; } }
    .product-wrapper-detail .prices-add-to-cart-actions .btn-add-to-cart {
      width: calc(100% - 102px); }
      @media (min-width: 544px) {
        .product-wrapper-detail .prices-add-to-cart-actions .btn-add-to-cart {
          width: calc(100% - 115px); } }
      .product-wrapper-detail .prices-add-to-cart-actions .btn-add-to-cart button {
        width: 100%;
        border-color: #d70000;
        background-color: #d70000;
        color: #fff; }
        @media (min-width: 769px) {
          .product-wrapper-detail .prices-add-to-cart-actions .btn-add-to-cart button {
            min-height: 48px; } }
        .product-wrapper-detail .prices-add-to-cart-actions .btn-add-to-cart button:disabled {
          border-color: #9f9f9f;
          background-color: #9f9f9f; }
        .product-wrapper-detail .prices-add-to-cart-actions .btn-add-to-cart button:hover, .product-wrapper-detail .prices-add-to-cart-actions .btn-add-to-cart button:active {
          background-color: #fff;
          color: #d70000; }
    .product-wrapper-detail .prices-add-to-cart-actions .quantity-select {
      width: 10%;
      min-width: 60px; }
      @media (min-width: 769px) {
        .product-wrapper-detail .prices-add-to-cart-actions .quantity-select {
          min-height: 48px; } }
    .product-wrapper-detail .prices-add-to-cart-actions .main-price {
      display: flex;
      width: 100%;
      justify-content: flex-start;
      padding: 0 0 15px; }
      @media (max-width: 768.98px) {
        .product-wrapper-detail .prices-add-to-cart-actions .main-price {
          padding: 5px 0; } }
      .product-wrapper-detail .prices-add-to-cart-actions .main-price .price {
        margin-top: 0; }
  .product-wrapper-detail .product-availability-optional {
    margin-top: 30px; }
    @media (max-width: 768.98px) {
      .product-wrapper-detail .product-availability-optional {
        margin-top: 10px; } }
    .product-wrapper-detail .product-availability-optional i[class*='icon-'] {
      margin-right: 15px;
      font-size: 20px; }
      @media (max-width: 768.98px) {
        .product-wrapper-detail .product-availability-optional i[class*='icon-'] {
          margin-right: 7px; } }
    .product-wrapper-detail .product-availability-optional .search-form i[class*='icon-'] {
      margin: 0;
      font-size: 10px; }
    @media (max-width: 768.98px) {
      .product-wrapper-detail .product-availability-optional .search-form i[class*='icon-'] {
        height: 30px;
        width: 30px;
        align-items: center;
        display: flex;
        justify-content: center;
        margin: -15px 0 0;
        position: absolute;
        right: -10px;
        top: 50%; }
      .product-wrapper-detail .product-availability-optional .search-form .card-header {
        position: relative; } }
    .product-wrapper-detail .product-availability-optional > div {
      border-top: 1px solid #dbdbdb;
      margin: 0; }
      .product-wrapper-detail .product-availability-optional > div:nth-last-child(1) {
        border-bottom: 1px solid #dbdbdb; }
    .product-wrapper-detail .product-availability-optional .store-change.open-store-form {
      padding: 0;
      border-bottom: none; }
  .product-wrapper-detail .nav-tabs.thumbnails {
    border-color: #dbdbdb; }
    .product-wrapper-detail .nav-tabs.thumbnails a {
      position: relative;
      display: flex;
      width: 50%;
      align-items: center;
      justify-content: center;
      color: #000;
      text-align: center;
      text-transform: uppercase;
      font-family: 'Century Gothic Bold', Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: normal;
      letter-spacing: 0.025em;
      text-transform: uppercase; }
      @media (max-width: 768.98px) {
        .product-wrapper-detail .nav-tabs.thumbnails a {
          font-family: 'Century Gothic Bold', Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: normal;
          letter-spacing: 0.025em;
          text-transform: uppercase; } }
      .product-wrapper-detail .nav-tabs.thumbnails a i {
        margin-right: 15px;
        font-size: 20px; }
        @media (max-width: 768.98px) {
          .product-wrapper-detail .nav-tabs.thumbnails a i {
            margin-right: 10px; } }
    @media (max-width: 768.98px) {
      .product-wrapper-detail .nav-tabs.thumbnails .nav-link {
        padding: 5px; } }
    .product-wrapper-detail .nav-tabs.thumbnails .nav-link.active {
      border-bottom: none; }
      .product-wrapper-detail .nav-tabs.thumbnails .nav-link.active::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        display: block;
        width: 100%;
        border-bottom: 2px solid #d70000; }
  .product-wrapper-detail .slick-pdp-thumbnails {
    padding: 0 30px; }
    @media (max-width: 768.98px) {
      .product-wrapper-detail .slick-pdp-thumbnails {
        padding: 0 20px; } }
    @media (min-width: 769px) {
      .product-wrapper-detail .slick-pdp-thumbnails.thumbs-align-left {
        padding: 0 10px; } }
    .product-wrapper-detail .slick-pdp-thumbnails.active {
      margin-top: 20px; }
      @media (max-width: 768.98px) {
        .product-wrapper-detail .slick-pdp-thumbnails.active {
          margin-top: 5px;
          margin-bottom: 5px; } }
    .product-wrapper-detail .slick-pdp-thumbnails .slick-slider .slick-track {
      display: flex; }
    @media (max-width: 768.98px) {
      .product-wrapper-detail .slick-pdp-thumbnails .slick-slider .slick-list {
        margin: 0 -20px 0 -15px; } }
    @media (max-width: 543.98px) {
      .product-wrapper-detail .slick-pdp-thumbnails .slick-slider .slick-list {
        margin: 0 -20px 0 -10px; } }
    @media (max-width: 768.98px) {
      .product-wrapper-detail .slick-pdp-thumbnails .slick-slider .pdp-slider__item {
        top: 2px; } }
    .product-wrapper-detail .slick-pdp-thumbnails .slick-slider .slick-arrow {
      font-size: 18px; }
    .product-wrapper-detail .slick-pdp-thumbnails .slick-slider .icon-leftarrow {
      left: -34px; }
    .product-wrapper-detail .slick-pdp-thumbnails .slick-slider .icon-rightarrow {
      right: -34px; }
    .product-wrapper-detail .slick-pdp-thumbnails .slick-slide {
      cursor: pointer;
      opacity: 0.5; }
      .product-wrapper-detail .slick-pdp-thumbnails .slick-slide.slick-current {
        opacity: 1; }
  .product-wrapper-detail .slick-slider {
    visibility: hidden; }
    .product-wrapper-detail .slick-slider.slick-initialized {
      visibility: visible; }
    .product-wrapper-detail .slick-slider .slick-arrow {
      font-weight: normal; }
      .product-wrapper-detail .slick-slider .slick-arrow::before {
        color: #9f9f9f;
        opacity: 1; }
    .product-wrapper-detail .slick-slider .slick-prev::before {
      content: '\e909'; }
    .product-wrapper-detail .slick-slider .slick-next::before {
      content: '\e90a'; }
  .product-wrapper-detail .nav-tabs .nav-link {
    padding-bottom: 18px; }
  .product-wrapper-detail .tab-main-content {
    margin-bottom: 25px;
    position: relative; }
    .product-wrapper-detail .tab-main-content.d-none {
      margin-bottom: 0; }
    .product-wrapper-detail .tab-main-content.d-block {
      padding: 0 30px 0 20px; }
    .product-wrapper-detail .tab-main-content.video.is-paused::before {
      height: 96px;
      width: 96px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      transform: translate(-50%, -50%);
      content: '\e914';
      font-size: 95px;
      line-height: 95px;
      color: #d82929; }
    .product-wrapper-detail .tab-main-content.image img {
      margin: 0 auto; }
  .product-wrapper-detail .tab-pane.active.tab-image-pane {
    padding: 30px 0 0; }
  .product-wrapper-detail .tab-pane.active.tab-video-pane {
    padding: 30px 25px 0 35px; }
  .product-wrapper-detail .tab-pane .tab-pane-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    gap: 20px; }
  .product-wrapper-detail .tab-pane .btn {
    margin-top: 20px;
    padding: 16px 15px; }
    .product-wrapper-detail .tab-pane .btn .fa-angle-up {
      vertical-align: 0%; }
  .product-wrapper-detail .tab-pane-item {
    position: relative; }
    .product-wrapper-detail .tab-pane-item.tab-video-item::before {
      height: 62px;
      width: 62px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      transform: translate(-50%, -50%);
      content: '\e914';
      font-size: 62px;
      line-height: 60px;
      color: #d82929; }

.change-store-open .home-delivery,
.change-store-open .product-availability {
  display: none; }

.slick-pdp-main .aspect-ratio {
  height: 500px; }
  @media (max-width: 768.98px) {
    .slick-pdp-main .aspect-ratio {
      height: 350px; } }

.slick-pdp-related-articles .slick-slider .slick-slide {
  border: 1px solid #dbdbdb; }

@media (max-width: 768.98px) {
  .slick-pdp-related-articles .slick-slider .slick-list {
    margin: 0 -10px; } }

@media (max-width: 543.98px) {
  .slick-pdp-related-articles .slick-slider .slick-list {
    margin: 0 -5px; } }

.slick-pdp-related-articles .blog-headline-title-banner {
  font-family: 'Century Gothic Bold', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  height: 34px;
  margin: 15px 10px 12px;
  text-align: center;
  text-transform: unset; }
  @media (max-width: 768.98px) {
    .slick-pdp-related-articles .blog-headline-title-banner {
      font-family: 'Century Gothic Bold', Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: normal;
      letter-spacing: 0.025em;
      text-transform: uppercase; } }
  @media (max-width: 768.98px) {
    .slick-pdp-related-articles .blog-headline-title-banner {
      height: 45px;
      text-transform: unset; } }

.slick-pdp-related-articles .artile-description-wrap {
  padding-bottom: 10px; }
  .slick-pdp-related-articles .artile-description-wrap > a {
    width: 120px;
    min-height: inherit;
    padding: 0;
    padding: 8px 0;
    border: none;
    margin: auto; }
    .slick-pdp-related-articles .artile-description-wrap > a:hover, .slick-pdp-related-articles .artile-description-wrap > a:focus, .slick-pdp-related-articles .artile-description-wrap > a:active, .slick-pdp-related-articles .artile-description-wrap > a:not(:disabled):not(.disabled):active {
      background-color: transparent;
      color: #d70000; }

.slick-pdp-related-articles .sub-heading {
  height: 48px;
  margin: 0 10px;
  font-family: 'Century Gothic', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem; }
  @media (max-width: 768.98px) {
    .slick-pdp-related-articles .sub-heading {
      font-family: 'Century Gothic', Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 18px;
      line-height: 1.125rem; } }
  @media (max-width: 768.98px) {
    .slick-pdp-related-articles .sub-heading {
      height: 54px; } }

.slick-pdp-related-articles .blog-date {
  margin-bottom: 5px;
  color: #9f9f9f;
  text-align: center; }
  @media (max-width: 768.98px) {
    .slick-pdp-related-articles .blog-date {
      margin-bottom: 0; } }

.slick-pdp-related-products .slick-slide > div > div {
  height: 100%; }

@media (max-width: 768.98px) {
  .slick-pdp-related-products .slick-slider,
  .slick-pdp-related-articles .slick-slider {
    margin-top: 8px;
    margin-bottom: 0; } }

@media (max-width: 768.98px) {
  .slick-pdp-related-products .slick-slider .slick-dots,
  .slick-pdp-related-articles .slick-slider .slick-dots {
    margin-top: 15px; } }

@media (max-width: 768.98px) {
  .slick-pdp-related-products .slick-slider .slick-list,
  .slick-pdp-related-articles .slick-slider .slick-list {
    margin: 0 -10px; } }

@media (max-width: 543.98px) {
  .slick-pdp-related-products .slick-slider .slick-list,
  .slick-pdp-related-articles .slick-slider .slick-list {
    margin: 0 -5px; } }

.slick-pdp-related-products .slick-slider .icon-leftarrow,
.slick-pdp-related-articles .slick-slider .icon-leftarrow {
  left: -43px; }

.slick-pdp-related-products .slick-slider .icon-rightarrow,
.slick-pdp-related-articles .slick-slider .icon-rightarrow {
  right: -43px; }

@media (max-width: 543.98px) {
  .wrapper-tab-desc-control .product-tile .tile-body {
    padding: 0 5px 5px; } }

.wrapper-tab-desc-control .product-tile .tile-body .pdp-link a {
  height: 51px; }

.wrapper-tab-desc-control .product-tile .group-swatches {
  min-height: 57px; }
  @media (min-width: 769px) {
    .wrapper-tab-desc-control .product-tile .group-swatches {
      padding: 5px 0; } }
  @media (max-width: 768.98px) {
    .wrapper-tab-desc-control .product-tile .group-swatches {
      min-height: 42px; } }

.wrapper-tab-desc-control .product-tile .slick-slider .icon-leftarrow {
  left: -2.5rem; }

.wrapper-tab-desc-control .product-tile .slick-slider .icon-rightarrow {
  right: -2.5rem; }

.wrapper-tab-desc-control .navigation {
  justify-content: center; }
  @media (max-width: 768.98px) {
    .wrapper-tab-desc-control .navigation {
      position: relative; } }
  .wrapper-tab-desc-control .navigation__link {
    padding: 15px 0;
    margin: 0 15px;
    font-family: 'Century Gothic Bold', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: 0.025em;
    text-transform: uppercase; }
    @media (max-width: 768.98px) {
      .wrapper-tab-desc-control .navigation__link {
        font-family: 'Century Gothic Bold', Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: normal;
        letter-spacing: 0.025em;
        text-transform: uppercase; } }
    @media (max-width: 768.98px) {
      .wrapper-tab-desc-control .navigation__link {
        padding: 16px 0 15px;
        margin: 0; } }
  @media (min-width: 769px) {
    .wrapper-tab-desc-control .navigation.desktop {
      position: relative; }
      .wrapper-tab-desc-control .navigation.desktop .navigation__link.active::after {
        bottom: 0; } }
  @media (max-width: 768.98px) {
    .wrapper-tab-desc-control .navigation .slick-list {
      margin-left: 0; } }

.wrapper-tab-desc-control .custom-specifications-attributes {
  text-align: center; }
  .wrapper-tab-desc-control .custom-specifications-attributes .custom-attributes {
    padding: 35px 50px 5px;
    margin: 0; }
    @media (min-width: 769px) {
      .wrapper-tab-desc-control .custom-specifications-attributes .custom-attributes {
        -moz-column-count: 2;
             column-count: 2;
        -moz-column-gap: 35px;
             grid-column-gap: 35px;
             column-gap: 35px; } }
    @media (min-width: 1024px) {
      .wrapper-tab-desc-control .custom-specifications-attributes .custom-attributes {
        padding: 30px 30px 5px; } }
    @media (max-width: 768.98px) {
      .wrapper-tab-desc-control .custom-specifications-attributes .custom-attributes {
        padding: 10px 10px 5px; }
        .wrapper-tab-desc-control .custom-specifications-attributes .custom-attributes .col-md-6 {
          padding: 0; } }
    @media (min-width: 769px) {
      .wrapper-tab-desc-control .custom-specifications-attributes .custom-attributes .dl {
        padding-bottom: 10px;
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
             page-break-inside: avoid;
             break-inside: avoid; } }
    .wrapper-tab-desc-control .custom-specifications-attributes .custom-attributes .dl,
    .wrapper-tab-desc-control .custom-specifications-attributes .custom-attributes .dt {
      color: #000; }
    .wrapper-tab-desc-control .custom-specifications-attributes .custom-attributes .dt {
      font-family: 'Century Gothic Bold', Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: normal;
      letter-spacing: 0.025em; }
      @media (max-width: 768.98px) {
        .wrapper-tab-desc-control .custom-specifications-attributes .custom-attributes .dt {
          font-family: 'Century Gothic Bold', Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: normal;
          letter-spacing: 0.025em; } }
    .wrapper-tab-desc-control .custom-specifications-attributes .custom-attributes .dt,
    .wrapper-tab-desc-control .custom-specifications-attributes .custom-attributes .dd {
      max-width: 50%; }
    .wrapper-tab-desc-control .custom-specifications-attributes .custom-attributes .dd {
      text-align: right; }
    .wrapper-tab-desc-control .custom-specifications-attributes .custom-attributes p {
      margin-bottom: 0; }
    .wrapper-tab-desc-control .custom-specifications-attributes .custom-attributes .specifications-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 25px; }
  .wrapper-tab-desc-control .custom-specifications-attributes .group-tile {
    padding-bottom: 17px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 13px; }
    @media (max-width: 768.98px) {
      .wrapper-tab-desc-control .custom-specifications-attributes .group-tile {
        padding-top: 5px;
        padding-bottom: 11px;
        font-size: 14px; } }
  .wrapper-tab-desc-control .custom-specifications-attributes .see-more {
    padding-bottom: 35px; }
    .wrapper-tab-desc-control .custom-specifications-attributes .see-more.collapsed {
      padding: 20px; }
    @media (max-width: 768.98px) {
      .wrapper-tab-desc-control .custom-specifications-attributes .see-more {
        padding-bottom: 15px; }
        .wrapper-tab-desc-control .custom-specifications-attributes .see-more.collapsed {
          padding: 13px; } }
    .wrapper-tab-desc-control .custom-specifications-attributes .see-more, .wrapper-tab-desc-control .custom-specifications-attributes .see-more:focus, .wrapper-tab-desc-control .custom-specifications-attributes .see-more:hover, .wrapper-tab-desc-control .custom-specifications-attributes .see-more:active {
      border: none;
      background-color: transparent;
      color: #d70000; }

.main-price.has-list-price .range .sales .value {
  color: #000; }

.main-price.has-list-price .sales .value {
  color: #d70000; }

.main-price .price {
  margin-top: 0; }
  @media (max-width: 768.98px) {
    .main-price .price {
      margin-bottom: 6px; } }
  .main-price .price .starting {
    font-family: 'Trincha', "Arial Black", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: normal;
    letter-spacing: 0.025em;
    text-transform: uppercase; }
    @media (max-width: 768.98px) {
      .main-price .price .starting {
        font-family: 'Trincha', "Arial Black", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: normal;
        letter-spacing: 0.025em;
        text-transform: uppercase; } }

.main-price .value,
.main-price .strike-through {
  color: #000; }

.main-price .strike-through {
  margin-right: 0; }
  .main-price .strike-through .value {
    font-family: 'Trincha', "Arial Black", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: normal;
    letter-spacing: 0.025em;
    text-transform: uppercase; }
    @media (max-width: 768.98px) {
      .main-price .strike-through .value {
        font-family: 'Trincha', "Arial Black", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: normal;
        letter-spacing: 0.025em;
        text-transform: uppercase; } }

.main-price .sales .value {
  font-family: 'Trincha', "Arial Black", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: 0.025em;
  text-transform: uppercase; }
  @media (max-width: 768.98px) {
    .main-price .sales .value {
      font-family: 'Trincha', "Arial Black", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      font-size: 1rem;
      line-height: normal;
      letter-spacing: 0.025em;
      text-transform: uppercase; } }

.main-price.product-tile-price .strike-through .value, .main-price.product-tile-price .sales .value {
  font-size: 16px; }

.pdp-global-error {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 20px;
  text-align: center; }
  @media (max-width: 768.98px) {
    .pdp-global-error {
      margin-top: 10px; } }

.bundle-item.product-detail.product-wrapper,
.set-item.product-detail.product-wrapper {
  position: relative;
  border-bottom: none;
  margin-bottom: 20px; }
  .bundle-item.product-detail.product-wrapper::after,
  .set-item.product-detail.product-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #dbdbdb; }
    @media (max-width: 768.98px) {
      .bundle-item.product-detail.product-wrapper::after,
      .set-item.product-detail.product-wrapper::after {
        left: -15px;
        width: calc(100% + 30px); } }
  .bundle-item.product-detail.product-wrapper:nth-last-child(1),
  .set-item.product-detail.product-wrapper:nth-last-child(1) {
    margin-bottom: 0; }
    @media (min-width: 769px) {
      .bundle-item.product-detail.product-wrapper:nth-last-child(1)::after,
      .set-item.product-detail.product-wrapper:nth-last-child(1)::after {
        content: none; } }
  @media (max-width: 768.98px) {
    .bundle-item.product-detail.product-wrapper,
    .set-item.product-detail.product-wrapper {
      padding-bottom: 10px;
      margin-bottom: 10px; } }

.set-item .wrapper-tab-desc-control {
  padding-bottom: 20px; }
  @media (max-width: 768.98px) {
    .set-item .wrapper-tab-desc-control {
      padding-bottom: 10px; } }

.bundle-footer .add-to-cart-global,
.bundle-item .add-to-cart-global,
.set-item .add-to-cart-global {
  width: 100%; }
  @media (min-width: 769px) {
    .bundle-footer .add-to-cart-global,
    .bundle-item .add-to-cart-global,
    .set-item .add-to-cart-global {
      min-height: 46px; } }

.bundle-footer .block-availability,
.bundle-item .block-availability,
.set-item .block-availability {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb; }

.bundle-footer .quantity,
.bundle-item .quantity,
.set-item .quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px; }
  @media (max-width: 768.98px) {
    .bundle-footer .quantity,
    .bundle-item .quantity,
    .set-item .quantity {
      margin-top: 10px; } }

.product-bundle,
.product-bundle-item-wrapper {
  margin-bottom: 0; }

@media (min-width: 769px) {
  .product-bundles .wrapper-tab-desc-control,
  .product-sets-item .wrapper-tab-desc-control {
    border-top: 1px solid #dbdbdb; } }

@media (min-width: 769px) {
  .block-addtocart-product-set {
    padding-top: 20px;
    border-top: 1px solid #dbdbdb; } }

@media (max-width: 768.98px) {
  .product-set-detail .bundle-footer .price {
    text-align: center; } }

@media (min-width: 769px) {
  .product-set-detail .product-name-on-top {
    margin: 20px 0; } }

.denomination-label::after {
  display: inline-block;
  content: ": " attr(data-denomination-value); }

.pdp-slider-xs {
  padding: 0 40px; }
  .pdp-slider-xs .slick-slider .slick-list {
    width: 100%; }

.product-wrapper-detail {
  align-items: flex-start; }
  .product-wrapper-detail .wrapper-details {
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
    z-index: 2; }

.primary-images .modal-dialog-scrollable .modal-content {
  overflow-y: auto; }

.denomination-label::after {
  display: inline-block;
  content: ": " attr(data-denomination-value); }

