/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_fragua/cartridge/client/default/scss/product/detail.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
/* $gradient-border-background: #00AEEF - #01579B; */
/* $gradient-border-background: #00AEEF - #01579B; */
.product-icons {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 1199.98px) {
  .product-icons {
    top: 8px;
    left: 8px;
    gap: 8px;
  }
}
.product-icons .icon {
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .product-icons .icon {
    width: 20px;
    height: 20px;
    padding: 3.33px;
  }
}

.product-badges-large {
  display: flex;
  gap: 4px;
}
.product-badges-large .icon {
  border-radius: 4px;
  padding: 4px 8px;
  height: 24px;
  display: flex;
}
@media (max-width: 991.98px) {
  .product-badges-large .icon {
    border-radius: 2px;
    padding: 2px 4px;
    height: 18px;
  }
}
.product-badges-large .icon span {
  margin-left: 4px;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .product-badges-large .icon span {
    margin-left: 2px;
  }
}

.badges .offer {
  border: solid 1px #FAC6C9;
  background-color: #FFF6F6;
}
.badges .offer span {
  color: #ED1C24;
}
.badges .online {
  border: solid 1px #8ADAFF;
  background-color: #F3FBFF;
}
.badges .online span {
  color: #0277BD;
}
.badges .dermo {
  border: solid 1px #CE86DB;
  background-color: #FEF8FF;
}
.badges .dermo span {
  color: #9C68A5;
}
.badges .flash {
  border: solid 1px #FF8B90;
  background-color: #FFF3F4;
}
.badges .flash span {
  color: #FF000A;
}
.badges .hot-fashion {
  border: solid 1px #DBBDFF;
  background-color: #F9F4FF;
}
.badges .hot-fashion span {
  color: #611AB7;
}
.badges .hot-sale {
  border: solid 1px #EDA19C;
  background-color: #F9F0F0;
}
.badges .hot-sale span {
  color: #DC1306;
}
.badges .football-game {
  border: solid 1px #FFDB7A;
  background-color: #FFFCF3;
}
.badges .football-game span {
  color: #A46310;
}
.badges .soccer-game {
  border: solid 1px #9CEAB4;
  background-color: #FCFFFA;
}
.badges .soccer-game span {
  color: #118334;
}
.badges .good {
  border: solid 1px #DDD;
  background-color: #FFF;
}
.badges .good span {
  color: #D51922;
}

