.normal-btn, .danger-btn, .info-btn, .success-btn, .warning-btn, .secondary-white-btn, .fouth-btn, .third-btn, .secondary-btn, .primary-btn {
  text-decoration: none;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1rem;
  color: white;
  border-radius: 0;
  border: 0;
}

.primary-btn {
  color: #fff;
  background-color: #FF8E43;
}

.secondary-btn {
  color: #FF8E43;
  background-color: #fff;
}

.third-btn {
  color: #FF8E43;
  background-color: #000;
}

.fouth-btn {
  color: #FF8E43;
  background-color: #eeeeee;
}

.secondary-white-btn {
  color: #fff;
  background-color: #fff;
}

.warning-btn {
  color: #fff;
  background-color: #D69E2E;
}

.success-btn {
  color: #fff;
  background-color: #38A169;
}

.info-btn {
  color: #fff;
  background-color: #5A67D8;
}

.danger-btn {
  color: #fff;
  background-color: #E53E3E;
}

.master-hamburger-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 111.41px;
  height: 111.41px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  z-index: 1200;
  cursor: pointer;
}
.master-hamburger-container .master-ham-btn {
  display: grid;
  grid-row-gap: 0.5rem;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-1 {
  transform: translateX(30%);
}
.master-hamburger-container .master-ham-btn #ham-1, .master-hamburger-container .master-ham-btn #ham-3 {
  width: 13px;
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-3 {
  transform: translateX(100%);
}
.master-hamburger-container .master-ham-btn:hover > #ham-1 {
  transform: translateX(100%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn:hover > #ham-3 {
  transform: translateX(30%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham {
  width: 30px;
  height: 3px;
  background-color: #000;
}
.master-hamburger-container .master-ham-text {
  margin-top: 0.2rem;
}

.master-btn-active {
  transform: rotate(0) !important;
  transition: all 0.7s ease;
}

.master-ham-1-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(45deg) translate(10px, 10px) !important;
  transition: all 0.7s ease;
}

.master-ham-2-active {
  display: none;
}

.master-ham-3-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(-45deg) translate(3px, -3px) !important;
  transition: all 0.7s ease;
}

.video-marque {
  position: relative;
  width: 100%;
  height: 100vh;
}
.video-marque .marque-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  -o-filter: blur(5px);
  filter: blur(5px);
  object-fit: cover;
}
.video-marque .video-wrapper {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.compare-price {
  text-decoration: line-through;
  color: #bfbfbf;
}

.modal.show {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal.show .modal-dialog {
  width: 80%;
  max-width: none;
  margin: auto;
}
.modal.show .modal-content {
  background-color: transparent;
  width: 100%;
}
.modal.show .modal-content .modal-header {
  padding: 0;
  justify-content: end;
}
.modal.show .modal-content .modal-header .modal-close-btn {
  color: white;
  font-weight: bold;
  font-size: 40px;
  border: none;
  background: none;
}
.modal.show .modal-content .modal-body {
  background-color: white;
  padding: 0;
}
.modal.show .modal-content .modal-body .image-wrapper {
  width: 55%;
  float: left;
  margin-right: 16px;
}
.modal.show .modal-content .modal-body .image-wrapper .carousel button > span:first-child {
  background-color: rgba(0, 0, 0, 0.2);
}
.modal.show .modal-content .modal-body .image-wrapper img {
  width: 100%;
  height: auto;
}
.modal.show .modal-content .modal-body .product-detail {
  padding: 16px;
  text-align: left;
}
.modal.show .modal-content .modal-body .product-detail .product-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 16px;
}
.modal.show .modal-content .modal-body .product-detail div.product-price,
.modal.show .modal-content .modal-body .product-detail div.product-price-wrapper {
  margin-bottom: 16px;
  font-size: 20px;
}
.modal.show .modal-content .modal-body .product-detail .payment-btn-wrapper {
  /* Firefox */
}
.modal.show .modal-content .modal-body .product-detail .payment-btn-wrapper input::-webkit-outer-spin-button,
.modal.show .modal-content .modal-body .product-detail .payment-btn-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal.show .modal-content .modal-body .product-detail .payment-btn-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.modal.show .modal-content .modal-body .product-detail .product-description,
.modal.show .modal-content .modal-body .product-detail .product-weight {
  font-size: 20px;
  margin: 16px 0;
}
.modal.show .modal-content .modal-body .product-detail .product-ddl-wrapper label {
  font-size: 20px;
}
.modal.show .modal-content .modal-body .product-detail .product-ddl-wrapper label select {
  margin: 0.5rem 0 1.5rem 0;
}
.modal.show .modal-content > * {
  border: none;
}
@media (max-width: 767px) {
  .modal.show .modal-dialog {
    width: 100%;
  }
  .modal.show .modal-dialog .modal-content .modal-body .image-wrapper {
    width: 100%;
    margin: 0;
  }
}

.shop-artist-container {
  display: grid;
  gap: 3rem;
  margin-bottom: 3rem;
}

.artistProductPair {
  display: flex;
  gap: 3rem;
}
.artistProductPair .truncate {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.artistProductPair ul.social-links {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 0;
}
.artistProductPair ul.social-links i {
  font-size: 1.25rem;
  color: white;
}
@media (max-width: 575px) {
  .artistProductPair {
    flex-direction: column;
  }
}
.artistProductPair .artist {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  min-width: 250px;
  width: 100%;
}
@media (min-width: 576px) {
  .artistProductPair .artist {
    max-width: 250px;
  }
}
.artistProductPair .artist > .artist-image-wrapper {
  width: 250px;
}
.artistProductPair .artist > .artist-image-wrapper > img {
  width: 100%;
  height: auto;
}
.artistProductPair .artist > .outer,
.artistProductPair .artist h3 {
  max-width: 250px;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  margin: 0 auto;
}
.artistProductPair .artist > div {
  display: flex;
  justify-content: center;
}
.artistProductPair .artist > div a {
  font-weight: bold;
  text-decoration: underline;
}

.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
  width: 100%;
}
.products .product {
  text-align: left;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  justify-content: flex-start;
}
.products .product .product-title {
  font-weight: bold;
}
.products .product .product-price {
  margin-bottom: 15px;
}
.products .product .image-wrapper {
  width: 100%;
  position: relative;
}
.products .product img {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
}

.shopify-buy-frame--product {
  display: block;
  max-width: 100% !important;
  width: 100%;
}

.store-filters > p {
  margin-bottom: 1rem;
}
.store-filters span,
.store-filters p {
  color: white;
  white-space: nowrap;
  text-align: left;
}
@media (min-width: 992px) {
  .store-filters > div {
    width: 100%;
  }
}
.store-filters .btn-list {
  text-align: left;
  margin-bottom: 1rem;
}
.store-filters .btn-list a {
  font-size: 1.25rem;
  margin-right: 1rem;
  color: white;
  font-weight: bold;
}
.store-filters .dropdowns {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.store-filters .dropdowns > div {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .store-filters .dropdowns {
    flex-direction: row;
    column-gap: 1rem;
    justify-content: space-between;
  }
  .store-filters .dropdowns > div {
    flex-direction: row;
    column-gap: 1rem;
    align-items: center;
  }
  .store-filters .dropdowns > div:nth-child(1) {
    row-gap: 1rem;
  }
  .store-filters .dropdowns > div:nth-child(1) > div {
    width: 100%;
  }
}
.store-filters .dropdowns select {
  width: 100%;
  min-height: 35px;
  padding: 0.5rem;
  border-radius: 6px;
}
@media (min-width: 576px) {
  .store-filters .dropdowns select {
    min-width: 280px;
  }
}

#ViewAllBtnPanel {
  text-align: left;
}

.view-inventory-section,
.view-inventory-about-section,
.view-inventory-featured-section {
  color: white;
}

.view-inventory-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.view-inventory-container a {
  color: white;
}
.view-inventory-container .btn-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .view-inventory-container {
    flex-direction: row;
  }
  .view-inventory-container > div {
    flex: 1;
  }
  .view-inventory-container > div:nth-child(1) {
    flex: 1.618;
  }
}

