/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * @codingStandardsIgnoreStart
 */
/**
 * RS Default Theme - Main Theme Styles
 *
 * @category  RS
 * @package   RS_Theme
 * @author    RS Development
 */
/**
 * RS Default Theme - Variables
 * 
 * @category  RS
 * @package   RS_Theme
 * @author    RS Development
 */
.layout-boxed .page-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.page-wrapper {
  width: 100%;
}
.page-wrapper .page-header {
  position: absolute;
  width: 100%;
  background: transparent;
  box-shadow: none;
  z-index: 9997;
}
.page-wrapper .page-header .panel.wrapper {
  float: right;
  border-bottom: none;
  padding-right: 25px;
}
.page-wrapper .page-header .panel.wrapper .panel.header {
  max-width: 90vw;
}
.page-wrapper .page-header .header.content {
  float: left;
  padding: 0;
}
.page-wrapper .nav-sections {
  position: absolute;
  background: transparent;
  z-index: 9999;
}
.page-wrapper .nav-sections .navigation {
  background: transparent;
  backdrop-filter: none;
  border-bottom: none;
}
.page-wrapper .page-main {
  max-width: initial;
  padding-left: 0;
  padding-right: 0;
}
.cms-home .page-wrapper .page-main .page-title-wrapper {
  display: none;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
}
h1,
.h1 {
  font-family: 'Georgia', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
h2,
.h2 {
  font-family: 'Georgia', serif;
  font-size: 2rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1rem;
  line-height: 1.3;
}
h3,
.h3 {
  font-family: 'Georgia', serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #555555;
  margin-bottom: 1rem;
  line-height: 1.4;
}
h4,
.h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #666666;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h5,
.h5 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #777777;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h6,
.h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #888888;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.page-header {
  background: linear-gradient(135deg, #D4AF37 0%, #C0C0C0 100%);
  padding: 1rem 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.page-header .header.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.page-header .logo {
  flex-shrink: 0;
}
.page-header .logo img {
  max-height: 60px;
  width: auto;
}
.page-header .header.left,
.page-header .header.center,
.page-header .header.right {
  flex: 1;
  text-align: center;
}
.page-header .header.left .block,
.page-header .header.center .block,
.page-header .header.right .block {
  margin: 0;
}
.navigation {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navigation .nav-sections .navigation {
  background: none;
}
.navigation .nav-sections .navigation > ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation .nav-sections .navigation > ul > li {
  position: relative;
}
.navigation .nav-sections .navigation > ul > li > a {
  display: block;
  padding: 1rem 1.5rem;
  color: #333333;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.navigation .nav-sections .navigation > ul > li > a:hover {
  color: #D4AF37;
  background-color: rgba(212, 175, 55, 0.1);
}
.navigation .nav-sections .navigation > ul > li.active > a {
  color: #D4AF37;
  background-color: rgba(212, 175, 55, 0.1);
}
.page-footer {
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
  color: #ffffff;
  padding: 3rem 0 1.5rem;
  margin-top: 3rem;
}
.page-footer .footer.content .footer.top,
.page-footer .footer.content .footer.middle,
.page-footer .footer.content .footer.bottom {
  margin-bottom: 2rem;
}
.page-footer .footer.content .footer.top .block,
.page-footer .footer.content .footer.middle .block,
.page-footer .footer.content .footer.bottom .block {
  margin: 0;
}
.page-footer .footer.content .footer.top .block .block-title,
.page-footer .footer.content .footer.middle .block .block-title,
.page-footer .footer.content .footer.bottom .block .block-title {
  color: #D4AF37;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: 2px solid #D4AF37;
  padding-bottom: 0.5rem;
}
.product-item .product-item-info {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1rem;
  transition: 0.3s ease-in-out;
  background: #ffffff;
}
.product-item .product-item-info:hover {
  border-color: #D4AF37;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.product-item .product-item-info .product-item-photo {
  border-radius: 4px;
  overflow: hidden;
}
.product-item .product-item-info .product-item-photo img {
  transition: 0.3s ease-in-out;
}
.product-item .product-item-info .product-item-photo img:hover {
  transform: scale(1.05);
}
.product-item .product-item-info .product-item-name {
  font-weight: 500;
  color: #333333;
  margin: 0.5rem 0;
}
.product-item .product-item-info .product-item-name a {
  color: inherit;
  text-decoration: none;
}
.product-item .product-item-info .product-item-name a:hover {
  color: #D4AF37;
}
.product-item .product-item-info .price-box .price {
  color: #D4AF37;
  font-weight: 600;
  font-size: 1.125rem;
}
.action.primary {
  background: linear-gradient(135deg, #D4AF37 0%, #b29126 100%);
  border: none;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.action.primary:hover {
  background: linear-gradient(135deg, #c7a22b 0%, #9d8022 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  transition: 0.3s ease-in-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-color: #D4AF37;
  outline: none;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}
.text-gold {
  color: #D4AF37 !important;
}
.text-silver {
  color: #C0C0C0 !important;
}
.text-rose-gold {
  color: #B76E79 !important;
}
.text-platinum {
  color: #E5E4E2 !important;
}
.bg-gold {
  background-color: #D4AF37 !important;
}
.bg-silver {
  background-color: #C0C0C0 !important;
}
.bg-rose-gold {
  background-color: #B76E79 !important;
}
.bg-platinum {
  background-color: #E5E4E2 !important;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    break-inside: avoid;
  }
  .block-content {
    break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    break-after: avoid;
    break-inside: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRS%5C%2FTheme%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRS%5C%2FTheme%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRS%5C%2FTheme%5C%2Fde_DE%5C%2Fcss%5C%2Fprint.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAWA%2CaACI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C0CAAA%3B%3BAAMJ%3BEACI%2CWAAA%3B%3BAADJ%2CaAGI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAARR%2CaAGI%2CaAOI%2COAAM%3BEACF%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAbZ%2CaAGI%2CaAOI%2COAAM%2CQAKF%2COAAM%3BEACF%2CeAAA%3B%3BAAhBhB%2CaAGI%2CaAiBI%2CQAAO%3BEACH%2CWAAA%3BEACA%2CUAAA%3B%3BAAtBZ%2CaA0BI%3BEACI%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3B%3BAA7BR%2CaA0BI%2CcAKI%3BEACI%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAlCZ%2CaAsCI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CSACI%2CcACI%2CWACI%3BEACI%2CaAAA%3B%3BAASpB%3BEACI%2CaCvEe%2C8CDuEf%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CaC3Ea%2CgBD2Eb%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CaCnFa%2CgBDmFb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CaC3Fa%2CgBD2Fb%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CaC1Ge%2C8CD0Gf%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CaCnHe%2C8CDmHf%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAAAI%3BEACA%2CaC5He%2C8CD4Hf%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAIJ%3BEACI%2CYAAY%2CiDAAZ%3BEACA%2CeAAA%3BEACA%2CwCAAA%3B%3BAAHJ%2CYAKI%2CQAAO%3BEACH%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAVR%2CYAaI%3BEACI%2CcAAA%3B%3BAAdR%2CYAaI%2CMAGI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAlBZ%2CYAsBI%2CQAAO%3BAAtBX%2CYAuBI%2CQAAO%3BAAvBX%2CYAwBI%2CQAAO%3BEACH%2COAAA%3BEACA%2CkBAAA%3B%3BAA1BR%2CYAsBI%2CQAAO%2CKAMH%3BAA5BR%2CYAuBI%2CQAAO%2COAKH%3BAA5BR%2CYAwBI%2CQAAO%2CMAIH%3BEACI%2CSAAA%3B%3BAAMZ%3BEACI%2C2CAAA%3BEACA%2CiBAAiB%2CUAAjB%3BEACA%2C2CAAA%3B%3BAAHJ%2CWAKI%2CcACI%3BEACI%2CgBAAA%3B%3BAAPZ%2CWAKI%2CcACI%2CYAGM%3BEACE%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAdhB%2CWAKI%2CcACI%2CYAGM%2CKAOI%3BEACE%2CkBAAA%3B%3BAAjBpB%2CWAKI%2CcACI%2CYAGM%2CKAOI%2CKAGI%3BEACE%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3B%3BAAEA%2CWAtBpB%2CcACI%2CYAGM%2CKAOI%2CKAGI%2CIAQG%3BEACG%2CcAAA%3BEACA%2CyCAAA%3B%3BAAIR%2CWA5BhB%2CcACI%2CYAGM%2CKAOI%2CKAiBG%2COAAU%3BEACP%2CcAAA%3BEACA%2CyCAAA%3B%3BAASxB%3BEACI%2CYAAY%2CiDAAZ%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2CYAMI%2CQAAO%2CQACH%2CQAAO%3BAAPf%2CYAMI%2CQAAO%2CQAEH%2CQAAO%3BAARf%2CYAMI%2CQAAO%2CQAGH%2CQAAO%3BEACH%2CmBAAA%3B%3BAAVZ%2CYAMI%2CQAAO%2CQACH%2CQAAO%2CIAKH%3BAAZZ%2CYAMI%2CQAAO%2CQAEH%2CQAAO%2COAIH%3BAAZZ%2CYAMI%2CQAAO%2CQAGH%2CQAAO%2COAGH%3BEACI%2CSAAA%3B%3BAAbhB%2CYAMI%2CQAAO%2CQACH%2CQAAO%2CIAKH%2COAGI%3BAAfhB%2CYAMI%2CQAAO%2CQAEH%2CQAAO%2COAIH%2COAGI%3BAAfhB%2CYAMI%2CQAAO%2CQAGH%2CQAAO%2COAGH%2COAGI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAA%3B%3BAAQpB%2CaACI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CaAPJ%2CmBAOK%3BEACG%2CqBAAA%3BEACA%2C0CAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAXZ%2CaACI%2CmBAaI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAhBZ%2CaACI%2CmBAaI%2CoBAII%3BEACI%2C4BAAA%3B%3BAAEA%2CaApBZ%2CmBAaI%2CoBAII%2CIAGK%3BEACG%2CWAAW%2CWAAX%3B%3BAAtBpB%2CaACI%2CmBA0BI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA9BZ%2CaACI%2CmBA0BI%2CmBAKI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CaAnCZ%2CmBA0BI%2CmBAKI%2CEAIK%3BEACG%2CcAAA%3B%3BAArCpB%2CaACI%2CmBAyCI%2CWACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAOhB%2COAAO%3BEACH%2CYAAY%2CiDAAZ%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3B%3BAAEA%2COATG%2CQASF%3BEACG%2CYAAY%2CiDAAZ%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CwCAAA%3B%3BAAKR%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%3BAACA%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CaC%5C%2FTe%2C8CD%2BTf%3BEACA%2C4BAAA%3B%3BAAEA%2CKAXC%2CaAWA%3BAAAD%2CKAVC%2CcAUA%3BAAAD%2CKATC%2CiBASA%3BAAAD%2CQAAC%3BAAAD%2CMAAC%3BEACG%2CqBAAA%3BEACA%2CaAAA%3BEACA%2C6CAAA%3B%3BAAKR%3BEAAa%2CcAAA%3B%3BAACb%3BEAAe%2CcAAA%3B%3BAACf%3BEAAkB%2CcAAA%3B%3BAAClB%3BEAAiB%2CcAAA%3B%3BAAEjB%3BEAAW%2CyBAAA%3B%3BAACX%3BEAAa%2CyBAAA%3B%3BAACb%3BEAAgB%2CyBAAA%3B%3BAAChB%3BEAAe%2CyBAAA%3B%3BAEzUf%2CWACI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA0HR%3BEArHI%3BIACI%2C%2BBAAA%3BIACA%2CkCAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BEACA%2CCAAC%3BIACG%2CqCAAA%3B%3BEAIJ%3BEACA%3BIACI%2CsBAAA%3BIACA%2CwBAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CWAAA%3BIAMA%2CmBAAA%3B%3BEAPJ%2CcAAe%2CMAGX%3BIACI%2CWAAA%3B%3BEAKJ%2CcATW%2CMASP%2CQAAQ%2CKAAE%3BIACV%2C0BAAA%3B%3BEAIR%3BEACA%3BEACA%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%3BEACA%3BEACA%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BEACA%3BEACA%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BEACA%2COAAO%2CQAAW%2CIAAC%3BEACnB%2CMAAM%2CQAAW%2CIAAC%3BEAClB%2COAAO%2CQAAW%2CIAAC%3BIACf%2CaAAA%3B%3BEAGJ%3BEACA%2COAAQ%3BIACJ%2CyBAAA%3BIACA%2CcAAA%3B%3BEAMQ%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BIACD%2CYAAA%3BIACA%2CmBAAA%3B%3BEAMhB%2COAAO%3BIACH%2CsBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2COAAO%3BIACH%2CUAAA%3B%3BEAGJ%3BIACI%2CwBAAA%22%7D */