/* $gradient-border-background: #00AEEF - #01579B; */
.bottom-sheet-content,
.modal-content {
  padding: 24px;
  padding-bottom: 32px;
  border-radius: 8px;
}
@media (min-width: 769px) {
  .bottom-sheet-content,
  .modal-content {
    width: 432px;
  }
}
.bottom-sheet-content .bottomsheet-header,
.modal-content .bottomsheet-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .bottom-sheet-content .bottomsheet-header,
  .modal-content .bottomsheet-header {
    margin-bottom: 24px;
  }
}
.bottom-sheet-content .bottomsheet-header .bottomsheet-title,
.modal-content .bottomsheet-header .bottomsheet-title {
  color: #01579B;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.bottom-sheet-content .bottomsheet-header button.close,
.modal-content .bottomsheet-header button.close {
  font-size: 30px;
  font-weight: 300;
  opacity: 1;
  color: #545454;
}
@media (max-width: 991.98px) {
  .bottom-sheet-content .bottomsheet-header button.close img,
  .modal-content .bottomsheet-header button.close img {
    width: 20px;
  }
}
.bottom-sheet-content .bottomsheet-body,
.modal-content .bottomsheet-body {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.bottom-sheet-content .bottomsheet-body p,
.modal-content .bottomsheet-body p {
  color: #363537;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 769px) {
  .bottom-sheet-content .bottomsheet-body p,
  .modal-content .bottomsheet-body p {
    font-size: 16px;
    line-height: 22px;
  }
}
.bottom-sheet-content .bottomsheet-body button, .bottom-sheet-content .bottomsheet-body a,
.modal-content .bottomsheet-body button,
.modal-content .bottomsheet-body a {
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 769px) {
  .bottom-sheet-content .bottomsheet-body button, .bottom-sheet-content .bottomsheet-body a,
  .modal-content .bottomsheet-body button,
  .modal-content .bottomsheet-body a {
    font-size: 16px;
    line-height: 16px;
  }
}

.info-links-pdp {
  border-top: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
  display: flex;
  justify-content: space-evenly;
  gap: 8px;
  padding: 16px 0;
}
@media (max-width: 1199.98px) {
  .info-links-pdp {
    margin-top: 16px;
  }
}
@media (max-width: 768.98px) {
  .info-links-pdp {
    border-top: unset;
  }
}
.info-links-pdp a .content-asset {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #0277BD;
}
@media (max-width: 1199.98px) {
  .info-links-pdp a .content-asset {
    display: flex;
    font-size: 12px;
    flex-direction: column;
  }
}
.info-links-pdp a .content-asset img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
@media (max-width: 1199.98px) {
  .info-links-pdp a .content-asset img {
    margin-right: unset;
  }
}

.modal-content {
  padding-bottom: 32px;
}

.bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet,
.modal .modal-body.info-link-pdp-modal {
  text-align: center;
}
.bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet p,
.modal .modal-body.info-link-pdp-modal p {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
@media (min-width: 769px) {
  .bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet p,
  .modal .modal-body.info-link-pdp-modal p {
    font-size: 16px;
    line-height: 22px;
  }
}
.bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet a.info-link-know-more,
.modal .modal-body.info-link-pdp-modal a.info-link-know-more {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  color: #0277BD;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
@media (min-width: 769px) {
  .bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet a.info-link-know-more,
  .modal .modal-body.info-link-pdp-modal a.info-link-know-more {
    font-size: 16px;
    padding: 16px 24px;
  }
}
.bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet a.info-link-know-more:hover,
.modal .modal-body.info-link-pdp-modal a.info-link-know-more:hover {
  background: transparent;
}
.bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .returnPolicyInfoLinkPdp,
.bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .deliveryInfoLinkPdp,
.modal .modal-body.info-link-pdp-modal .returnPolicyInfoLinkPdp,
.modal .modal-body.info-link-pdp-modal .deliveryInfoLinkPdp {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .returnPolicyInfoLinkPdp p,
.bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .deliveryInfoLinkPdp p,
.modal .modal-body.info-link-pdp-modal .returnPolicyInfoLinkPdp p,
.modal .modal-body.info-link-pdp-modal .deliveryInfoLinkPdp p {
  margin-bottom: 0;
}
.bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .returnPolicyInfoLinkPdp .infoLink-content,
.bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .deliveryInfoLinkPdp .infoLink-content,
.modal .modal-body.info-link-pdp-modal .returnPolicyInfoLinkPdp .infoLink-content,
.modal .modal-body.info-link-pdp-modal .deliveryInfoLinkPdp .infoLink-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4px;
}
.bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .returnPolicyInfoLinkPdp .infoLink-content img,
.bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .deliveryInfoLinkPdp .infoLink-content img,
.modal .modal-body.info-link-pdp-modal .returnPolicyInfoLinkPdp .infoLink-content img,
.modal .modal-body.info-link-pdp-modal .deliveryInfoLinkPdp .infoLink-content img {
  width: 16px;
  height: 16px;
}
@media (min-width: 769px) {
  .bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .returnPolicyInfoLinkPdp .infoLink-content img,
  .bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .deliveryInfoLinkPdp .infoLink-content img,
  .modal .modal-body.info-link-pdp-modal .returnPolicyInfoLinkPdp .infoLink-content img,
  .modal .modal-body.info-link-pdp-modal .deliveryInfoLinkPdp .infoLink-content img {
    width: 20px;
    height: 20px;
  }
}
.bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .returnPolicyInfoLinkPdp .infoLink-content .infoLink-item,
.bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .deliveryInfoLinkPdp .infoLink-content .infoLink-item,
.modal .modal-body.info-link-pdp-modal .returnPolicyInfoLinkPdp .infoLink-content .infoLink-item,
.modal .modal-body.info-link-pdp-modal .deliveryInfoLinkPdp .infoLink-content .infoLink-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .returnPolicyInfoLinkPdp .infoLink-content .infoLink-item-title,
.bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .deliveryInfoLinkPdp .infoLink-content .infoLink-item-title,
.modal .modal-body.info-link-pdp-modal .returnPolicyInfoLinkPdp .infoLink-content .infoLink-item-title,
.modal .modal-body.info-link-pdp-modal .deliveryInfoLinkPdp .infoLink-content .infoLink-item-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #212121;
}
@media (min-width: 769px) {
  .bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .returnPolicyInfoLinkPdp .infoLink-content .infoLink-item-title,
  .bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .deliveryInfoLinkPdp .infoLink-content .infoLink-item-title,
  .modal .modal-body.info-link-pdp-modal .returnPolicyInfoLinkPdp .infoLink-content .infoLink-item-title,
  .modal .modal-body.info-link-pdp-modal .deliveryInfoLinkPdp .infoLink-content .infoLink-item-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .returnPolicyInfoLinkPdp .infoLink-content .infoLink-item-description,
.bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .deliveryInfoLinkPdp .infoLink-content .infoLink-item-description,
.modal .modal-body.info-link-pdp-modal .returnPolicyInfoLinkPdp .infoLink-content .infoLink-item-description,
.modal .modal-body.info-link-pdp-modal .deliveryInfoLinkPdp .infoLink-content .infoLink-item-description {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #212121;
}
@media (min-width: 769px) {
  .bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .returnPolicyInfoLinkPdp .infoLink-content .infoLink-item-description,
  .bottom-sheet .bottomsheet-body.info-link-pdp-bottomsheet .deliveryInfoLinkPdp .infoLink-content .infoLink-item-description,
  .modal .modal-body.info-link-pdp-modal .returnPolicyInfoLinkPdp .infoLink-content .infoLink-item-description,
  .modal .modal-body.info-link-pdp-modal .deliveryInfoLinkPdp .infoLink-content .infoLink-item-description {
    font-size: 16px;
    line-height: 22px;
  }
}

/* $gradient-border-background: #00AEEF - #01579B; */
.pdp-availability-messages {
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pdp-availability-messages .pdp_inventory_availability_disclaimer-container {
  width: 100%;
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid;
}
@media (min-width: 769px) {
  .pdp-availability-messages .pdp_inventory_availability_disclaimer-container {
    padding: 8px;
  }
}
.pdp-availability-messages .pdp_inventory_availability_disclaimer-container.disclaimer-success {
  border-color: #9CEAB4;
  background-color: #E9FBF2;
}
.pdp-availability-messages .pdp_inventory_availability_disclaimer-container.disclaimer-success a, .pdp-availability-messages .pdp_inventory_availability_disclaimer-container.disclaimer-success span {
  color: #118334;
}
.pdp-availability-messages .pdp_inventory_availability_disclaimer-container.disclaimer-info {
  border-color: #8ADAFF;
  background-color: #EFFAFF;
}
.pdp-availability-messages .pdp_inventory_availability_disclaimer-container.disclaimer-info a, .pdp-availability-messages .pdp_inventory_availability_disclaimer-container.disclaimer-info span {
  color: #0073B8 !important;
}
.pdp-availability-messages .pdp_inventory_availability_disclaimer-container.disclaimer-warning {
  border-color: #FDC37A;
  background-color: #FFEEDB;
}
.pdp-availability-messages .pdp_inventory_availability_disclaimer-container.disclaimer-warning a, .pdp-availability-messages .pdp_inventory_availability_disclaimer-container.disclaimer-warning span {
  color: #A94900;
}
.pdp-availability-messages .pdp_inventory_availability_disclaimer-container.disclaimer-error {
  border-color: #FAC6C9;
  background-color: #FDE9EA;
}
.pdp-availability-messages .pdp_inventory_availability_disclaimer-container.disclaimer-error a, .pdp-availability-messages .pdp_inventory_availability_disclaimer-container.disclaimer-error span {
  color: #D51922;
}
.pdp-availability-messages .pdp_inventory_availability_disclaimer-container img {
  width: 16px;
  height: 16px;
}
.pdp-availability-messages .pdp_inventory_availability_disclaimer-container p {
  padding: 0;
  margin: 0;
  color: #212121;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
}
@media (min-width: 769px) {
  .pdp-availability-messages .pdp_inventory_availability_disclaimer-container p {
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
  }
}
.pdp-availability-messages .pdp_inventory_availability_disclaimer-container a, .pdp-availability-messages .pdp_inventory_availability_disclaimer-container span {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
@media (min-width: 769px) {
  .pdp-availability-messages .pdp_inventory_availability_disclaimer-container a, .pdp-availability-messages .pdp_inventory_availability_disclaimer-container span {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
  }
}

.callme-container .callme-text {
  margin-top: 16px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0px;
}
@media (max-width: 991.98px) {
  .callme-container .callme-text {
    margin-top: 0;
    font-size: 12px;
  }
}
.callme-container .callme-text .callme-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.callme-container .btn-callme {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}
.callme-container .btn-callme img {
  margin-right: 4px;
}
@media (max-width: 991.98px) {
  .callme-container .btn-callme {
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .callme-container {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background: #FFF;
    border-top: solid 1px #DDD;
    width: 100%;
    left: 0;
    padding: 9px 12px;
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.1607843137);
  }
}

/* $gradient-border-background: #00AEEF - #01579B; */
.accordion {
  font-size: 14px;
}
@media (min-width: 769px) {
  .accordion {
    margin: 0 10px 0 10px;
  }
}
.accordion .card-header {
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid #CCC;
  min-height: 40px;
}
.accordion .card-header a {
  color: #212121 !important;
  text-transform: capitalize;
  font-size: 14px;
}
.accordion .card-header .btn {
  padding: 10px 12px 10px 12px;
}
.accordion .card-header-link {
  font-weight: 600;
  color: #212121;
  width: 100%;
  text-align: left;
  border: 0;
}
.accordion .card-header-link:before {
  content: "";
  float: right;
  width: 16px;
  height: 16px;
  background-image: url("../../icons/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 3px;
}
.accordion .card-header-link:not(.collapsed)::before {
  background-image: url("../../icons/arrow-up.svg");
}
.accordion .card-attributes {
  line-height: 20px;
  color: #363537;
  text-align: justify;
  padding: 12px 16px 12px 12px;
  border-top: 1px solid #0277BD;
  border-bottom: 2px solid #0277BD;
}
@media (max-width: 768.98px) {
  .accordion .card-attributes {
    line-height: 16px;
    font-size: 12px;
    padding: 10px;
  }
}
.accordion .card-attributes p {
  margin-bottom: 0;
}
.accordion .card-attributes .Rubros-azules {
  font-weight: 600;
  color: #01579B;
}
.accordion .card-attributes .Cursivo-Normal {
  font-style: italic;
}

.product-wrapper {
  margin-top: unset !important;
  padding: 16px 0 40px 0;
  background-color: #F9F9F9;
}
@media (max-width: 768.98px) {
  .product-wrapper {
    padding-bottom: 32px;
  }
}
.product-wrapper .breadcrumb-container {
  margin: 0;
}
.product-wrapper .zoom-label {
  position: absolute;
  top: 514px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #545454;
  padding: 16px;
}
@media (max-width: 1199.98px) {
  .product-wrapper .zoom-label {
    top: 38vw;
  }
}
@media (max-width: 991.98px) {
  .product-wrapper .zoom-label {
    display: none;
  }
}
.product-wrapper .zoom-label img {
  width: 16px;
  height: 16px;
}
.product-wrapper .primary-images {
  display: flex;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .product-wrapper .primary-images {
    flex-direction: column;
  }
}
@media (max-width: 768.98px) {
  .product-wrapper .primary-images {
    min-height: 90vw;
  }
}
.product-wrapper .primary-images .wishlist-sm_container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.product-wrapper .primary-images .xzoom {
  box-shadow: unset;
  -webkit-box-shadow: unset;
}
.product-wrapper .primary-images .carousel-indicators {
  gap: 8px;
  margin-bottom: 0;
}
.product-wrapper .primary-images .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #545454;
  margin: 0;
  opacity: 1;
}
.product-wrapper .primary-images .carousel-indicators li.active {
  background-color: #00AEEF;
}
@media (min-width: 769px) {
  .product-wrapper .primary-images .carousel-indicators {
    display: none;
  }
}
.product-wrapper .primary-images .carousel-control-prev, .product-wrapper .primary-images .carousel-control-next {
  opacity: 0;
}
@media (min-width: 769px) {
  .product-wrapper .primary-images .carousel-control-prev, .product-wrapper .primary-images .carousel-control-next {
    display: none;
  }
}
.product-wrapper .primary-images .carousel.carousel-custom-square {
  width: 100%;
}
.product-wrapper .primary-images .carousel.carousel-custom-square .carousel-inner {
  height: 100%;
  overflow: unset;
}
.product-wrapper .primary-images .carousel.carousel-custom-square .carousel-inner .carousel-item {
  height: 100%;
}
.product-wrapper .primary-images .carousel.carousel-custom-square .carousel-inner .carousel-item .xzoom-container {
  width: 100%;
  height: 100%;
}
.product-wrapper .primary-images .carousel.carousel-custom-square .carousel-inner .carousel-item .xzoom-container img {
  width: 100% !important;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-wrapper .product-brand {
  font-size: 13px;
  line-height: 18px;
  color: #0277BD;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-wrapper .product-brand {
    margin-top: 16px;
    font-size: 11px;
    line-height: 14px;
  }
}
.product-wrapper .product-name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-wrapper .product-name {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
  }
}
.product-wrapper .product-number {
  font-size: 13px;
  color: #363537;
}
@media (max-width: 991.98px) {
  .product-wrapper .product-number {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
    margin-bottom: 16px;
  }
}
.product-wrapper .product-main {
  margin-top: 24px;
}
@media (max-width: 768.98px) {
  .product-wrapper .product-main {
    margin-top: unset;
  }
}
.product-wrapper .product-main .product-info {
  border-radius: 8px;
  border: solid 1px #DDD;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .product-wrapper .product-main .product-info {
    background-color: unset;
    border: unset;
  }
}
.product-wrapper .product-main .product-info .prices {
  padding: 0;
}
.product-wrapper .product-main .product-info .prices .price-before {
  font-size: 13px;
}
.product-wrapper .product-main .product-info .prices .price-before span {
  color: #545454;
  font-weight: 400;
  line-height: 18px;
}
.product-wrapper .product-main .product-info .prices .sales {
  color: #0073B8;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 991.98px) {
  .product-wrapper .product-main .product-info .prices .sales {
    font-size: 24px;
  }
}
.product-wrapper .product-main .product-info .prices .sales.offer {
  color: #D51922;
}
@media (max-width: 768.98px) {
  .product-wrapper .product-main .product-info .prices {
    display: flex;
    align-items: flex-end;
  }
}
.product-wrapper .product-main .product-info .product-info-main-section {
  margin: 24px;
}
@media (max-width: 991.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section {
    margin: 0px;
  }
}
.product-wrapper .product-main .product-info .product-info-main-section .product-badges-large {
  margin: 16px 0;
}
.product-wrapper .product-main .product-info .product-info-main-section .prices-and-promotions {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  margin-bottom: 8px;
}
@media (max-width: 1199.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .prices-and-promotions {
    flex-direction: column;
    align-items: baseline;
  }
}
@media (max-width: 991.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .prices-and-promotions {
    margin-top: 8px;
  }
}
.product-wrapper .product-main .product-info .product-info-main-section .prices-and-promotions span {
  text-align: left;
}
.product-wrapper .product-main .product-info .product-info-main-section .prices-and-promotions .product-promotion-section {
  display: flex;
  background-color: #F6F7F8;
  border-radius: 4px;
  box-shadow: inset 0px 0px 0px 1px #DDD;
  max-width: 390px;
  overflow: hidden;
}
.product-wrapper .product-main .product-info .product-info-main-section .prices-and-promotions .product-promotion-section p {
  margin-top: 0;
  margin-bottom: 0;
}
.product-wrapper .product-main .product-info .product-info-main-section .prices-and-promotions .product-promotion-section > div {
  height: 32px;
  align-items: center;
  display: flex;
}
.product-wrapper .product-main .product-info .product-info-main-section .prices-and-promotions .product-promotion-section .promotion-label {
  background-color: #D51922;
  border-radius: 4px 0 20px 4px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  padding: 0 16px;
}
.product-wrapper .product-main .product-info .product-info-main-section .prices-and-promotions .product-promotion-section .promotion-text {
  padding: 0 16px;
  font-size: 12px;
  line-height: 16px;
  color: #363537;
}
.product-wrapper .product-main .product-info .product-info-main-section .prices-and-promotions .product-promotion-section .promotion-text .strong {
  font-weight: 700;
}
@media (max-width: 768.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .prices-and-promotions .product-promotion-section {
    height: auto;
    padding: 4px 8px 4px 0;
    background: #F6F7F8;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid #DDD;
    border-radius: 4px;
    gap: 8px;
    width: 100%;
  }
  .product-wrapper .product-main .product-info .product-info-main-section .prices-and-promotions .product-promotion-section .promotion-label {
    height: auto;
    background-color: #D51922;
    border-radius: 0 0 12px 0;
    padding: 2px 8px;
    font-size: 11px;
    line-height: 14px;
    margin: 6px 0;
    height: 20px;
  }
  .product-wrapper .product-main .product-info .product-info-main-section .prices-and-promotions .product-promotion-section .promotion-text {
    flex: 1;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    color: #363537;
  }
  .product-wrapper .product-main .product-info .product-info-main-section .prices-and-promotions .product-promotion-section .promotion-text .strong {
    font-weight: 700;
  }
}
.product-wrapper .product-main .product-info .product-info-main-section .prices-and-promotions .product-promotion-section.mobile-promotion {
  display: none;
  box-shadow: none;
  border: none;
}
@media (max-width: 768.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .prices-and-promotions .product-promotion-section.mobile-promotion {
    display: block;
  }
  .product-wrapper .product-main .product-info .product-info-main-section .prices-and-promotions .product-promotion-section.mobile-promotion .promotion-label {
    padding: 4px 12px 4px 14px;
    border-radius: 12px 0 12px 0;
    margin: 0;
    margin-left: 16px;
    font-size: 14px;
    line-height: 20px;
    height: 24px;
  }
}
@media (max-width: 768.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .prices-and-promotions .product-promotion-section:not(.mobile-promotion) {
    position: fixed;
    bottom: 55px;
    margin: 0 8px;
    left: 0;
    max-width: 95vw;
    width: 95vw;
  }
}
.product-wrapper .product-main .product-info .product-info-main-section .controlled-product {
  margin-top: 8px;
}
.product-wrapper .product-main .product-info .product-info-main-section .controlled-product .notification {
  padding: 11px 12px;
  width: 100%;
  border: solid 1px #FDC37A;
}
@media (max-width: 768.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .notification {
    padding: 4px 8px;
  }
}
.product-wrapper .product-main .product-info .product-info-main-section .controlled-product .notification-content, .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .notification-message {
  width: 100%;
}
.product-wrapper .product-main .product-info .product-info-main-section .controlled-product .notification-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-wrapper .product-main .product-info .product-info-main-section .controlled-product .notification-top > div {
  display: flex;
  align-items: center;
}
.product-wrapper .product-main .product-info .product-info-main-section .controlled-product .notification-top img {
  width: 13px;
  height: 13px;
}
.product-wrapper .product-main .product-info .product-info-main-section .controlled-product .notification-top h4 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  color: #363537;
  margin-bottom: 0;
  margin-left: 4px;
}
@media (max-width: 768.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .notification-top h4 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.25px;
  }
}
.product-wrapper .product-main .product-info .product-info-main-section .controlled-product .notification-top a {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #0277BD !important;
}
@media (max-width: 768.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .notification-top a {
    font-size: 11px;
    line-height: 22px;
  }
}
.product-wrapper .product-main .product-info .product-info-main-section .controlled-product .notification-body {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .notification-body {
    display: none;
  }
}
.product-wrapper .product-main .product-info .product-info-main-section .controlled-product .modal-content, .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .bottom-sheet-content {
  padding: 24px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}
@media (min-width: 769px) {
  .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .modal-content, .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .bottom-sheet-content {
    border-radius: 8px;
  }
}
.product-wrapper .product-main .product-info .product-info-main-section .controlled-product .modal-content .modal-title, .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .bottom-sheet-content .modal-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.product-wrapper .product-main .product-info .product-info-main-section .controlled-product .modal-content .modal-title h4, .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .bottom-sheet-content .modal-title h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
  color: #01579B;
}
.product-wrapper .product-main .product-info .product-info-main-section .controlled-product .modal-content .modal-body, .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .bottom-sheet-content .modal-body {
  font-size: 16px;
  line-height: 22px;
  padding: 0;
}
@media (max-width: 991.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .modal-content .modal-body, .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .bottom-sheet-content .modal-body {
    font-size: 13px;
    line-height: 18px;
  }
}
.product-wrapper .product-main .product-info .product-info-main-section .controlled-product .modal-content .modal-body ul, .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .bottom-sheet-content .modal-body ul {
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .modal-content .modal-body ul, .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .bottom-sheet-content .modal-body ul {
    margin-bottom: 0;
  }
}
.product-wrapper .product-main .product-info .product-info-main-section .controlled-product .modal-content .modal-body li, .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .bottom-sheet-content .modal-body li {
  padding-bottom: 16px;
}
.product-wrapper .product-main .product-info .product-info-main-section .controlled-product .modal-content .modal-body li::marker, .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .bottom-sheet-content .modal-body li::marker {
  content: url("../../icons/check-alt.svg");
}
@media (max-width: 991.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .modal-content .modal-body li::marker, .product-wrapper .product-main .product-info .product-info-main-section .controlled-product .bottom-sheet-content .modal-body li::marker {
    content: url("../../icons/check-alt-small.svg");
  }
}
.product-wrapper .product-main .product-info .product-info-main-section .product-custom-description p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #363537;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .product-custom-description p {
    font-size: 12px;
    line-height: 16px;
  }
}
.product-wrapper .product-main .product-info .product-info-main-section .product-actions {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.product-wrapper .product-main .product-info .product-info-main-section .product-actions > * {
  height: 48px;
}
@media (max-width: 1199.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .product-actions > * {
    height: 42px;
  }
}
@media (max-width: 991.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .product-actions {
    flex-direction: column;
  }
  .product-wrapper .product-main .product-info .product-info-main-section .product-actions > * {
    flex: unset !important;
  }
}
@media (max-width: 768.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .product-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    flex-direction: row;
    background-color: #FFF;
    box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.16);
    padding: 8px 16px;
    gap: 6px;
  }
}
.product-wrapper .product-main .product-info .product-info-main-section .product-actions .add-to-wish-list {
  flex: 1;
  border: none;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  color: #0277BD;
}
@media (min-width: 769px) {
  .product-wrapper .product-main .product-info .product-info-main-section .product-actions .add-to-wish-list {
    padding: 14px 24px 14px 20px;
  }
  .product-wrapper .product-main .product-info .product-info-main-section .product-actions .add-to-wish-list:hover {
    background-color: #EFFAFF;
    border-radius: 4px;
  }
}
@media (max-width: 768.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .product-actions .add-to-wish-list {
    display: none;
  }
}
.product-wrapper .product-main .product-info .product-info-main-section .product-actions .prices {
  display: flex;
  align-items: center;
  flex-basis: 32% !important;
}
.product-wrapper .product-main .product-info .product-info-main-section .product-actions .prices .price-before {
  font-size: 11px;
  line-height: 14px;
}
.product-wrapper .product-main .product-info .product-info-main-section .product-actions .prices .sales {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.8px;
}
.product-wrapper .product-main .product-info .product-info-main-section .product-actions .add-to-cart {
  flex-basis: 203px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .product-actions .add-to-cart {
    flex-basis: 35%;
    padding: 0;
  }
}
@media (max-width: 768.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .product-actions .add-to-cart {
    flex-basis: 34% !important;
    font-size: 14px;
  }
}
.product-wrapper .product-main .product-info .product-info-main-section .product-actions .recurring-purchase-mobie-label {
  position: fixed;
  bottom: 58px;
  left: 2.5vw;
  width: 95vw;
  display: flex;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  height: 32;
  background: #F6F7F8;
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #DDD;
}
.product-wrapper .product-main .product-info .product-info-main-section .product-actions .recurring-purchase-mobie-label .recurring-purchase-mobile-text {
  font-size: 12px;
  line-height: 16px;
  color: #363537;
  flex: 1;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.product-wrapper .product-main .product-info .product-info-main-section .product-actions .recurring-purchase-mobie-label .recurring-purchase-mobile-text img {
  width: 24px;
  height: 24px;
}
.product-wrapper .product-main .product-info .product-info-main-section .notification.msg-product-actions-pdp.tooltip-stock {
  color: #850002;
  z-index: 10;
  margin: 0;
}
@media (max-width: 768.98px) {
  .product-wrapper .product-main .product-info .product-info-main-section .notification.msg-product-actions-pdp.tooltip-stock {
    position: fixed;
    bottom: 58px;
    left: 0;
  }
}
.product-wrapper .product-main .product-info .product-info-main-section .notification.msg-product-actions-pdp.tooltip-stock .notification-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.product-wrapper .product-main .product-info .product-info-main-section .notification.msg-product-actions-pdp.tooltip-stock .notification-message {
  text-align: left;
}
.product-wrapper .product-main .product-info .product-info-main-section .notification.msg-product-actions-pdp.tooltip-stock .btn-close {
  opacity: 1;
}
.product-wrapper .product-main .product-info .product-info-main-section .notification.msg-product-actions-pdp.tooltip-stock.show-error-message {
  display: flex;
  top: 1.1rem;
}
.product-wrapper .product-main .product-info .product-info-main-section .notification.msg-product-actions-pdp.tooltip-stock.notification--error {
  background-color: #FAC6C9;
  border-radius: 4px;
  padding: 12px;
  width: 100%;
}
@media (min-width: 769px) {
  .product-wrapper .product-main .product-info .product-info-main-section .notification.msg-product-actions-pdp.tooltip-stock.notification--error {
    margin: 0 auto;
    margin-top: 10px;
  }
}
.product-wrapper .product-main .product-info .product-info-main-section .notification.msg-product-actions-pdp.tooltip-stock.with-tooltip::after {
  border-width: 0;
}
.product-wrapper .product-main .product-info .info-label {
  padding: 16px;
}
@media (max-width: 768.98px) {
  .product-wrapper .product-main .product-info .info-label {
    padding-bottom: 6px;
  }
}
.product-wrapper .product-main .product-info .info-label p {
  font-size: 13px;
  line-height: 18px;
  color: #363537;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .product-wrapper .product-main .product-info .info-label p {
    font-size: 11px;
    line-height: 14px;
  }
}
.product-wrapper .product-main .product-info .info-label p span {
  font-weight: 700;
}
.product-wrapper .description-and-detail {
  margin: 40px auto 24px auto;
  padding: 24px;
  border-radius: 8px;
  border: solid 1px #DDD;
  background-color: #FFF;
}
.product-wrapper .description-and-detail h3 {
  margin-bottom: 12px;
}
.product-wrapper .description-and-detail .toggle-btn {
  background: none;
  border: none;
  color: #0277BD;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  padding: 14px 8px;
  border-bottom: solid 0.5px #0277BD;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.product-wrapper .description-and-detail .toggle-btn img {
  width: 20px;
  height: 20px;
}
.product-wrapper .description-and-detail .toggle-btn[aria-expanded=true] .plus-icon {
  display: none;
}
.product-wrapper .description-and-detail .toggle-btn[aria-expanded=false] .minus-icon {
  display: none;
}
@media (max-width: 991.98px) {
  .product-wrapper .description-and-detail {
    margin: 24px -16px 0 -16px;
    border-radius: unset;
    padding: 16px;
    background-color: #fff;
  }
  .product-wrapper .description-and-detail h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.product-wrapper .description-and-detail .nav .nav-item .nav-link {
  width: 192px;
  padding: 8px 4px;
  margin: auto;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #83a9d2;
}
.product-wrapper .description-and-detail .nav .nav-item .nav-link.active {
  color: #01579B;
}
.product-wrapper .description-and-detail .tab-pane > h4 {
  margin-top: 16px;
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  .product-wrapper .description-and-detail .tab-pane > h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 12px;
    margin-bottom: 0;
  }
}
.product-wrapper .description-and-detail .product-custom-attributes {
  padding-top: 12px;
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #363537;
}
@media (max-width: 768.98px) {
  .product-wrapper .description-and-detail .product-custom-attributes {
    font-size: 12px;
    line-height: 16px;
  }
}
.product-wrapper .description-and-detail .product-custom-attributes h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #01579B;
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  .product-wrapper .description-and-detail .product-custom-attributes h4 {
    font-size: 12px;
    line-height: 16px;
  }
}
.product-wrapper .description-and-detail .product-custom-attributes ul {
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .product-wrapper .description-and-detail .product-custom-attributes ul {
    margin-bottom: 0;
  }
}
.product-wrapper .description-and-detail .product-custom-attributes li:not(:last-child) {
  padding-bottom: 8px;
}
.product-wrapper .description-and-detail .product-custom-attributes li::marker {
  content: url("../../icons/check.svg");
}
.product-wrapper .description-and-detail .product-custom-attributes:not(:last-child) {
  border-bottom: solid 1px #CCC;
}
@media (min-width: 340px) {
  .product-wrapper .description-and-detail .description {
    margin-bottom: 2em;
  }
}
@media (max-width: 339.98px) {
  .product-wrapper .description-and-detail .content {
    margin-top: 1em;
  }
}
@media (max-width: 991.98px) {
  .product-wrapper .description-desktop {
    display: none;
  }
}
.product-wrapper .description-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .product-wrapper .description-mobile {
    display: block;
  }
}
.product-wrapper .add-to-wish-list {
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: transparent;
  gap: 4px;
}
.product-wrapper .add-to-wish-list .wishlist-selected {
  color: #0277BD;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}
@media (max-width: 768.98px) {
  .product-wrapper .add-to-wish-list {
    padding-top: 12px;
    padding-right: 12px;
  }
}
.product-wrapper .add-to-wish-list .wishlist-icon {
  font-size: 20px;
}
@media (min-width: 769px) {
  .product-wrapper .add-to-wish-list .wishlist-icon {
    font-size: 16px;
  }
}
.product-wrapper .add-to-wish-list .wishlist-icon.fa-heart-o {
  color: #0277BD !important;
}
.product-wrapper .add-to-wish-list .wishlist-icon.fa-heart {
  color: #D51922 !important;
}
.product-wrapper .add-to-wish-list:focus {
  background: transparent;
  box-shadow: none;
}
.product-wrapper .recommendations-swiper {
  padding: 24px;
  position: relative;
  border-radius: 8px;
  border: solid 1px #DDD;
  background-color: #FFF;
}
@media (max-width: 991.98px) {
  .product-wrapper .recommendations-swiper {
    margin: 16px -16px 0 -16px;
    padding: 16px;
    border-radius: unset;
  }
  .product-wrapper .recommendations-swiper .product-tile-main.swiper-slide {
    border: none;
  }
}
.product-wrapper .recommendations-swiper .product-tile-main.swiper-slide {
  border: none;
}
.product-wrapper .recommendations-swiper .recommendations_swiper-header {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-wrapper .recommendations-swiper .recommendations_swiper-header h4 {
  color: #01579B;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .product-wrapper .recommendations-swiper .recommendations_swiper-header h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.product-wrapper .recommendations-swiper .recommendations_swiper-header .recommendations_swiper-header_arrows {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.product-wrapper .recommendations-swiper .recommendations_swiper-header .recommendations_swiper-header_arrows > .navarrow {
  position: relative;
  right: unset;
  left: unset;
  top: unset;
  bottom: unset;
  margin: 0;
}
.product-wrapper .recommendations-swiper .recommendations_swiper-header .recommendations_swiper-header_arrows .swiper-button-prev {
  width: 40px;
  height: 40px;
}
@media (max-width: 991.98px) {
  .product-wrapper .recommendations-swiper .recommendations_swiper-header .recommendations_swiper-header_arrows .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
}
.product-wrapper .recommendations-swiper .recommendations_swiper-header .recommendations_swiper-header_arrows .swiper-button-next {
  width: 40px;
  height: 40px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 991.98px) {
  .product-wrapper .recommendations-swiper .recommendations_swiper-header .recommendations_swiper-header_arrows .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.product-wrapper .recommendations-swiper .recommendations_swiper-header .recommendations_swiper-header_arrows .swiper-button-next::after {
  color: #212121;
  font-size: 16px;
}
.product-wrapper .recommendations-swiper .recommendations_swiper-header .recommendations_swiper-header_arrows .swiper-button-prev::after {
  color: #868686;
  font-size: 16px;
}
.product-wrapper .recommendations-swiper .swiper-slide-active {
  text-align: unset;
}

@media (max-width: 991.98px) {
  .notification.notification_floating.wishlist-pdp-notification {
    max-width: 100%;
    width: calc(100vw - 16px);
    height: 32px;
  }
}
@media (max-width: 768.98px) {
  .bottom-right-icon a {
    right: 0;
    top: 53vh;
    bottom: unset;
  }
}

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