/*
Theme Name: ar-rawmantic
Theme URI: http://underscores.me/
Description: Wordpress Theme rapid development
Author: anonymous
Requires at least: 5.3
Tested up to: 6.0.2
Requires PHP: 7.4
Version: 0.4
*/

@font-face {
  font-family: 'Quicksand';
  src:
    url('assets/fonts/Quicksand-Regular.woff2') format('woff2'),
    url('assets/fonts/Quicksand-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'Ephesis';
  src: url('assets/fonts/Ephesis-Regular.woff2') format('woff2'),
    url('assets/fonts/Ephesis-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: 'Quicksand';
  src:
    url('assets/fonts/Quicksand-SemiBold.woff2') format('woff2'),
    url('assets/fonts/Quicksand-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Corerhino45regular';
  src:
    url('assets/fonts/CoreRhino45Regular.woff2') format('woff2'),
    url('assets/fonts/CoreRhino45Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Corerhino75heavy';
  src:
    url('assets/fonts/CoreRhino75Heavy.woff2') format('woff2'),
    url('assets/fonts/CoreRhino75Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Corerhino55medium';
  src:
    url('assets/fonts/CoreRhino55Medium.woff2') format('woff2'),
    url('assets/fonts/CoreRhino55Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Corerhino35light';
  src:
    url('assets/fonts/CoreRhino35Light.woff2') format('woff2'),
    url('assets/fonts/CoreRhino35Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Corerhino65bold';
  src:
    url('assets/fonts/CoreRhino65Bold.woff2') format('woff2'),
    url('assets/fonts/CoreRhino65Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body .about-section__pics {
    display: none;
}

.mfp-container .mfp-arrow::before {
  background: url('assets/i/static/gallery-right-black.svg') no-repeat center;
}

.mfp-container .mfp-arrow:hover:before {
  background: url('assets/i/static/gallery-right-white.svg') no-repeat center;
}

.options-list label::before {
  background: url('assets/i/static/check.svg') no-repeat center;
}

.products-loop__button svg {
  transition: all 0.6s;
  transform-style: preserve-3d;
}

.products-loop__button:hover svg {
  transform: perspective(600px) rotateY(180deg);
}

a.products-loop__button {
  border: 1px solid #b52b72;

  background: #b52b7200;
  border-radius: 32px;
  height: 49px;
  transition: all 0.6s;
}

a.products-loop__button:hover {
  background: #b52b72;
}

.products-loop__button svg path,
.products-loop__button svg circle {
  transition: stroke 0.3s ease;
}

.products-loop__button:hover svg path,
.products-loop__button:hover svg circle {
  stroke: #fff;
}

.select2-container .select2-selection {
  background-image: url('assets/i/static/arrow-down.svg') !important;
  background-repeat: no-repeat !important;
  background-position: right 1.5rem center !important;
  background-size: 1.2rem !important;
  transition: border-color 0.2s ease;
}

.select2-container .select2-selection::after {
  content: '';
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url('assets/i/static/arrow-down.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.select2-container .select2-selection {
  background-image: none !important;
}

.select2-container--open .select2-selection::after {
  transform: translateY(-50%) rotate(180deg);
}
.sku_wrapper,
.sku,
.badge {
  display: none !important;
}
.product_meta,
.product-single__text {
  font-family: var(--font-medium-55) !important;
  font-size: 18px !important;
}
a.reset_variations {
  padding: 7px 14px;
  color: #9a2633;
  border: 1px solid;
  border-radius: 39px;
  margin-left: 10px;
}


/* =====================
   VARIABLES (culori)
===================== */
.woocommerce-order-received {
  --primary: #65081F;
  --primary-light: #B72772;
  --bg-cream: #F3E8DE;
  --bg-light: #FAF6F2;
  --text-dark: #2b2b2b;
  --border-soft: #e5d6cc;
}

/* =====================
   GENERAL
===================== */
.woocommerce-order-received {
  background: var(--bg-light);
  color: var(--text-dark);
  font-family: 'Inter', sans-serif;
}

.woocommerce-order-received .page__title {
  font-size: 42px;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 30px;
}

/* =====================
   CONTAINER PRINCIPAL
===================== */
.woocommerce-order-received .woocommerce-order {
  background: var(--bg-cream);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* =====================
   SUCCESS MESSAGE
===================== */
.woocommerce-order-received .woocommerce-notice--success {
  background: white;
  border-left: 5px solid var(--primary);
  padding: 15px 20px;
  border-radius: 10px;
  color: var(--primary);
  font-weight: 600;
}

/* =====================
   ORDER OVERVIEW
===================== */
.woocommerce-order-received .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  margin: 30px 0;
  padding: 0;
}

.woocommerce-order-received .woocommerce-order-overview li {
  list-style: none;
  background: white;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid var(--border-soft);
  font-size: 14px;
}

.woocommerce-order-received .woocommerce-order-overview strong {
  display: block;
  margin-top: 5px;
  color: var(--primary);
  font-weight: 600;
}


.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title {
  color: var(--primary);
  font-size: 22px;
  margin-bottom: 15px;
}

.woocommerce-order-received .shop_table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 15px;
  overflow: hidden;
}

.woocommerce-order-received .shop_table thead {
  background: var(--primary);
  color: white;
}

.woocommerce-order-received .shop_table th,
.woocommerce-order-received .shop_table td {
  padding: 15px;
  text-align: left;
}

.woocommerce-order-received .shop_table tbody tr {
  border-bottom: 1px solid var(--border-soft);
}

.woocommerce-order-received .shop_table tbody tr:hover {
  background: #fafafa;
}

.woocommerce-order-received .product-name a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}

.woocommerce-order-received .product-name a:hover {
  color: var(--primary-light);
}

.woocommerce-order-received .shop_table tfoot th {
  font-weight: 600;
}

.woocommerce-order-received .shop_table tfoot td {
  color: var(--primary);
  font-weight: 600;
}

.woocommerce-order-received .woocommerce-columns {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.woocommerce-order-received .woocommerce-column {
  flex: 1;
  background: white;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid var(--border-soft);
}

.woocommerce-order-received .woocommerce-column address {
  font-style: normal;
  line-height: 1.6;
}

.woocommerce-order-received a {
  transition: all 0.2s ease;
}

.woocommerce-order-received a:hover {
  opacity: 0.8;
}


@media (max-width: 768px) {
  .woocommerce-order-received .woocommerce-columns {
    flex-direction: column;
  }

  .woocommerce-order-received .page__title {
    font-size: 28px;
  }

  .woocommerce-order-received .woocommerce-order {
    padding: 20px;
  }
}

/* =====================
   VARIABLES
===================== */
.woocommerce-MyAccount-content {
  --primary: #65081F;
  --primary-light: #B72772;
  --bg-cream: #F3E8DE;
  --bg-light: #FAF6F2;
  --text-dark: #2b2b2b;
  --border-soft: #e5d6cc;
}

/* =====================
   GENERAL TEXT
===================== */
.woocommerce-MyAccount-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

.woocommerce-MyAccount-content mark {
  background: transparent;
  color: var(--primary);
  font-weight: 600;
}

/* =====================
   ORDER BOX
===================== */
.woocommerce-MyAccount-content .woocommerce-order-details,
.woocommerce-MyAccount-content .woocommerce-customer-details {
  background: var(--bg-cream);
  padding: 30px;
  border-radius: 20px;
  margin-top: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

/* =====================
   TITLES
===================== */
.woocommerce-MyAccount-content .woocommerce-order-details__title,
.woocommerce-MyAccount-content .woocommerce-column__title {
  color: var(--primary);
  font-size: 22px;
  margin-bottom: 20px;
}

/* =====================
   TABLE
===================== */
.woocommerce-MyAccount-content .shop_table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 15px;
  overflow: hidden;
}

.woocommerce-MyAccount-content .shop_table thead {
  background: var(--primary);
  color: white;
}

.woocommerce-MyAccount-content .shop_table th,
.woocommerce-MyAccount-content .shop_table td {
  padding: 14px;
  text-align: left;
}

.woocommerce-MyAccount-content .shop_table tbody tr {
  border-bottom: 1px solid var(--border-soft);
}

.woocommerce-MyAccount-content .shop_table tbody tr:hover {
  background: #fafafa;
}

/* =====================
   PRODUCT
===================== */
.woocommerce-MyAccount-content .product-name a {
  color: var(--primary);
  font-weight: 500;
  text-decoration: none;
}

.woocommerce-MyAccount-content .product-name a:hover {
  color: var(--primary-light);
}

.woocommerce-MyAccount-content .product-quantity {
  display: inline-block;
  margin-left: 5px;
  color: var(--primary);
}

/* =====================
   META (extra optiuni produs)
===================== */
.woocommerce-MyAccount-content .wc-item-meta {
  margin-top: 10px;
  padding-left: 15px;
}

.woocommerce-MyAccount-content .wc-item-meta li {
  font-size: 13px;
  margin-bottom: 5px;
}

.woocommerce-MyAccount-content .wc-item-meta-label {
  color: var(--primary);
  font-weight: 600;
}

/* =====================
   TOTAL / FOOTER
===================== */
.woocommerce-MyAccount-content .shop_table tfoot th {
  font-weight: 600;
}

.woocommerce-MyAccount-content .shop_table tfoot td {
  color: var(--primary);
  font-weight: 600;
}

/* =====================
   SHIPPING TEXT
===================== */
.woocommerce-MyAccount-content .shipped_via {
  display: block;
  font-size: 12px;
  color: #777;
  margin-top: 5px;
}

/* =====================
   ADDRESSES
===================== */
.woocommerce-MyAccount-content .woocommerce-columns {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.woocommerce-MyAccount-content .woocommerce-column {
  flex: 1;
  background: white;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid var(--border-soft);
}

.woocommerce-MyAccount-content address {
  font-style: normal;
  line-height: 1.6;
  font-size: 14px;
}

/* phone & email */
.woocommerce-MyAccount-content .woocommerce-customer-details--phone,
.woocommerce-MyAccount-content .woocommerce-customer-details--email {
  margin-top: 10px;
  color: var(--primary);
  font-weight: 500;
}

/* =====================
   RESPONSIVE
===================== */
@media (max-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-columns {
    flex-direction: column;
  }

  .woocommerce-MyAccount-content .woocommerce-order-details,
  .woocommerce-MyAccount-content .woocommerce-customer-details {
    padding: 20px;
  }
}


p#wc-stripe-express-checkout-button-separator {
    display: none!important;
}

.woocommerce-checkout article.page {
    max-width: 1200px;
    margin: auto;
}
body .products-loop__img:hover img {
    filter: grayscale(0%);

}