@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@500;700&family=Plus+Jakarta+Sans:ital@0;1&display=swap");
[href] {
  text-decoration: none; }

[href]:focus {
  outline: none !important; }

.d-flex, .card-body .card-text-price-ala .lowest-price--withoutTax, #main-content .productView-wishlist, .productView-details .productView-price.productView-price-ala .lowest-price--withoutTax, .productView-details .productView-sku, .step-number, .productView-info-bulkPricing > ul > li, .qty_price .form-field--increments .form-increment .button, .customize_this_product_btn .customize_btn_toggle_hit, .customize_this_product_btn .customize_btn_toggle_hit span:first-child, .popup-close span {
  display: flex;
  justify-content: center;
  align-items: center; }

.d-flex-start, .productView-details .productView-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.d-flex-between, .quantity-slider-main, .qty_price, .qty_price .form-field--increments .form-increment, .productView-artifi .artifi_details_wrapper .artifi_tabs .tabs {
  display: flex;
  align-items: center;
  justify-content: space-between; }

[data-carousel-tooltip] {
  display: none !important; }

.add-to-cart-loadingOverlay .loadingOverlay {
  z-index: 100;
  position: fixed; }

.card-body .card-text-price-ala .lowest-price--withoutTax .price-ala-label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  color: #000;
  margin-right: 5px; }

.body {
  overflow: hidden;
  margin-bottom: 0 !important; }

.productView-images {
  position: relative; }
  .productView-images[data-image-gallery] {
    display: block !important;
    margin-bottom: 0; }
  .productView-images .productView-image {
    border: 1px solid #e5e5ea;
    border-radius: 8px;
    background: white;
    overflow: hidden; }

[data-shoppinglist-add] a[data-dropdown] {
  display: none !important; }

.productView-images {
  /* Modal */
  /* Modal Content */
  /* Modal Body */ }
  .productView-images .wrapper .button {
    display: block;
    padding: 7px 15px;
    border: 1px solid #e87722;
    border-radius: 5px;
    background-color: #e87722;
    font-size: 16px;
    font-weight: 400;
    color: white;
    text-align: center;
    text-transform: unset;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px 10px 0 0; }
    .productView-images .wrapper .button:hover {
      background-color: white;
      color: #e87722; }
  .productView-images .sticky_request_buttons {
    display: flex;
    column-gap: 16px;
    margin-top: 16px; }
    .productView-images .sticky_request_buttons .button--grey {
      display: block;
      padding: 7px 15px;
      margin: 10px 0;
      border: 1px solid #0c2340;
      border-radius: 5px;
      background-color: white;
      font-size: 16px;
      font-weight: 300;
      color: black;
      text-align: center;
      text-transform: unset;
      text-decoration: none;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 150px; }
      .productView-images .sticky_request_buttons .button--grey:hover {
        background-color: #0c2340;
        color: white;
        font-weight: 500; }
    @media (max-width: 1680px) {
      .productView-images .sticky_request_buttons .button--grey {
        font-size: 14px;
        padding: 10px 20px; } }
    @media (max-width: 991px) {
      .productView-images .sticky_request_buttons {
        margin-bottom: 16px; }
        .productView-images .sticky_request_buttons .button--grey {
          width: 100%; } }
    @media (max-width: 767px) {
      .productView-images .sticky_request_buttons {
        column-gap: 10px; }
        .productView-images .sticky_request_buttons .button--grey {
          font-size: 13px;
          padding: 10px 0; } }
  .productView-images .modal {
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    visibility: visible; }
    .productView-images .modal.is-active {
      display: block; }
  .productView-images .modal-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 70%;
    margin: 0 auto;
    background-color: black;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    @media (max-width: 767px) {
      .productView-images .modal-content {
        max-width: 90%; } }
  .productView-images .modal-animated-in {
    animation: totop-in 0.3s ease; }
  .productView-images .modal-animated-out {
    animation: totop-out 0.3s ease forwards; }
  .productView-images .modal-header {
    background-color: #111;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 20px;
    box-sizing: border-box; }
  .productView-images .modal-content .close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #222;
    width: 60px;
    height: 60px;
    color: white;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    border-bottom: 1px solid #e5e5ea; }
  .productView-images .modal-content .close:hover {
    background-color: white;
    color: #222; }
  .productView-images .modal-body {
    padding: 0 20px; }
    @media (max-width: 767px) {
      .productView-images .modal-body iframe {
        height: 500px; } }
  .productView-images .modal-header h3 {
    color: white; }
    @media (max-width: 767px) {
      .productView-images .modal-header h3 {
        margin: 0px; } }

/* Keyframes */
@keyframes totop-in {
  0% {
    top: 600px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes totop-out {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -100%;
    opacity: 0; } }

#main-content .productView-wishlist {
  position: absolute;
  top: 30px;
  right: 42px;
  width: 35px;
  height: 35px; }
  @media (max-width: 991px) {
    #main-content .productView-wishlist {
      right: 25px;
      top: 10px; } }
  #main-content .productView-wishlist form {
    width: 100%;
    height: 100%;
    display: block !important; }
    #main-content .productView-wishlist form > a {
      background: #e5e5ea;
      border-radius: 50%;
      box-shadow: 0px 0px 5.59px 0px rgba(0, 0, 0, 0.21);
      display: flex !important;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
      #main-content .productView-wishlist form > a:hover, #main-content .productView-wishlist form > a.is-open {
        background: #0c2340; }
        #main-content .productView-wishlist form > a:hover svg, #main-content .productView-wishlist form > a.is-open svg {
          fill: white; }
  #main-content .productView-wishlist svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: #ee3831; }
  #main-content .productView-wishlist #wishlist-dropdown {
    width: 180px !important;
    right: 0px;
    background: white;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    overflow: hidden; }
    #main-content .productView-wishlist #wishlist-dropdown li + li {
      border-top: 1px solid #cccccc; }
    #main-content .productView-wishlist #wishlist-dropdown .button {
      font-size: 14px;
      padding: 10px 5px;
      border: none; }

.productView-discount {
  padding: 0 10px;
  background: #e87722;
  position: absolute;
  top: 0;
  z-index: 1;
  color: white;
  border-radius: 0 0 10px 0; }

