/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_idealzbasicsmexico_core/cartridge/client/default/scss/desktop/pages/productDetail/productDetail.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "bcn_arabic_roundedbold";
  src: url("../../fonts/newfonts/bcnarabicrounded-bold-webfont.woff2") format("woff2"), url("../../fonts/newfonts/bcnarabicrounded-bold-webfont.woff") format("woff"), url("../../fonts/newfonts/bcnarabicrounded-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bcn_arabic_roundedbook";
  src: url("../../fonts/newfonts/bcnarabicrounded-book-webfont.woff2") format("woff2"), url("../../fonts/newfonts/bcnarabicrounded-book-webfont.woff") format("woff"), url("../../fonts/newfonts/bcnarabicrounded-book-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bcn_arabic_roundedlight";
  src: url("../../fonts/newfonts/bcnarabicrounded-light-webfont.woff2") format("woff2"), url("../../fonts/newfonts/bcnarabicrounded-light-webfont.woff") format("woff"), url("../../fonts/newfonts/bcnarabicrounded-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bcn_arabic_roundedmedium";
  src: url("../../fonts/newfonts/bcnarabicrounded-medium-webfont.woff2") format("woff2"), url("../../fonts/newfonts/bcnarabicrounded-medium-webfont.woff") format("woff"), url("../../fonts/newfonts/bcnarabicrounded-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bcn_arabic_roundedregular";
  src: url("../../fonts/newfonts/bcnarabicrounded-regular-webfont.woff2") format("woff2"), url("../../fonts/newfonts/bcnarabicrounded-regular-webfont.woff") format("woff"), url("../../fonts/newfonts/bcnarabicrounded-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bcn_arabic_roundedthin";
  src: url("../../fonts/newfonts/bcnarabicrounded-thin-webfont.woff2") format("woff2"), url("../../fonts/newfonts/bcnarabicrounded-thin-webfont.woff") format("woff"), url("../../fonts/newfonts/bcnarabicrounded-thin-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bcn_arabic_roundedultralight";
  src: url("../../fonts/newfonts/bcnarabicrounded-ultralight-webfont.woff2") format("woff2"), url("../../fonts/newfonts/bcnarabicrounded-ultralight-webfont.woff") format("woff"), url("../../fonts/newfonts/bcnarabicrounded-ultralight-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fedra_arabic_display_arblack";
  src: url("../../fonts/newfonts/fedraarabicdisplayar-black-webfont.woff2") format("woff2"), url("../../fonts/newfonts/fedraarabicdisplayar-black-webfont.woff") format("woff"), url("../../fonts/newfonts/fedraarabicdisplayar-black-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fedra_arabic_display_hairline";
  src: url("../../fonts/newfonts/fedraarabicdisplayar-hairline-webfont.woff2") format("woff2"), url("../../fonts/newfonts/fedraarabicdisplayar-hairline-webfont.woff") format("woff"), url("../../fonts/newfonts/fedraarabicdisplayar-hairline-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fedra_arabic_display_arheavy";
  src: url("../../fonts/newfonts/fedraarabicdisplayar-heavy-webfont.woff2") format("woff2"), url("../../fonts/newfonts/fedraarabicdisplayar-heavy-webfont.woff") format("woff"), url("../../fonts/newfonts/fedraarabicdisplayar-heavy-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fedra_arabic_display_arthin";
  src: url("../../fonts/newfonts/fedraarabicdisplayar-thin-webfont.woff2") format("woff2"), url("../../fonts/newfonts/fedraarabicdisplayar-thin-webfont.woff") format("woff"), url("../../fonts/newfonts/fedraarabicdisplayar-thin-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.pdp-image-carousel .pdp-all-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.pdp-image-carousel .pdp-all-image .pdp-image img {
  border-radius: 24px;
}

.color-selection {
  margin-top: 15px;
}
.color-selection .color-swatches {
  display: flex;
  gap: 10px;
}
.color-selection .color-swatches .swatch {
  position: relative;
  display: inline-block;
}
.color-selection .color-swatches .swatch > [type=radio],
.color-selection .color-swatches .swatch > [type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.color-selection .color-swatches .swatch > [type=radio].unselectable,
.color-selection .color-swatches .swatch > [type=checkbox].unselectable {
  pointer-events: none;
}
.color-selection .color-swatches .swatch > [type=radio].unselectable + label,
.color-selection .color-swatches .swatch > [type=checkbox].unselectable + label {
  opacity: 0.5;
  pointer-events: none;
}
.color-selection .color-swatches .swatch > [type=radio].unselectable + label::before,
.color-selection .color-swatches .swatch > [type=checkbox].unselectable + label::before {
  content: "";
  background: url("../../../../images/modesh/color_cancel.svg");
  color: #D9D9D9;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.color-selection .color-swatches .swatch > [type=radio] + label,
.color-selection .color-swatches .swatch > [type=checkbox] + label {
  text-align: center;
  display: block;
  transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #CDCDCD;
}
.color-selection .color-swatches .swatch > [type=radio]:checked + label,
.color-selection .color-swatches .swatch > [type=checkbox]:checked + label {
  border: 3px solid #fff;
  outline: 1px solid #282828;
}

.size-selection {
  margin-top: 15px;
}
.size-selection .product-sizes {
  display: flex;
  gap: 10px;
  overflow: scroll;
  flex-wrap: wrap;
}
.size-selection .product-sizes::-webkit-scrollbar {
  display: none;
}
.size-selection .product-sizes .size {
  position: relative;
  display: inline-block;
}
.size-selection .product-sizes .size > [type=radio],
.size-selection .product-sizes .size > [type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.size-selection .product-sizes .size > [type=radio].unselectable,
.size-selection .product-sizes .size > [type=checkbox].unselectable {
  pointer-events: none;
}
.size-selection .product-sizes .size > [type=radio].unselectable + label,
.size-selection .product-sizes .size > [type=checkbox].unselectable + label {
  background-color: #D9D9D9;
  color: rgba(102, 102, 102, 0.4);
  pointer-events: none;
}
.size-selection .product-sizes .size > [type=radio] + label,
.size-selection .product-sizes .size > [type=checkbox] + label {
  text-align: center;
  display: block;
  transition: all 0.2s ease-in-out;
  min-width: 40px;
  border-radius: 40px;
  border: 1px solid #E0DCDC;
  color: #1E1E1E;
  font-size: 14px;
  letter-spacing: -0.142px;
  padding: 10px 13px;
  box-sizing: border-box;
  white-space: nowrap;
  font-weight: 700;
}
.size-selection .product-sizes .size > [type=radio] + label:lang(ar),
.size-selection .product-sizes .size > [type=checkbox] + label:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.size-selection .product-sizes .size > [type=radio] + label:lang(ar),
.size-selection .product-sizes .size > [type=checkbox] + label:lang(ar) {
  padding: 10px 20px;
}
.size-selection .product-sizes .size > [type=radio]:checked + label,
.size-selection .product-sizes .size > [type=checkbox]:checked + label {
  background: #000;
  color: #fff;
}

.tabs {
  width: 100%;
  margin-top: 20px;
}

.tab-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tab-links li {
  margin-right: 5px;
}
.tab-links a {
  padding: 10px 20px;
  display: block;
  font-size: 17px;
  font-weight: 600;
}
.tab-links a:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.tab-links a {
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}
.tab-links .active a {
  color: #FF0000;
  background: #FFE5E5;
  border-radius: 26px;
}
.tab-links .active a svg path {
  fill: #FF0000;
}

.tab-content {
  padding: 20px;
  color: #7E7E7E;
  font-size: 17px;
  font-weight: 500;
}
.tab-content:lang(ar) {
  font-family: "bcn_arabic_roundedmedium";
}
.tab-content b {
  font-weight: 700;
}
.tab-content b:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.tab-content .tab {
  display: none;
}
.tab-content .tab.active {
  display: block;
}
.tab-content .tab ul {
  list-style: initial;
}
.tab-content .tab.fabric-care {
  max-width: 300px;
}
.tab-content .tab.fabric-care img {
  border-radius: 20px;
}

.quantity-selector-container {
  margin-top: 15px;
}
.quantity-selector-container .quantity-selector {
  border-radius: 33px;
  background: #FFE5E5;
  display: flex;
  justify-content: space-between;
  color: #FF0000;
  font-size: 23px;
  line-height: 19px;
  /* 84.442% */
  letter-spacing: -0.26px;
  padding: 12px;
  align-items: center;
  width: 167px;
  font-weight: 700;
}
.quantity-selector-container .quantity-selector:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.quantity-selector-container .quantity-selector span {
  display: block;
}
.quantity-selector-container .quantity-selector .qtyIcon {
  max-width: 68px;
  overflow: hidden;
}
.quantity-selector-container .quantity-selector button {
  cursor: pointer;
}
.quantity-selector-container .quantity-selector .qty-btn:hover {
  transition: 0.5s ease transform;
  transform: scale(1.05);
}

.sizeGuide-container {
  margin: 0 15px;
  overflow-x: auto;
}
.sizeGuide-container.kids-bottom table .inch-value {
  display: none;
}
.sizeGuide-container.kids-bottom table .cm-value {
  display: block;
}
.sizeGuide-container.kids-bottom table td, .sizeGuide-container.kids-bottom table th {
  min-width: 20%;
}
.sizeGuide-container.kids-top table .inch-value {
  display: none;
}
.sizeGuide-container.kids-top table .cm-value {
  display: block;
}
.sizeGuide-container table {
  position: relative;
  transform: scale(1);
  box-shadow: none;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-style: hidden;
  table-layout: fixed;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
.sizeGuide-container table .inch-value {
  display: block;
}
.sizeGuide-container table .cm-value {
  display: none;
}
.sizeGuide-container table::-webkit-scrollbar {
  display: none;
}
.sizeGuide-container table tbody {
  overflow: scroll;
  display: block;
  border: 1px solid #e3e3e3;
  border-radius: 13px 0 0 13px;
}
.sizeGuide-container table tr {
  display: flex;
  background-color: #fff;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-bottom: 1px solid #e3e3e3;
}
.sizeGuide-container table tr:last-child {
  border-bottom: none;
  border-right: 1px solid #e3e3e3;
}
.sizeGuide-container table tr:first-child td {
  font-weight: 600;
}
.sizeGuide-container table tr:first-child td:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.sizeGuide-container table td, .sizeGuide-container table th {
  min-height: 37px;
  box-sizing: border-box;
  display: grid;
  align-items: center;
  overflow-wrap: break-word;
  min-width: 110px;
  padding: 6px 14px;
  line-height: 150%;
  font-size: 12px;
}
.sizeGuide-container table th {
  text-transform: uppercase;
  border-color: #fff;
  border-right: 1px solid #e3e3e3;
}
.sizeGuide-container table th:first-child {
  background-color: #fff;
  text-align: left;
  position: sticky;
  left: 0;
  min-width: 100px;
  font-weight: 600;
}
.sizeGuide-container table th:first-child:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.sizeGuide-container table td {
  border-right: 1px solid #e3e3e3;
}
.sizeGuide-container table td:last-child {
  border-right: none;
}

.inched-centimeter-tab {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0 16px 15px 0;
  border-radius: 74px;
  overflow: hidden;
}
.inched-centimeter-tab li {
  list-style: none;
}
.inched-centimeter-tab li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 7px 20px;
  height: 30px;
  background: #fff;
  font-size: 12px;
  color: #000;
}
.inched-centimeter-tab li.active a {
  background: #000000;
  color: #fff;
  border: 0;
  font-weight: 400;
}
.inched-centimeter-tab li.active a:lang(ar) {
  font-family: "bcn_arabic_roundedregular";
}
.inched-centimeter-tab li.active a {
  font-family: "Nunito", sans-serif;
}

.modal-body-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 15px;
}

.product-detail .detail-container {
  background: #f6f6f6;
  z-index: 5;
  display: block;
  position: relative;
  border-radius: 12px;
  margin-top: -60px;
}
.product-detail .error-message {
  background: #FFE1E1;
  display: flex;
  border-radius: 25px;
  color: #E32404;
  letter-spacing: 0.25px;
  line-height: 22px;
  font-size: 13px;
  padding: 5px 10px;
  margin: 15px 0 10px;
  gap: 5px;
}
.product-detail .error-message i {
  margin-top: 1px;
}
.product-detail .error-message p {
  margin: auto 0;
}
.product-detail .product-title {
  display: flex;
  justify-content: space-between;
}
.product-detail .product-title h2 {
  color: #282828;
  color: #2F2F2F;
  font-size: 30px;
  font-weight: 700;
}
.product-detail .product-title h2:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.product-detail .product-title h2:lang(ar) {
  font-family: "Nunito", sans-serif;
}
.product-detail .product-title h2:lang(ar):lang(ar) {
  font-family: "fedra_arabic_display_arheavy";
}
.product-detail .action-links {
  position: absolute;
  top: 30px;
  right: 20px;
  display: flex;
  z-index: 1;
  gap: 10px;
}
.product-detail .action-links .wishlist-product {
  position: static;
}
.product-detail .action-links .wish-container {
  width: 36px;
}
.product-detail .product-description {
  color: #7E7E7E;
  font-size: 17px;
  font-style: normal;
  line-height: 22px;
  margin-top: 15px;
  font-weight: 400;
}
.product-detail .product-description:lang(ar) {
  font-family: "bcn_arabic_roundedregular";
}
.product-detail .product-description {
  font-family: "Nunito", sans-serif;
}
.product-detail .amount-container {
  margin-top: 15px;
}
.product-detail .amount-container .total-amount {
  color: #2F2F2F;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
.product-detail .amount-container .total-amount:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.product-detail .amount-container .inclusive-text {
  color: #7E7E7E;
  font-size: 17px;
  font-weight: 500;
}
.product-detail .amount-container .inclusive-text:lang(ar) {
  font-family: "bcn_arabic_roundedmedium";
}
.product-detail .amount-container .product-desc {
  display: block;
}
.product-detail .amount-container .default-sale-container.sale .value {
  color: #4200FF;
}
.product-detail .amount-container .default-sale-container.sale del {
  color: #838383;
}
.product-detail .amount-container .default-sale-container.sale del .value {
  color: #838383;
  font-weight: 500;
}
.product-detail .amount-container .default-sale-container.sale del .value:lang(ar) {
  font-family: "bcn_arabic_roundedmedium";
}
.product-detail .amount-container .sales-percent-off {
  display: block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
}
.product-detail .amount-container .sales-percent-off:lang(ar) {
  font-family: "bcn_arabic_roundedmedium";
}
.product-detail .bag-container {
  margin-top: 15px;
}
.product-detail .bag-container .add-to-cart {
  cursor: pointer;
  height: auto;
  width: 200px;
  border-radius: 72px;
  font-size: 23px;
  letter-spacing: -0.643px;
  padding: 24px 0;
  border: 1px solid white;
  font-weight: 700;
}
.product-detail .bag-container .add-to-cart:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.product-detail .bag-container .add-to-cart {
  transition: 0.3s ease all;
}
.product-detail .bag-container .add-to-cart.added-to-bag {
  border: 1px solid #000;
  color: #000;
  background: #ccc;
}
.product-detail .bag-container .add-to-cart:lang(es) {
  width: 250px;
}
.product-detail .sub-heading {
  color: #1E1E1E;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
}
.product-detail .sub-heading:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.product-detail.content-container .main-content-container {
  width: calc(100% - (50% + 21px));
  margin-right: 21px;
}
.product-detail.content-container .sidebar-container {
  width: 50%;
  top: 130px;
  padding: 26px 21px;
  border-radius: 16.8px;
  background: rgba(217, 217, 217, 0.1);
}
.product-detail .size-selection .size-title {
  display: flex;
  justify-content: space-between;
}
.product-detail .size-selection .size-title .size-guide {
  font-size: 17px;
  font-weight: 700;
}
.product-detail .size-selection .size-title .size-guide:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.product-detail .size-selection .size-title .size-guide {
  color: #FF0000;
}

/** LIGHTBOX MARKUP **/
.lightbox {
  /* Default to hidden */
  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 20px 0px;
  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}
.lightbox svg {
  float: right;
  margin-bottom: 12px;
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  height: 80%;
  display: block;
  overflow: scroll;
  border-radius: 14px;
  float: right;
  max-width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.lightbox span img {
  padding: 0 12px;
}