.featured-artwork-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
  text-align: center;
}
.featured-artwork-container .outer {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .featured-artwork-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .featured-artwork-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

.viewcart-section .table {
  color: white;
}
.viewcart-section .table thead td {
  color: rgba(255, 255, 255, 0.85);
}
.viewcart-section .table tbody td .outer {
  width: 100px;
}
.viewcart-section .table tbody td > div.flex {
  gap: 1rem;
}
.viewcart-section > div > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: white;
}
.viewcart-section > div > div p {
  font-size: 0.875rem;
}

.checkout-form-section > div {
  display: flex;
  flex-direction: column-reverse;
  gap: 3rem;
  color: white;
}
@media (min-width: 992px) {
  .checkout-form-section > div {
    flex-direction: row;
    gap: 3rem;
  }
  .checkout-form-section > div > div {
    flex: 1;
  }
  .checkout-form-section > div > div:nth-child(1) {
    flex: 1.618;
  }
}
.checkout-form-section > div .checkout-form h3 {
  margin-top: 3rem;
  margin-bottom: 0;
}
.checkout-form-section > div .checkout-form h3:nth-child(1) {
  margin-top: 0;
}
.checkout-form-section > div .checkout-form h4 {
  margin-bottom: 0;
}
.checkout-form-section > div .checkout-form .shipping-check {
  width: 100%;
}
.checkout-form-section > div .checkout-form .shipping-check > * {
  width: 100%;
}
.checkout-form-section > div .checkout-form .shipping-check > * label {
  width: 100%;
}
.checkout-form-section > div .checkout-form .shipping-price {
  display: grid;
}
.checkout-form-section > div .checkout-form .shipping-price p {
  margin: 0;
  text-align: right;
  font-weight: 500;
}
.checkout-form-section > div .checkout-summary * {
  margin: 0;
}
.checkout-form-section > div .checkout-summary > div.grid {
  gap: 1rem;
}
.checkout-form-section > div .checkout-summary > * {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1rem 0;
}
.checkout-form-section > div .checkout-summary > *:last-child {
  border-bottom: none;
}
.checkout-form-section > div .checkout-summary .checkout-summary-item {
  display: flex;
  gap: 1rem;
}
.checkout-form-section > div .checkout-summary .checkout-summary-item > div:nth-child(1) {
  width: 100px;
}
.checkout-form-section > div .checkout-summary .checkout-summary-item > div:nth-child(2) {
  display: grid;
  gap: 0.5rem;
}
.checkout-form-section > div .checkout-summary .checkout-summary-item > p {
  align-self: end;
  margin-left: auto;
}
.checkout-form-section > div .checkout-summary .checkout-summary-item-list {
  display: grid;
  gap: 0.5rem;
}
.checkout-form-section > div .checkout-summary .checkout-summary-item-list > div {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.checkout-form-section > div .checkout-summary .checkout-summary-total {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  font-weight: bold;
}
.checkout-form-section > div .checkout-summary .checkout-summary-total p {
  color: rgba(255, 255, 255, 0.8);
}
.checkout-form-section > div .checkout-summary .checkout-summary-item-list > div p > span.font-normal {
  color: rgba(255, 255, 255, 0.8);
}

.total-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  justify-content: space-between;
}

/*# sourceMappingURL=StoreFront.css.map */