.productView-card-badge {
  z-index: 1;
  display: unset;
  position: absolute;
  top: 1px;
  right: 12px;
  height: 25px; }
  .productView-card-badge span {
    color: white;
    padding: 1px 10px;
    border-radius: 4px; }
  .productView-card-badge .badge-green {
    background-color: #6cc24a; }
  .productView-card-badge .badge-orange {
    background-color: #e87722; }
  .productView-card-badge .badge-blue {
    background-color: #2774ae; }
  .productView-card-badge .badge-img {
    text-align: center;
    margin: -10px auto 0 auto;
    display: block; }

.productView-thumbnails {
  margin-top: 10px; }
  .productView-thumbnails .slick-arrow {
    margin-top: 0; }
  .productView-thumbnails .slick-next,
  .productView-thumbnails .slick-prev {
    padding: 5px;
    width: auto;
    border-radius: 3px; }

.shareicons {
  position: fixed;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  z-index: 100;
  transition: all 0.3s linear; }
  .shareicons.active {
    right: 0; }
  .shareicons ul {
    margin: 0;
    background: #2674bb;
    text-align: center;
    padding: 12px 10px 12px 12px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
    .shareicons ul li {
      display: block;
      margin: 10px 0 0; }
      .shareicons ul li:first-child {
        margin: 0; }
      .shareicons ul li a {
        width: 20px;
        height: 20px; }
        .shareicons ul li a svg {
          fill: white; }

.productView-title-share {
  display: flex;
  justify-content: space-between;
  gap: 10px; }
  @media (max-width: 991px) {
    .productView-title-share {
      display: block; } }
  @media (max-width: 551px) {
    .productView-title-share {
      display: block;
      margin: 0 0 5px; } }
  .productView-title-share .productView-share {
    height: 100%; }
    .productView-title-share .productView-share > a[href] svg {
      width: 78px;
      height: 32px; }
    .productView-title-share .productView-share > a[href]:hover svg {
      fill: #e87722; }
    .productView-title-share .productView-share.active {
      right: 0; }

.productView-details.product-options {
  padding-bottom: 4px; }
  .productView-details.product-options .pdp-order-flow-header {
    display: flex;
    color: #2774ae; }
    .productView-details.product-options .pdp-order-flow-header svg {
      width: 40px;
      height: 40px;
      fill: currentColor; }
    .productView-details.product-options .pdp-order-flow-header h2 {
      margin: 0;
      color: #2774ae;
      font-size: 28px;
      line-height: 1.1; }

.productView-details .productView-rating {
  gap: 10px;
  margin-bottom: 16px; }
  .productView-details .productView-rating > * {
    margin: 0;
    color: #757575;
    font-size: 12px; }
    .productView-details .productView-rating > * .icon {
      width: 14px;
      height: 14px; }
      .productView-details .productView-rating > * .icon svg {
        width: 14px;
        height: 14px; }

.productView-details .productView-short-description {
  margin-bottom: 12px; }
  .productView-details .productView-short-description .warranty-desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; }
    .productView-details .productView-short-description .warranty-desc p,
    .productView-details .productView-short-description .warranty-desc span,
    .productView-details .productView-short-description .warranty-desc a[href],
    .productView-details .productView-short-description .warranty-desc li {
      font-size: 14px;
      font-weight: 300;
      line-height: 20px; }
    .productView-details .productView-short-description .warranty-desc p {
      margin-bottom: 0; }

.productView-details .productView-price.productView-price-ala {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px; }
  .productView-details .productView-price.productView-price-ala .lowest-price--withoutTax .price-ala-label {
    font-size: 12px;
    font-weight: 400;
    font-family: "Kanit", sans-serif;
    color: #757575;
    margin-right: 5px; }
  .productView-details .productView-price.productView-price-ala .lowest-price--withoutTax.line-through .price-ala-price {
    text-decoration: line-through;
    opacity: 0.5; }
  .productView-details .productView-price.productView-price-ala .lowest-price--withoutTax.line-through .price-ala-price-discount {
    margin-left: 5px;
    color: #e87722; }
  .productView-details .productView-price.productView-price-ala .price-section {
    font-size: 28px; }

.productView-details div[data-product-option-change] small {
  display: none; }

.productView-details div[data-product-option-change] .form-option-swatch {
  border-radius: 50%; }
  .productView-details div[data-product-option-change] .form-option-swatch.color-2, .productView-details div[data-product-option-change] .form-option-swatch.color-3 {
    display: flex;
    max-width: 35px;
    border: 0;
    border-radius: 50%;
    overflow: hidden; }
    .productView-details div[data-product-option-change] .form-option-swatch.color-2:after, .productView-details div[data-product-option-change] .form-option-swatch.color-3:after {
      content: "";
      background: transparent;
      border: 1px solid transparent;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%; }
    .productView-details div[data-product-option-change] .form-option-swatch.color-2 .form-option-variant, .productView-details div[data-product-option-change] .form-option-swatch.color-3 .form-option-variant {
      border-radius: 0; }

.productView-details div[data-product-option-change] .form-option {
  padding: 0;
  border: 0;
  box-shadow: 0 0 0 2px #cccccc; }

.productView-details .productView-options {
  position: relative;
  text-align: left;
  margin-bottom: 0; }

.productView-details .productView-sku {
  gap: 5px;
  margin-bottom: 0; }
  .productView-details .productView-sku dd,
  .productView-details .productView-sku dt {
    margin: 0;
    line-height: normal;
    font-size: 12px;
    color: #757575;
    font-weight: 400; }
  @media (max-width: 991px) {
    .productView-details .productView-sku {
      position: relative;
      top: -78px; } }
  @media (max-width: 767px) {
    .productView-details .productView-sku {
      top: -83px; } }

.product-custom-redesign .productView-description {
  width: 50%; }
  .product-custom-redesign .productView-description .tabs {
    margin-top: 0; }
    .product-custom-redesign .productView-description .tabs::before, .product-custom-redesign .productView-description .tabs::after {
      display: none; }
  @media (max-width: 991px) {
    .product-custom-redesign .productView-description {
      width: 100%; } }

.product-default .productView-details div[data-product-option-change] .form-radio:checked + .form-option {
  box-shadow: 0 0 0 2px #e87722; }

.product-default .productView-details .productView-options .form-field:not(.form-field--increments) {
  padding: 0px 30px 15px 0px;
  border: 1px solid #e5e5ea;
  border-radius: 8px; }

.product-default .productView-details [data-checked-status="1"] .step-number {
  position: relative; }
  .product-default .productView-details [data-checked-status="1"] .step-number::before, .product-default .productView-details [data-checked-status="1"] .step-number::after {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%); }
  .product-default .productView-details [data-checked-status="1"] .step-number::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: green;
    border-radius: 50%; }
  .product-default .productView-details [data-checked-status="1"] .step-number::after {
    content: "✓";
    color: white;
    font-size: 14px;
    font-weight: bold; }
  @media (max-width: 991px) {
    .product-default .productView-details [data-checked-status="1"] .step-number::before {
      width: 18px;
      height: 18px; }
    .product-default .productView-details [data-checked-status="1"] .step-number::after {
      font-size: 12px; } }
  @media (max-width: 767px) {
    .product-default .productView-details [data-checked-status="1"] .step-number::before {
      width: 16px;
      height: 16px; }
    .product-default .productView-details [data-checked-status="1"] .step-number::after {
      font-size: 10px; } }

.step-number {
  font-size: 34px;
  font-weight: 600;
  color: #e87722;
  border: 1px solid #e5e5ea;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  margin-right: 20px; }
  @media (max-width: 991px) {
    .step-number {
      width: 36px;
      height: 36px;
      font-size: 30px; } }
  @media (max-width: 991px) {
    .step-number {
      width: 32px;
      height: 32px;
      font-size: 26px; } }

.dummy_padding {
  display: block;
  width: 72px;
  height: 26px;
  float: left; }

.form-field .options-container {
  padding-left: 72px; }

.product-options .form-label--alternate.form-label--inlineSmall {
  font-size: 22px;
  font-weight: 600;
  color: #e87722;
  display: flex;
  align-items: center;
  column-gap: 10px; }
  @media (max-width: 991px) {
    .product-options .form-label--alternate.form-label--inlineSmall {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .product-options .form-label--alternate.form-label--inlineSmall {
      font-size: 18px; } }

.product-options #artifi-product-attribute .art-prod-attr-grid h5 {
  margin-top: 0 !important;
  margin-bottom: 0.75rem;
  font-size: 14px;
  text-transform: unset;
  font-weight: 500; }

.product-options #artifi-product-attribute .art-prod-attr-grid .Product-attribute-list {
  margin-bottom: 2rem; }

.product-options #artifi-product-attribute .art-prod-attr-grid:first-child h5 {
  margin-top: 0; }

.product-options .form-field:nth-child(2) .form-option-wrapper.not-available .form-option {
  position: relative;
  pointer-events: none;
  opacity: 0.2; }
  .product-options .form-field:nth-child(2) .form-option-wrapper.not-available .form-option::before, .product-options .form-field:nth-child(2) .form-option-wrapper.not-available .form-option::after {
    content: "";
    position: absolute;
    top: 0;
    left: 48%;
    right: 0;
    bottom: 0;
    background-color: #cccccc;
    width: 2px; }
  .product-options .form-field:nth-child(2) .form-option-wrapper.not-available .form-option::before {
    transform: rotate(45deg); }
  .product-options .form-field:nth-child(2) .form-option-wrapper.not-available .form-option::after {
    transform: rotate(-45deg); }

.product-options .form-field:nth-child(2) .form-option-wrapper.not-available .swatch-qty {
  pointer-events: none;
  opacity: 0;
  visibility: hidden; }

.productView-find-price {
  background: white;
  padding: 0 30px 0 0;
  margin: 0 0 15px;
  border: 1px solid #e5e5ea;
  border-radius: 8px; }
  .productView-find-price .find_price_label {
    font-size: 22px;
    font-weight: 600;
    color: #e87722;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    column-gap: 10px; }
    @media (max-width: 991px) {
      .productView-find-price .find_price_label {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .productView-find-price .find_price_label {
        font-size: 18px; } }
  .productView-find-price .find_price_content {
    padding: 0 0 21px 72px; }
  @media (max-width: 991px) {
    .productView-find-price {
      padding: 0 15px 0 0; } }

.productView-info-bulkPricing > ul {
  list-style: none;
  margin: 0;
  background: #f3f6f9;
  border-radius: 5px;
  border: 1px solid #f3f6f9;
  overflow-x: auto; }
  .productView-info-bulkPricing > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #f3f6f9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .productView-info-bulkPricing > ul::-webkit-scrollbar {
    height: 8px;
    background-color: transparent; }
  .productView-info-bulkPricing > ul::-webkit-scrollbar-thumb {
    background-color: #0c2340;
    border: 0px solid #555555;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .productView-info-bulkPricing > ul > li {
    flex-wrap: wrap; }
    .productView-info-bulkPricing > ul > li .first {
      width: 130px;
      padding: 4px 12px; }
      @media (max-width: 1200px) {
        .productView-info-bulkPricing > ul > li .first {
          width: 100px; } }
    .productView-info-bulkPricing > ul > li .other {
      width: calc(100% - 130px);
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: nowrap; }
      @media (max-width: 1200px) {
        .productView-info-bulkPricing > ul > li .other {
          width: calc(100% - 100px); } }
      .productView-info-bulkPricing > ul > li .other > span {
        border-left: 1px solid #e5e5ea;
        text-align: right; }
    .productView-info-bulkPricing > ul > li span {
      padding: 4px 12px 4px 6px;
      line-height: normal;
      width: 20%;
      min-width: 62px;
      font-size: 14px;
      font-weight: 500; }
      @media (max-width: 551px) {
        .productView-info-bulkPricing > ul > li span {
          padding: 4px 6px;
          font-size: 13px; } }
  .productView-info-bulkPricing > ul .bulk_price .other span,
  .productView-info-bulkPricing > ul .bulk_quantity .other span,
  .productView-info-bulkPricing > ul .bulk_saving_price .other span {
    cursor: pointer; }
    .productView-info-bulkPricing > ul .bulk_price .other span.active,
    .productView-info-bulkPricing > ul .bulk_quantity .other span.active,
    .productView-info-bulkPricing > ul .bulk_saving_price .other span.active {
      background: #0c2545;
      color: white; }

@media (max-width: 551px) {
  .productView-info-bulkPricing > ul > li .first {
    width: 80px;
    padding: 4px 6px; }
  .productView-info-bulkPricing > ul > li .other {
    width: calc(100% - 80px); }
  .productView-info-bulkPricing > ul > li span {
    padding: 4px 6px;
    font-size: 13px; } }

.productView-info-bulkPricing.highlight0 > ul > li .other > span:nth-child(1) {
  background: #0c2545;
  color: white; }

.productView-info-bulkPricing.highlight1 > ul > li .other > span:nth-child(2) {
  background: #0c2545;
  color: white; }

.productView-info-bulkPricing.highlight2 > ul > li .other > span:nth-child(3) {
  background: #0c2545;
  color: white; }

.productView-info-bulkPricing.highlight3 > ul > li .other > span:nth-child(4) {
  background: #0c2545;
  color: white; }

.productView-info-bulkPricing.highlight4 > ul > li .other > span:nth-child(5) {
  background: #0c2545;
  color: white; }

#shippingInfo {
  font-size: 11px;
  font-weight: 400;
  margin: 20px 0 0; }

.quantity-slider-main {
  margin: 0 0 30px; }
  .quantity-slider-main > span {
    font-size: 14px;
    font-weight: 500;
    color: #3b3b3b; }

.quantity-slider {
  width: 90%;
  height: 4px;
  background-color: #6cc24a;
  position: relative;
  margin: 0 5px; }

.slider-pointer {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #e5e5ea;
  margin-top: -0.05em; }

.quantity-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px; }

.quantity-controls button {
  background-color: #2774ae;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer; }

.quantity {
  width: 50px;
  text-align: center;
  margin: 0 10px; }

.qty_price {
  margin-top: 15px; }
  .qty_price .totalQuantityInc {
    cursor: not-allowed; }
  .qty_price .form-field--increments {
    margin-bottom: 0 !important; }
    .qty_price .form-field--increments .form-label {
      margin-bottom: 8px; }
    .qty_price .form-field--increments .form-input {
      font-size: 16px;
      font-weight: 300;
      width: 50px; }
    .qty_price .form-field--increments .form-increment {
      border: 1px solid #e5e5ea;
      width: 140px;
      padding: 10.5px 10px 11px 10px;
      border-radius: 4px; }
      .qty_price .form-field--increments .form-increment .button {
        padding: 0;
        width: 20px;
        height: 20px;
        background: #1b365d; }
        .qty_price .form-field--increments .form-increment .button[disabled] {
          opacity: 0.5; }
        .qty_price .form-field--increments .form-increment .button .icon {
          width: 7px;
          height: 7px; }
          .qty_price .form-field--increments .form-increment .button .icon svg {
            fill: white; }
  .qty_price .pv-price {
    text-align: right; }
    .qty_price .pv-price .pp-section {
      font-size: 22px;
      font-weight: 500;
      display: flex;
      align-items: center; }
      .qty_price .pv-price .pp-section .price {
        position: relative;
        top: -3px; }
      .qty_price .pv-price .pp-section.line-through {
        font-size: 18px; }
        .qty_price .pv-price .pp-section.line-through .price {
          opacity: 0.5;
          text-decoration: line-through;
          top: 0; }
      .qty_price .pv-price .pp-section .price_disc {
        color: #e87722;
        margin-left: 5px; }

.customize_this_product_btn {
  max-height: 57px; }
  .customize_this_product_btn.no_personalize {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none; }
  .customize_this_product_btn.disabled #customizeProduct {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none; }
  .customize_this_product_btn .customize_btn_toggle_hit {
    display: block;
    padding: 7px 15px;
    margin: 10px 0;
    border: 1px solid #2774ae;
    border-radius: 5px;
    background-color: #2774ae;
    font-size: 16px;
    font-weight: 300;
    color: white;
    text-align: center;
    text-transform: unset;
    text-decoration: none;
    cursor: pointer;
    flex-wrap: wrap; }
    .customize_this_product_btn .customize_btn_toggle_hit:hover {
      background-color: white;
      color: #2774ae;
      font-weight: 500;
      outline: 1px solid #2774ae;
      position: relative; }
      .customize_this_product_btn .customize_btn_toggle_hit:hover::after {
        content: "";
        position: absolute;
        bottom: 2px;
        right: 8px;
        left: 8px;
        height: 0px;
        background-color: #2774ae; }
    .customize_this_product_btn .customize_btn_toggle_hit span {
      width: 100%;
      display: block;
      line-height: normal; }
      .customize_this_product_btn .customize_btn_toggle_hit span svg {
        width: 19px;
        height: 17px;
        fill: white;
        margin-right: 12px; }
    .customize_this_product_btn .customize_btn_toggle_hit:hover span svg {
      fill: #2774ae; }
    .customize_this_product_btn .customize_btn_toggle_hit u {
      text-decoration: none !important; }
    .customize_this_product_btn .customize_btn_toggle_hit u._2 {
      display: none; }
  .customize_this_product_btn svg {
    width: 100%;
    height: 57px; }
  .customize_this_product_btn .customize_btn_active {
    display: none; }
  .customize_this_product_btn.active .customize_btn {
    display: none; }
  .customize_this_product_btn.active .customize_btn_active {
    display: block; }
  .customize_this_product_btn.active u._2 {
    display: block; }
  .customize_this_product_btn.active u._1 {
    display: none; }

div[data-label-name="put-design-id"],
div[data-label-name="groupid"] {
  display: none; }
  div[data-label-name="put-design-id"] > *,
  div[data-label-name="groupid"] > * {
    display: none; }

#add-to-cart-wrapper {
  max-width: none; }
  #add-to-cart-wrapper .alertBox + * {
    display: none !important; }
  #add-to-cart-wrapper .rfq-button-container {
    display: none !important; }

.productView-sticky {
  background: #f3f6f9;
  border: 1px solid #8f8f8f;
  border-radius: 8px;
  box-shadow: 0px 10px 12.5px 0px rgba(0, 0, 0, 0.1);
  padding: 21px 28px;
  z-index: 2;
  width: 98%;
  clear: both;
  position: relative; }
  @media screen and (min-width: 1441px) {
    .productView-sticky {
      max-width: 1600px; } }
  @media screen and (min-width: 1681px) {
    .productView-sticky {
      max-width: 1725px; } }
  @media screen and (max-width: 1440px) {
    .productView-sticky {
      max-width: 1335px; } }
  @media screen and (max-width: 1280px) {
    .productView-sticky {
      max-width: 1176px; } }
  @media (max-width: 1200px) {
    .productView-sticky {
      width: 98%;
      margin: 0 auto;
      padding: 20px 15px; } }
  @media (max-width: 991px) {
    .productView-sticky {
      width: 100%;
      bottom: 0;
      box-shadow: none;
      border-radius: 0;
      border: none;
      padding: 10px 15px; } }
  .productView-sticky .sticky_contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px; }
    .productView-sticky .sticky_contents .sticky_request_buttons {
      display: flex;
      column-gap: 17px;
      row-gap: 10px; }
      .productView-sticky .sticky_contents .sticky_request_buttons .button--grey {
        display: block;
        padding: 7px 15px;
        margin: 10px 0;
        border: 1px solid #0c2340;
        border-radius: 5px;
        background-color: white;
        font-size: 16px;
        font-weight: 300;
        color: black;
        text-align: center;
        text-transform: unset;
        text-decoration: none;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        padding: 10px 23px; }
        .productView-sticky .sticky_contents .sticky_request_buttons .button--grey:hover {
          background-color: #0c2340;
          color: white;
          font-weight: 500; }
    .productView-sticky .sticky_contents .sticky_colors {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
      .productView-sticky .sticky_contents .sticky_colors .form-field {
        display: flex;
        align-items: center;
        margin: 0; }
        .productView-sticky .sticky_contents .sticky_colors .form-field .color_label {
          font-weight: 500;
          position: relative;
          top: -4px;
          font-size: 14px; }
        .productView-sticky .sticky_contents .sticky_colors .form-field .form-option-swatch {
          border: 0;
          margin: 0;
          margin-right: 3px; }
          .productView-sticky .sticky_contents .sticky_colors .form-field .form-option-swatch .form-option-variant {
            width: 17px;
            height: 17px; }
      .productView-sticky .sticky_contents .sticky_colors .form-option-wrapper-more .option_more {
        font-size: 12px;
        color: #2d2d2d;
        position: relative;
        top: -4px; }
      @media (max-width: 991px) {
        .productView-sticky .sticky_contents .sticky_colors .form-field .color_label {
          top: -3px;
          font-size: 13px; } }
      @media (max-width: 767px) {
        .productView-sticky .sticky_contents .sticky_colors {
          margin-bottom: 10px; } }
    .productView-sticky .sticky_contents .sticky_quantity > span {
      display: block; }
    .productView-sticky .sticky_contents .sticky_quantity span {
      font-size: 16px;
      font-weight: 300;
      color: #2d2d2d;
      width: auto;
      text-align: right; }
    .productView-sticky .sticky_contents .sticky_quantity span + span {
      color: #2774ae; }
    @media (max-width: 1680px) {
      .productView-sticky .sticky_contents .sticky_quantity span {
        font-size: 14px;
        line-height: 18px; } }
    @media (max-width: 991px) {
      .productView-sticky .sticky_contents .sticky_quantity span {
        font-size: 12px;
        line-height: 14px; } }
    .productView-sticky .sticky_contents .sticky_price .price_sec {
      font-size: 30px;
      font-weight: 400;
      color: #2d2d2d;
      line-height: 24px;
      margin-bottom: 0;
      text-align: right; }
    .productView-sticky .sticky_contents .sticky_price .price_breckdown,
    .productView-sticky .sticky_contents .sticky_price .price_breckdown_update {
      font-size: 16px;
      font-weight: 300;
      color: #2d2d2d;
      text-decoration: underline;
      display: none; }
    @media (max-width: 1680px) {
      .productView-sticky .sticky_contents .sticky_price .price_sec {
        font-size: 26px; }
      .productView-sticky .sticky_contents .sticky_price .price_breckdown {
        font-size: 14px; } }
    @media (max-width: 991px) {
      .productView-sticky .sticky_contents .sticky_price .price_breckdown {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .productView-sticky .sticky_contents .sticky_price {
        text-align: right;
        margin-bottom: 15px;
        margin-top: -45px; } }
    .productView-sticky .sticky_contents .sticky_add_to_cart.disabled {
      opacity: 0.5;
      cursor: not-allowed;
      pointer-events: none; }
    .productView-sticky .sticky_contents .sticky_add_to_cart .btn-disable {
      opacity: 0.5;
      pointer-events: none; }
    .productView-sticky .sticky_contents .sticky_add_to_cart .button--orange {
      display: block;
      padding: 7px 15px;
      margin: 10px 0;
      border: 1px solid #2774ae;
      border-radius: 5px;
      background-color: #2774ae;
      font-size: 16px;
      font-weight: 300;
      color: white;
      text-align: center;
      text-transform: unset;
      text-decoration: none;
      cursor: pointer;
      font-size: 18px;
      font-weight: 500;
      padding: 10px 115px;
      min-width: 157px;
      display: none; }
      .productView-sticky .sticky_contents .sticky_add_to_cart .button--orange:hover {
        background-color: white;
        color: #2774ae;
        font-weight: 500;
        outline: 1px solid #2774ae;
        position: relative; }
        .productView-sticky .sticky_contents .sticky_add_to_cart .button--orange:hover::after {
          content: "";
          position: absolute;
          bottom: 2px;
          right: 8px;
          left: 8px;
          height: 0px;
          background-color: #2774ae; }
      @media (max-width: 1680px) {
        .productView-sticky .sticky_contents .sticky_add_to_cart .button--orange {
          padding: 10px 72px; } }
      @media (max-width: 767px) {
        .productView-sticky .sticky_contents .sticky_add_to_cart .button--orange {
          padding: 7px; } }
      .productView-sticky .sticky_contents .sticky_add_to_cart .button--orange.active {
        display: block; }
    @media (max-width: 991px) {
      .productView-sticky .sticky_contents {
        display: block; } }
    @media (max-width: 991px) {
      .productView-sticky .sticky_contents {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: flex-end; }
        .productView-sticky .sticky_contents .sticky_colors {
          display: none; }
        .productView-sticky .sticky_contents .sticky_quantity {
          width: 50%;
          position: absolute;
          top: 10px;
          left: 15px; }
          .productView-sticky .sticky_contents .sticky_quantity span {
            text-align: left; }
          .productView-sticky .sticky_contents .sticky_quantity .total_qty_txt {
            font-size: 14px;
            font-weight: 600; }
            .productView-sticky .sticky_contents .sticky_quantity .total_qty_txt * {
              font-size: 14px;
              font-weight: 600; }
        .productView-sticky .sticky_contents .sticky_request_buttons {
          width: 100%;
          order: -2; }
        .productView-sticky .sticky_contents .sticky_price {
          order: -1;
          margin: 0 0 0 0; }
          .productView-sticky .sticky_contents .sticky_price .price_breckdown {
            color: #e87722; }
        .productView-sticky .sticky_contents .sticky_add_to_cart {
          width: 100%;
          order: -2;
          margin: 12px 0 0 0; } }

.productView-options .form-field[data-label-name="customize-this-product"] {
  display: none !important; }

.productView-artifi {
  clear: both; }
  .productView-artifi.active {
    display: block !important; }
  .productView-artifi h2 {
    margin-top: 0;
    font-weight: 500; }
  .productView-artifi .productView-image {
    display: block; }
  .productView-artifi .artifi_details_wrapper {
    background: white;
    border: 1px solid #e5e5ea;
    border-radius: 8px;
    margin-top: 0px; }
    .productView-artifi .artifi_details_wrapper .customization_label {
      font-size: 22px;
      font-weight: 600;
      color: #e87722;
      display: flex;
      align-items: center;
      column-gap: 10px; }
      @media (max-width: 991px) {
        .productView-artifi .artifi_details_wrapper .customization_label {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .productView-artifi .artifi_details_wrapper .customization_label {
          font-size: 18px; } }
    .productView-artifi .artifi_details_wrapper .artifi-content {
      padding: 0 25px 30px 72px; }
    .productView-artifi .artifi_details_wrapper h5 {
      text-transform: none;
      font-size: 18px;
      font-weight: 400;
      margin-top: 20px; }
    .productView-artifi .artifi_details_wrapper p.truncate-txt {
      margin-bottom: 0; }
    .productView-artifi .artifi_details_wrapper .artifi_tabs .tabs {
      flex-wrap: wrap; }
      @media (max-width: 551px) {
        .productView-artifi .artifi_details_wrapper .artifi_tabs .tabs {
          flex-wrap: nowrap; } }
      .productView-artifi .artifi_details_wrapper .artifi_tabs .tabs .tab {
        width: 33.33%;
        padding: 0 10px;
        border: 0; }
        @media (max-width: 551px) {
          .productView-artifi .artifi_details_wrapper .artifi_tabs .tabs .tab {
            width: auto; } }
        .productView-artifi .artifi_details_wrapper .artifi_tabs .tabs .tab.is-active {
          border: 0;
          border-bottom: 2px solid #e87722;
          margin-bottom: 0; }
          .productView-artifi .artifi_details_wrapper .artifi_tabs .tabs .tab.is-active .tab-title {
            font-weight: 500; }
        .productView-artifi .artifi_details_wrapper .artifi_tabs .tabs .tab .tab-title {
          font-size: 14px;
          font-weight: 400;
          text-align: center; }
    .productView-artifi .artifi_details_wrapper .artifi_tabs .tabs-contents .tab-content {
      padding: 0; }
    .productView-artifi .artifi_details_wrapper .text-color-swatches {
      outline: none !important;
      border: 0px solid transparent;
      box-shadow: 0 0 0 2px #cccccc; }
      .productView-artifi .artifi_details_wrapper .text-color-swatches.selected {
        outline: none !important;
        border: 0px;
        box-shadow: 0 0 0 2px #e87722; }
    .productView-artifi .artifi_details_wrapper #artifi-view-note > p {
      margin: 0 0 5px;
      text-transform: none;
      font-size: 18px;
      font-weight: 400;
      margin-top: 20px;
      color: #0c2340; }

.productView-description .tabs {
  position: relative;
  border-color: #757575;
  border: 0;
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 65px;
  margin-top: 40px; }
  @media (max-width: 991px) {
    .productView-description .tabs {
      column-gap: 55px; } }
  @media (max-width: 767px) {
    .productView-description .tabs {
      border: 0;
      margin-top: 20px;
      column-gap: 45px; } }
  @media (max-width: 551px) {
    .productView-description .tabs {
      column-gap: 25px; } }
  .productView-description .tabs .tab {
    border-top-color: transparent; }
    .productView-description .tabs .tab .tab-title {
      font-size: 18px;
      font-weight: 400;
      opacity: 0.6;
      color: #1a1a1a;
      padding: 9px 5px;
      text-align: left;
      text-decoration: none !important; }
      @media (max-width: 767px) {
        .productView-description .tabs .tab .tab-title {
          font-size: 16px; } }
      @media (max-width: 551px) {
        .productView-description .tabs .tab .tab-title {
          font-size: 14px; } }
    .productView-description .tabs .tab.is-active {
      border-color: transparent; }
      .productView-description .tabs .tab.is-active .tab-title {
        font-size: 18px;
        font-weight: 500;
        opacity: 1;
        color: #1a1a1a;
        position: relative; }
        @media (max-width: 767px) {
          .productView-description .tabs .tab.is-active .tab-title {
            font-size: 16px; } }
        @media (max-width: 551px) {
          .productView-description .tabs .tab.is-active .tab-title {
            font-size: 14px; } }
        .productView-description .tabs .tab.is-active .tab-title::after {
          content: "";
          border-bottom: 4px solid #e87722;
          position: absolute;
          bottom: 0px;
          left: 0;
          width: 100%; }
  .productView-description .tabs::before, .productView-description .tabs:after {
    border-bottom: 1px solid #757575;
    position: absolute;
    top: auto;
    bottom: -0.05rem;
    width: 100%; }
    @media (max-width: 767px) {
      .productView-description .tabs::before, .productView-description .tabs:after {
        display: none; } }
  .productView-description .tabs::before {
    right: 100%;
    left: auto; }
  .productView-description .tabs::after {
    left: 100%;
    right: auto; }

.productView-description .tabs-contents {
  width: 100%;
  float: left;
  border: 1px solid #757575;
  border-radius: 8px; }
  @media (max-width: 991px) {
    .productView-description .tabs-contents {
      border: none; } }
  .productView-description .tabs-contents .tab-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .productView-description .tabs-contents .tab-content .tab-title-acc {
      display: none; }
    .productView-description .tabs-contents .tab-content .product_details_main {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 0 -25px; }
      .productView-description .tabs-contents .tab-content .product_details_main .product_details_left {
        width: 50%;
        padding: 0 25px; }
        @media (max-width: 767px) {
          .productView-description .tabs-contents .tab-content .product_details_main .product_details_left {
            width: 100%; } }
      .productView-description .tabs-contents .tab-content .product_details_main .product_details_right {
        width: 50%;
        padding: 0 25px; }
        .productView-description .tabs-contents .tab-content .product_details_main .product_details_right img {
          display: block;
          margin: 0 auto; }

@media (max-width: 991px) {
  .productView-description .main-tab {
    display: none; }
  .productView-description .main-tabs-contents {
    border: 0; }
    .productView-description .main-tabs-contents > .tab-content {
      padding: 0;
      border: 1px solid #777;
      margin: 0 0 10px; }
      .productView-description .main-tabs-contents > .tab-content .tab-title-acc {
        display: block;
        text-decoration: none;
        color: #777;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        padding: 5px 10px;
        background: #e6e6e6; }
        .productView-description .main-tabs-contents > .tab-content .tab-title-acc::before {
          content: "";
          position: absolute;
          top: 50%;
          right: 15px;
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 14px solid #777;
          transform: translateY(-50%); }
        .productView-description .main-tabs-contents > .tab-content .tab-title-acc::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 18px;
          width: 0;
          height: 0;
          border-top: 6px solid transparent;
          border-bottom: 6px solid transparent;
          border-left: 10px solid #e87722;
          transform: translateY(-50%); }
        .productView-description .main-tabs-contents > .tab-content .tab-title-acc.open-accordion::before {
          transform: translateY(-50%) rotate(90deg); }
        .productView-description .main-tabs-contents > .tab-content .tab-title-acc.open-accordion::after {
          transform: translateY(-50%) rotate(90deg); }
      .productView-description .main-tabs-contents > .tab-content .tab-content-acc {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease; }
        .productView-description .main-tabs-contents > .tab-content .tab-content-acc.open-accordion {
          max-height: 1000px;
          padding: 10px 10px; }
    .productView-description .main-tabs-contents > .tab-content,
    .productView-description .main-tabs-contents > .tab-content.is-active {
      display: block; } }

@media (max-width: 1200px) {
  .productGrid {
    margin: 0 auto !important; } }

.productGrid .slick-prev,
.productGrid .slick-next {
  top: 35%; }

@media only screen and (min-width: 1350px) {
  .productGrid .slick-prev {
    left: -42px; }
  .productGrid .slick-next {
    right: -42px; } }

.productView-related_products h2 {
  text-align: left;
  font-size: 28px;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .productView-related_products h2 {
      margin-top: 15px; } }

.productView-similar_by_views h2 {
  text-align: left;
  font-size: 28px;
  margin-bottom: 20px; }

#popupModal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: white;
  margin: 0;
  width: 900px;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: 0;
  overflow: auto;
  transform: translate(-50%, -50%);
  z-index: 1005; }
  #popupModal .popup-body {
    overflow: auto;
    padding: 30px; }

.popup-close {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 0;
  z-index: 50;
  cursor: pointer; }
  .popup-close span {
    width: 32px;
    height: 32px;
    font-size: 32px; }

.popup-modal-background {
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.has-activeModal .popup-modal-background {
  display: block; }

.has-activeModal .modal-background {
  background-color: rgba(0, 0, 0, 0.5); }

.has-activeModal #previewModal {
  max-width: 60%;
  border-radius: 5px; }
  .has-activeModal #previewModal .modal-header {
    border: none;
    padding: 20px; }
    .has-activeModal #previewModal .modal-header .modal-header-title {
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 26px;
      text-align: center;
      text-transform: uppercase;
      color: black; }
  .has-activeModal #previewModal .modal-body {
    padding: 20px;
    display: flex; }
    .has-activeModal #previewModal .modal-body .productView {
      width: 50%; }
      .has-activeModal #previewModal .modal-body .productView .productView-image {
        min-height: 100px;
        align-items: flex-start;
        margin: 0;
        padding: 0; }
        .has-activeModal #previewModal .modal-body .productView .productView-image .productView-img-container {
          max-width: 250px;
          text-align: left;
          margin: 0 0 20px 0;
          text-align: left; }
          .has-activeModal #previewModal .modal-body .productView .productView-image .productView-img-container::after {
            padding-bottom: 200px; }
      .has-activeModal #previewModal .modal-body .productView .productView-details {
        width: 100%;
        padding: 0; }
        .has-activeModal #previewModal .modal-body .productView .productView-details .productView-title {
          font-style: normal;
          font-weight: 700;
          font-size: 20px;
          line-height: normal;
          text-transform: uppercase;
          color: black;
          text-align: left;
          margin: 0 0 10px;
          padding: 0 10px 0 0; }
        .has-activeModal #previewModal .modal-body .productView .productView-details .productView-price {
          font-size: 22px;
          font-weight: 700;
          color: black; }
        .has-activeModal #previewModal .modal-body .productView .productView-details .productView-brand {
          display: none; }
        .has-activeModal #previewModal .modal-body .productView .productView-details .productView-info {
          display: flex;
          align-items: center;
          margin: 0; }
          .has-activeModal #previewModal .modal-body .productView .productView-details .productView-info[data-option="Artifi Design Id"], .has-activeModal #previewModal .modal-body .productView .productView-details .productView-info[data-option="Artifi PDF"], .has-activeModal #previewModal .modal-body .productView .productView-details .productView-info[data-option="Artifi XML"] {
            display: none; }
          .has-activeModal #previewModal .modal-body .productView .productView-details .productView-info .productView-info-name {
            margin: 0 10px 0 0;
            font-size: 14px;
            font-weight: 700; }
          .has-activeModal #previewModal .modal-body .productView .productView-details .productView-info .productView-info-value {
            font-size: 14px;
            font-weight: 400; }
    .has-activeModal #previewModal .modal-body .previewCartCheckout {
      width: 50%;
      padding: 0;
      background-color: transparent; }
      .has-activeModal #previewModal .modal-body .previewCartCheckout .previewCartCheckout-subtotal {
        padding: 20px;
        background-color: #f0eeef;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        align-items: center;
        color: black;
        margin: 0 0 20px 0; }
        .has-activeModal #previewModal .modal-body .previewCartCheckout .previewCartCheckout-subtotal .previewCartCheckout-price {
          font-weight: 700;
          font-size: 20px;
          line-height: 24px;
          text-transform: uppercase;
          color: black;
          margin: 10px 0; }
        .has-activeModal #previewModal .modal-body .previewCartCheckout .previewCartCheckout-subtotal p {
          margin: 0; }
      .has-activeModal #previewModal .modal-body .previewCartCheckout .cta-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px; }
        .has-activeModal #previewModal .modal-body .previewCartCheckout .cta-buttons .button {
          margin: 0;
          font-style: normal;
          font-weight: 700;
          font-size: 13px;
          line-height: 20px;
          text-align: center;
          text-transform: uppercase;
          color: black;
          padding: 10px;
          letter-spacing: 0.02em;
          border-radius: 30px; }
        .has-activeModal #previewModal .modal-body .previewCartCheckout .cta-buttons .cta-cart {
          border-color: black;
          letter-spacing: 0.02em; }
          .has-activeModal #previewModal .modal-body .previewCartCheckout .cta-buttons .cta-cart:hover {
            background: #2674bb;
            border-color: #2674bb;
            color: white; }
        .has-activeModal #previewModal .modal-body .previewCartCheckout .cta-buttons .cta-checkout {
          border-color: #2674bb;
          background: #2674bb;
          color: white; }
          .has-activeModal #previewModal .modal-body .previewCartCheckout .cta-buttons .cta-checkout:hover {
            background: black;
            border-color: black; }
      .has-activeModal #previewModal .modal-body .previewCartCheckout .shop-more {
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        background-color: #2674bb;
        color: white;
        border-color: #2674bb;
        padding: 10px;
        letter-spacing: 0.02em;
        border-radius: 30px; }
        .has-activeModal #previewModal .modal-body .previewCartCheckout .shop-more:hover {
          background: black;
          border-color: black; }
  @media (max-width: 991px) {
    .has-activeModal #previewModal {
      max-width: 95%; }
      .has-activeModal #previewModal .modal-body {
        overflow-y: auto;
        height: 350px; } }
  @media (max-width: 801px) {
    .has-activeModal #previewModal .modal-close {
      margin-top: -10px;
      margin-right: -10px; }
    .has-activeModal #previewModal .modal-header {
      padding: 10px 10px; }
      .has-activeModal #previewModal .modal-header .modal-header-title {
        padding: 0 20px;
        font-size: 20px;
        line-height: 24px; }
    .has-activeModal #previewModal .previewCart .previewCartCheckout {
      width: 100%; }
    .has-activeModal #previewModal .previewCart .productView {
      width: 100%;
      margin: 10px 0 20px 0; }
      .has-activeModal #previewModal .previewCart .productView .productView-details,
      .has-activeModal #previewModal .previewCart .productView .productView-title {
        text-align: center !important; } }

.price-break-down-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  padding: 0 15px; }
  .price-break-down-popup.is-open {
    display: flex; }
  .price-break-down-popup .pbd-inner {
    width: 100%;
    max-width: 600px;
    background: white;
    padding: 20px 20px;
    border-radius: 4px;
    position: relative; }
  .price-break-down-popup .pbd-close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 auto;
    background: #2774ae;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer; }
    .price-break-down-popup .pbd-close svg {
      fill: white; }
    .price-break-down-popup .pbd-close:hover {
      background: #e87722; }
  .price-break-down-popup table {
    width: 100%;
    border: 1px solid #cccccc; }
    .price-break-down-popup table tr th {
      background: #e5e5ea; }
    .price-break-down-popup table tr td,
    .price-break-down-popup table tr th {
      font-size: 14px;
      border: 1px solid #cccccc;
      text-align: center;
      padding: 10px;
      word-break: break-all; }
      .price-break-down-popup table tr td img,
      .price-break-down-popup table tr th img {
        width: 80px;
        height: 50px;
        margin: 0 auto;
        object-fit: contain; }
    .price-break-down-popup table tr.load-lazy {
      background: linear-gradient(90deg, #e8e8f2 8%, #dddde7 18%, #e8e8f2 33%);
      background-size: 800px 104px;
      animation-name: placeHolderShimmer;
      animation-duration: 1.5s;
      animation-iteration-count: infinite;
      animation-fill-mode: forwards;
      animation-timing-function: linear;
      margin: 6px 0;
      border-radius: 4px;
      color: transparent;
      pointer-events: none;
      user-select: none; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  to {
    background-position: 468px 0; } }
  .price-break-down-popup .pbd-total {
    width: 100%;
    text-align: right;
    margin: 20px 0 0 0;
    font-weight: bold;
    font-size: 18px; }
  .price-break-down-popup .pbd-message {
    font-size: 18px;
    text-align: center; }

.slider-container .ant-row .ant-col {
  padding-right: 8px !important; }

@keyframes move {
  0% {
    transform: scale(1, 1);
    color: black;
    font-weight: 400; }
  25% {
    transform: scale(1.3, 1.3);
    color: #2774ae;
    font-weight: 600; }
  50% {
    transform: scale(1, 1);
    color: black;
    font-weight: 400; }
  75% {
    transform: scale(1.3, 1.3);
    color: #2774ae;
    font-weight: 600; }
  100% {
    transform: scale(1, 1);
    color: black;
    font-weight: 400; } }

.animate-text {
  animation: move 4s ease-in-out; }

[data-product-attribute="swatch"] .form-option.unavailable::before {
  left: -2px !important;
  top: 16px !important;
  width: 38px !important; }

.product-views-container .view-card .view-card-thumb .truncate-txt {
  overflow: auto;
  text-overflow: clip;
  white-space: normal; }

#artifi-imprint-color .imprint-color-container label {
  display: none; }

#artifi-send-art-work {
  margin-bottom: 5px; }

#artifi-send-art-work p.artwork-title {
  font-weight: 400;
  font-size: 20px;
  color: #2774ae; }

.send-art-later-help {
  margin: 0;
  font-size: 16px; }

.artifi_details_wrapper .artifi-content #artifi-view-note p {
  font-size: 20px;
  font-weight: 400; }

.customization-help {
  font-size: 16px;
  font-weight: 500;
  color: #2774ae;
  padding-left: 72px; }

.customization-help-bottom {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 72px;
  color: #2774ae;
  font-size: 20px;
  font-weight: 500; }
  .customization-help-bottom svg {
    width: 40px;
    height: 40px;
    fill: currentColor; }

/* Custom Design Module Styles */
.myron-design-container {
  margin: 30px 0;
  border-radius: 5px;
  background: white; }

.myron-area-selector {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap; }

.myron-area-btn {
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  min-width: 120px;
  text-align: center;
  transition: all 0.2s; }
  .myron-area-btn:hover {
    border-color: #2774ae; }
  .myron-area-btn.active {
    background: #2774ae;
    color: white;
    border-color: #2774ae; }

.myron-area-title {
  font-weight: bold;
  text-decoration: underline;
  color: #2774ae;
  margin-bottom: 15px;
  font-size: 1.2em; }

.area-tag {
  position: absolute;
  top: -8px;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 10px;
  color: white;
  font-weight: bold; }
  .area-tag.logo-tag {
    background: #4caf50;
    right: -8px; }
  .area-tag.text-tag {
    background: #ff9800;
    right: 40px; }

.myron-logo-section,
.myron-text-section,
.myron-color-section,
.myron-layout-section,
.myron-notes-section {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 4px; }
  .myron-logo-section h3,
  .myron-text-section h3,
  .myron-color-section h3,
  .myron-layout-section h3,
  .myron-notes-section h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
    color: #0c2545;
    font-weight: 600; }

/* Logo Uploader Styles */
.myron-upload-container {
  margin-top: 15px; }

.myron-upload-box {
  border: 1px dashed #d1d5db;
  border-radius: 8px;
  background-color: #f9fafb;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden; }
  .myron-upload-box:hover {
    border-color: #2774ae; }
  .myron-upload-box.disabled {
    opacity: 0.5;
    pointer-events: none; }

.upload-area {
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .upload-area.dragover {
    background-color: #e0effe;
    border-color: #2774ae; }

.upload-icon {
  margin-bottom: 12px;
  color: #2774ae; }

.upload-instructions {
  font-weight: 500;
  color: #374151;
  margin-bottom: 4px; }

.upload-requirements {
  font-size: 0.875rem;
  color: #6b7280; }

.logo-preview-container {
  padding: 20px;
  display: none; }
  .logo-preview-container:not(.hidden) {
    display: block; }

.logo-preview-wrapper {
  display: flex;
  align-items: center;
  gap: 16px; }

.logo-preview-image {
  width: 90px;
  height: 90px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center; }
  .logo-preview-image img {
    max-width: 100%;
    max-height: 100%;
    display: block; }

.logo-preview-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.logo-filename-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px; }

.logo-filename {
  font-weight: 500;
  word-break: break-word;
  flex: 1; }

.remove-logo-btn {
  background: none;
  border: none;
  color: #ef4444;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .remove-logo-btn:hover {
    color: #dc2626; }
  .remove-logo-btn svg {
    width: 16px;
    height: 16px; }

.send-art-later {
  margin-top: 16px;
  display: flex;
  align-items: center; }
  .send-art-later .toggle-switch {
    display: flex;
    align-items: center;
    cursor: pointer; }
    .send-art-later .toggle-switch input {
      opacity: 0;
      width: 0;
      height: 0; }
    .send-art-later .toggle-switch .slider {
      position: relative;
      width: 50px;
      height: 24px;
      background-color: #ccc;
      border-radius: 24px;
      transition: 0.4s;
      margin-right: 10px; }
      .send-art-later .toggle-switch .slider:before {
        content: "";
        position: absolute;
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        border-radius: 50%;
        transition: 0.4s; }
    .send-art-later .toggle-switch input:checked + .slider {
      background-color: #2774ae; }
      .send-art-later .toggle-switch input:checked + .slider:before {
        transform: translateX(26px); }
    .send-art-later .toggle-switch .toggle-label {
      font-weight: 400;
      font-size: 16px;
      color: #2774ae; }
  .send-art-later .send-art-later-help {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
    line-height: 1.4; }

.color-count-selector {
  margin-top: 16px;
  padding: 12px;
  background-color: #f3f4f6;
  border-radius: 6px; }
  .color-count-selector.hidden {
    display: none; }
  .color-count-selector label {
    margin-right: 10px;
    font-size: 0.875rem; }
  .color-count-selector select {
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #d1d5db;
    background-color: white; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.hidden {
  display: none !important; }

/* Text Widget Container */
.myron-text-widget {
  margin-bottom: 20px; }

.myron-font-selector {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px; }
  .myron-font-selector label {
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    align-self: start;
    padding-top: 10px; }
  .myron-font-selector .custom-font-selector {
    position: relative;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    background: white; }
    .myron-font-selector .custom-font-selector .selected-font {
      height: 100%;
      display: flex;
      align-items: center;
      cursor: pointer; }
      .myron-font-selector .custom-font-selector .selected-font img {
        max-height: 24px;
        max-width: 100%; }
      .myron-font-selector .custom-font-selector .selected-font .font-name-preview {
        font-family: inherit; }

/* Text Lines Container */
.myron-text-lines {
  display: grid;
  gap: 12px;
  margin-bottom: 15px; }

.myron-text-line {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 60px 24px;
  align-items: center;
  gap: 10px; }
  .myron-text-line label {
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    padding-top: 9px; }
  .myron-text-line .text-input-container {
    position: relative; }
  .myron-text-line .char-count-display {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 0.8em; }
  .myron-text-line .chars-used.max-reached {
    color: #d32f2f;
    font-weight: bold; }
  .myron-text-line .myron-text-input {
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    min-width: 0; }
    .myron-text-line .myron-text-input:focus, .myron-text-line .myron-text-input:active {
      border: 1px solid #2774ae; }
  .myron-text-line .myron-char-counter {
    text-align: right;
    font-size: 13px;
    color: #777;
    padding-right: 5px;
    white-space: nowrap;
    padding-top: 9px; }
  .myron-text-line .myron-remove-line-btn {
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    color: #e74c3c;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: 7px; }
    .myron-text-line .myron-remove-line-btn i {
      font-size: 16px; }

.myron-add-line-container {
  display: flex;
  align-items: center;
  gap: 10px; }
  .myron-add-line-container .myron-add-line-btn {
    padding: 8px 15px;
    background: #2ecc71;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px; }
    .myron-add-line-container .myron-add-line-btn:disabled {
      background: #cccccc;
      cursor: not-allowed; }
  .myron-add-line-container .myron-max-lines {
    font-size: 13px;
    color: #777; }

/* Font Options Dropdown */
.font-options-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
  .font-options-container.visible {
    display: block; }
  .font-options-container .font-option {
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center; }
    .font-options-container .font-option:hover {
      background: #f5f5f5; }
    .font-options-container .font-option.selected {
      background: #e0effe; }
    .font-options-container .font-option img {
      max-width: 100%;
      height: auto; }

@media (max-width: 768px) {
  .myron-font-selector {
    grid-template-columns: 1fr;
    gap: 8px; }
    .myron-font-selector label {
      padding-top: 0; }
  .myron-text-line {
    grid-template-columns: 70px minmax(0, 1fr) auto;
    grid-template-areas: "label input remove" "counter counter counter"; }
    .myron-text-line label {
      grid-area: label;
      padding-top: 0; }
    .myron-text-line .myron-text-input {
      grid-area: input; }
    .myron-text-line .myron-remove-line-btn {
      grid-area: remove;
      margin-top: 0; }
    .myron-text-line .myron-char-counter {
      grid-area: counter;
      text-align: left;
      padding-left: 70px;
      width: auto;
      margin-top: 5px;
      padding-top: 0; } }

.myron-color-palette {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap; }

.myron-color-swatch {
  width: 40px;
  height: 40px;
  border: 1px solid #666;
  border-radius: 4px;
  margin: 5px;
  cursor: pointer;
  position: relative; }
  .myron-color-swatch.selected {
    border-color: #2774ae;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #2774ae; }
  .myron-color-swatch .color-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    pointer-events: none; }
  .myron-color-swatch:hover .color-tooltip {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 5px); }

.myron-color-selection-message {
  margin: 5px 0; }
  .myron-color-selection-message span.myron-no-selection {
    color: #ee3831;
    font-weight: bold; }
  .myron-color-selection-message span.max-colors-selected {
    color: #2774ae;
    font-weight: bold; }

.myron-color-deselect-instruction {
  display: none;
  color: #e87722;
  font-weight: 500;
  margin: 1rem 0 0; }
  .myron-color-deselect-instruction.visible {
    display: block; }

.myron-notes-section textarea {
  width: 100%;
  min-height: 100px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#myron-add-to-cart-btn {
  background: #2774ae;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 1em;
  cursor: pointer;
  margin-top: 20px;
  width: 100%;
  transition: background 0.2s; }

#myron-add-to-cart-btn:hover {
  background: #1d5a8a; }

#myron-add-to-cart-btn:disabled {
  background: #cccccc;
  cursor: not-allowed; }

.myron-price-breakdown {
  margin-top: 20px;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 4px;
  display: none; }

.myron-price-breakdown h3 {
  margin-top: 0; }

.myron-price-breakdown ul {
  padding-left: 20px; }

.myron-price-breakdown li {
  margin-bottom: 5px; }

.no-customization-message {
  display: none;
  padding: 40px 20px;
  text-align: center;
  font-size: 16px;
  color: #666; }

.myron-error-container {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px;
  background-color: #ffebee;
  color: #c62828;
  border: 1px solid #ef9a9a;
  border-radius: 4px;
  z-index: 1000;
  max-width: 300px;
  display: none; }

.myron-loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; }

.myron-spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite; }

.myron-loading-message {
  color: white;
  margin-left: 15px; }

@media (max-width: 768px) {
  .myron-area-selector {
    flex-direction: column; }
  .myron-area-btn {
    width: 100%; }
  .myron-layout-options {
    flex-direction: column; }
  .myron-layout-option {
    width: 100%; }
  .myron-color-count-selector select {
    max-width: 100%; } }

/* Icon styles */
.icon-trash,
.icon-minus {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle; }

.icon-trash {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e74c3c'%3E%3Cpath d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z'/%3E%3C/svg%3E"); }

.icon-minus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e74c3c'%3E%3Cpath d='M19 13H5v-2h14v2z'/%3E%3C/svg%3E"); }

.myron-remove-line-btn i {
  display: inline-block;
  width: 16px;
  height: 16px; }

#stickyAddToCartButton.btn-disable {
  opacity: 0.7;
  cursor: not-allowed; }

.myron-layout-section {
  display: block !important; }

.myron-layout-message {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px; }

.myron-layout-options {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px; }
  @media (min-width: 480px) {
    .myron-layout-options {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .myron-layout-options {
      grid-template-columns: repeat(4, 1fr); } }

.myron-layout-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s;
  min-width: 0;
  width: 100%; }
  .myron-layout-option:hover:not(:disabled) {
    border-color: #b0b0b0; }
  .myron-layout-option.selected {
    border-color: #0066cc; }
    .myron-layout-option.selected .layout-option-label,
    .myron-layout-option.selected .layout-text-placeholder {
      color: black; }
    .myron-layout-option.selected .layout-divider {
      background: rgba(255, 255, 255, 0.7); }
  .myron-layout-option:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #f5f5f5; }

.layout-preview {
  width: 100%;
  height: 80px;
  display: flex;
  background: #f8f8f8;
  border-radius: 4px;
  margin-bottom: 8px;
  position: relative;
  align-items: center;
  justify-content: center; }

.layout-logo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  width: 30px;
  height: 30px; }

.layout-text-placeholder {
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
  width: 30px;
  height: 30px; }

.layout-divider {
  flex-shrink: 0;
  background: #ddd; }
  .layout-divider.vertical {
    width: 1px;
    height: 30px;
    margin: 0 4px; }
  .layout-divider.horizontal {
    width: 50px;
    height: 1px;
    margin: 4px 0; }

.layout-option-label {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; }

.myron-layout-warning {
  color: #d32f2f;
  font-size: 13px;
  margin-top: 10px;
  text-align: center; }

.myron-layout-option[data-layout="left"] .layout-preview {
  padding: 0 10px; }
  .myron-layout-option[data-layout="left"] .layout-preview .layout-logo-placeholder {
    order: 1; }
  .myron-layout-option[data-layout="left"] .layout-preview .layout-divider.vertical {
    order: 2; }
  .myron-layout-option[data-layout="left"] .layout-preview .layout-text-placeholder {
    order: 3; }

.myron-layout-option[data-layout="right"] .layout-preview {
  padding: 0 10px; }
  .myron-layout-option[data-layout="right"] .layout-preview .layout-text-placeholder {
    order: 1; }
  .myron-layout-option[data-layout="right"] .layout-preview .layout-divider.vertical {
    order: 2; }
  .myron-layout-option[data-layout="right"] .layout-preview .layout-logo-placeholder {
    order: 3; }

.myron-layout-option[data-layout="top"] .layout-preview {
  flex-direction: column; }
  .myron-layout-option[data-layout="top"] .layout-preview .layout-logo-placeholder {
    order: 1;
    margin-bottom: 4px; }
  .myron-layout-option[data-layout="top"] .layout-preview .layout-divider.horizontal {
    order: 2; }
  .myron-layout-option[data-layout="top"] .layout-preview .layout-text-placeholder {
    order: 3;
    margin-top: 4px; }

.myron-layout-option[data-layout="bottom"] .layout-preview {
  flex-direction: column; }
  .myron-layout-option[data-layout="bottom"] .layout-preview .layout-text-placeholder {
    order: 1;
    margin-bottom: 4px; }
  .myron-layout-option[data-layout="bottom"] .layout-preview .layout-divider.horizontal {
    order: 2; }
  .myron-layout-option[data-layout="bottom"] .layout-preview .layout-logo-placeholder {
    order: 3;
    margin-top: 4px; }

@media (max-width: 767px) {
  .productView-details {
    display: flex;
    flex-direction: column; }
  .productView-artifi {
    order: 1; }
  .productView-sticky {
    position: relative;
    top: auto;
    bottom: auto;
    order: 2; }
  .productView-description {
    order: 3; } }
