@media (max-width: 767.98px) {

  .col-lg-6.bedots_luxury_banner__image,
  .col-lg-6.bedots_our_story__image_block,
  .bedots_exclusivity_banner__image_wrapper {
    margin-top: 24px;
  }

  section.bedots_limited_edition_collection,
  section.bedots_our_story,
  section.bedots_customer_reviews,
  section.bedots_contact_us,
  section.bedots_exclusivity_banner {
    padding-left: 16px;
    padding-right: 16px;
  }

  section.bedots_exclusivity_banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  section.bedots_limited_edition_collection {
    padding-top: 24px;
    padding-bottom: 60px;
    display: block;
  }

  .bedots_limited_edition_collection__header,
  .bedots_customer_reviews__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .bedots_limited_edition_collection__small_title,
  .bedots_limited_edition_collection__big_title,
  .bedots_customer_reviews__big_title,
  .bedots_contact_us__description,
  .bedots_contact_us__header,
  h3.bedots_limited_edition_collection__product_title,
  .bedots_limited_edition_collection__product_short_text {
    text-align: left;
  }

  .bedots_limited_edition_collection__products .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .bedots_customer_reviews__reviews .row {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .bedots_limited_edition_collection__product_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .col-lg-6.bedots_our_story__text_block {
    padding: 0px;
  }

  .bedots_contact_us .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bedots_contact_us__contact_wrapper,
  .bedots_contact_us__contact_items {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .bedots_contact_us__contact_info {
    width: 100%;
  }

  .row.bedots_footer__row {
    padding: 30px 16px;
  }

  .col-lg-5.col-md-6.col-12.bedots_footer__newsletter {
    width: 100%;
    margin-top: 16px;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  .bedots_limited_edition_collection__products .row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }

  .bedots_customer_reviews__reviews .row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
}


section.bedots_luxury_banner {
    background: red;
    padding: 100px 0px;
    background: radial-gradient(36.2% 39.59% at 19.62% 53.97%, #2B1423 0%, #1A0A14 100%);
}

.bedots_luxury_banner__big_title{
    font-family: cormorant;
    font-size: 60px;
    line-height: 110%;
    color: #fff;
}

section.bedots_limited_edition_collection {
    display: flex;
    padding: 100px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.bedots_luxury_banner__small_title, .bedots_our_story__small_title, .bedots_exclusivity_banner__small_title, .bedots_customer_reviews__small_title, .bedots_contact_us__small_title {
color: #D4AF92;
font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 6px;
text-transform: uppercase;
}

.bedots_luxury_banner__short_text {
    color: rgba(255, 255, 255, 0.70);
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
}

a.bedots_luxury_banner__button, a.bedots_exclusivity_banner__button{
    padding: 19px 32px;
    align-items: center;
    border: 1px solid #D4AF92;
    color: #D4AF92;
font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 1.5px;
text-transform: uppercase;
}


.col-lg-6.bedots_luxury_banner__text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bedots_luxury_banner__short_text {
    margin-bottom: 32px;
}

.ck-content {
    background: #1A0A14;
}

.bedots_limited_edition_collection__big_title,  .bedots_our_story__big_title, .bedots_exclusivity_banner__big_title, .bedots_customer_reviews__big_title, .bedots_contact_us__big_title {
    color: #FFF;
    font-family: var(--Font, Cormorant);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 52.8px */
    letter-spacing: -0.96px;
}

.bedots_limited_edition_collection__small_title {
    color: var(--d-4-af-92, #D4AF92);
    text-align: center;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.bedots_limited_edition_collection__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 48px;
}

.bedots_our_story__description_text, .bedots_exclusivity_banner__short_text, .bedots_contact_us__description {
    color: rgba(255, 255, 255, 0.70);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

h3.bedots_limited_edition_collection__product_title {
    color: #FFF;
    text-align: center;
    font-family: Cormorant;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 30.8px */
    letter-spacing: -0.56px;
}

span.bedots_limited_edition_collection__price {
    color: var(--Gold, #D4AF92);
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    text-align: center !important;
    margin: 0 auto;
}

.bedots_limited_edition_collection__price_wrapper {
    margin: 0 auto;
}

.bedots_limited_edition_collection__product_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

.bedots_limited_edition_collection__product_short_text, .bedots_limited_edition_collection__product_sku{
    color: var(--Text-Light, #6D666C);
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-align: center;
}

.bedots_limited_edition_collection__product_image {
    border: 1px dashed var(--Gold, #D4AF92);
    background: radial-gradient(87.52% 91.98% at 93.68% 6.71%, #2B1423 0%, #190913 96.15%);
    padding: 16px;
}

.col-lg-6.bedots_our_story__text_block {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-right: 48px;
  justify-content: center;
}


img.bedots_our_story__image_img {
    border: 1px dashed var(--Gold, #D4AF92);
    padding: 16px;
}

section.bedots_exclusivity_banner {
    background: linear-gradient(98deg, #2A1422 0.71%, #1B0A15 94.54%);
    padding: 100px 0px;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
}



.bedots_exclusivity_banner__button_wrapper {
    margin-top: 32px;
}

.col-lg-6.bedots_exclusivity_banner__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bedots_exclusivity_banner__image_wrapper {
    border: 1px dashed var(--Gold, #D4AF92);
    padding: 16px;
}

.col-lg-6.bedots_our_story__image_block {
    margin-bottom: 50px;
}

.bedots_our_story__stat_number {
    color: var(--Gold, #D4AF92);
    font-family: var(--Font, Cormorant);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 44px */
    letter-spacing: -0.8px;
}

.bedots_our_story__stat_label {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    margin-top: 8px;
}

.bedots_our_story__statistics {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.bedots_customer_reviews__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px;
}

.bedots_customer_reviews__reviewer_name {
    color: var(--Neutral-White, #FFF);
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
    letter-spacing: -0.4px;
    text-align: center;
}

.bedots_customer_reviews__reviewer_title {
    color: var(--Neutral-White, #FFF);
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
    letter-spacing: -0.2px;
    text-align: center;
}

.bedots_customer_reviews__review_comment {
    color: var(--Neutral-White, #FFF);
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 27.2px */
    letter-spacing: -0.4px;
    opacity: 0.7;
    margin: 16px 0px;
    text-align: center;
}

.bedots_customer_reviews__date {
    color: var(--Neutral-White, #FFF);
    text-align: right;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
    letter-spacing: -0.2px;
    opacity: 0.5;
    text-align: center;
}

.bedots_customer_reviews__rating {
    color: var(--Neutral-White, #FFF);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 25.2px */
    letter-spacing: -0.2px;
    margin: 0 auto;
}

.bedots_customer_reviews__review_card {
    display: flex;
    flex-direction: column;
    gap: 0px;
padding: 32px;
border: 1px dashed var(--Gold, #D4AF92);
background: radial-gradient(50% 50% at 50% 50%, #2D1324 0%, #1B0A15 100%);}

.bedots_customer_reviews__reviewer_avatar {
    margin-bottom: 10px;
    margin: 10px AUTO;
}

img.bedots_customer_reviews__avatar_img {
    border-radius: 9999px;
}

.bedots_contact_us__header {
    text-align: center;
}

.bedots_contact_us .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 150px 0px;
}

.bedots_contact_us__description {
    max-width: 500px;
    text-align: center;
    margin-top: 24px;
}

.bedots_contact_us__contact_info {width: 60%;margin-top: 40px;}

.bedots_contact_us__contact_wrapper {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
    justify-content: space-between;
}

.bedots_contact_us__contact_items {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.bedots_contact_us__contact_item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.bedots_contact_us__contact_text {
    color: var(--Gold, #D4AF92);
    text-align: center;
    font-family: Cormorant;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 26.4px */
    letter-spacing: -0.48px;
}

.bedots_contact_us__social_icons {
    display: flex;
    gap: 24px;
}

section.bedots_limited_edition_collection {
  position: relative;
  margin-bottom:150px;
  
}

section.bedots_limited_edition_collection::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 2px; /* border thickness */
  background: linear-gradient(
    90deg,
    rgba(212, 175, 146, 0.00) 0%,
    #D4AF92 50%,
    rgba(212, 175, 146, 0.00) 100%
  );
}

section.bedots_contact_us {
    background: radial-gradient(30.83% 54.33% at 95.2% 32.62%, #2B1423 0%, #1A0A14 100%);
}

section.bedots_customer_reviews {
    margin-bottom: 100px;
}

footer.footer.bedots_footer {
    background: #190913;
    padding-top: 100px 0px;
}

.bedots_footer__brand_info p {
    color: var(--Neutral-Neutral-02, #F8F4F1);
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 30.6px */
    opacity: 0.7;
}

h3.bedots_footer__section_title {
    color: var(--Gold, #D4AF92);
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 30.6px */
}

p.bedots_footer__newsletter_text {
    color: var(--Gold, #D4AF92);
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 30.6px */
}

input.bedots_footer__newsletter_input {
    display: flex;
    width: 325px;
    padding: 16px;
    align-items: center;
    gap: 16px;
    border: 1px dashed var(--Gold, #D4AF92);
    background: radial-gradient(50% 50% at 50% 50%, #2D1324 0%, #1B0A15 100%);
}

button.bedots_footer__newsletter_button {
    display: flex;
    height: 50px;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--d-4-af-92, #D4AF92);
    background: none;
    color: #D4AF92;
    width: 170px;
}

.col-lg-5.col-md-6.col-12.bedots_footer__newsletter {width: 30%;}

form.bedots_footer__newsletter_form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

a.bedots_footer__link {
    color: var(--Neutral-Neutral-02, #F8F4F1);
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
    opacity: .7;
}

.row.bedots_footer__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.row.bedots_footer__row {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.row.bedots_footer__row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; /* border thickness */
  background: linear-gradient(
    90deg,
    rgba(212, 175, 146, 0.00) 0%,
    #D4AF92 50%,
    rgba(212, 175, 146, 0.00) 100%
  );
}


.bedots_footer__copyright {
  position: relative;
  padding-top:10px;
}

.bedots_footer__copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; /* border thickness */
  background: linear-gradient(
    90deg,
    rgba(212, 175, 146, 0.00) 0%,
    #D4AF92 50%,
    rgba(212, 175, 146, 0.00) 100%
  );
}

footer.footer.bedots_footer {}

p.bedots_footer__copyright_text {
    color: var(--Neutral-Neutral-02, #F8F4F1);
    text-align: center;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 27.2px */
    opacity: .6;
    margin-top: 15px;
}

header.header {
    background: #1A0A14;
}

.d-flex.align-items-center {
    color: #ffffffcf;
}

div#app {
    background: #1A0A14;
}


.breadcrumb-wrapper {
    background: #ffffff0d;
}

ul.breadcrumb--custom li {color: #ffffffa3 !important;}

ul.breadcrumb--custom li a {
    color: #ffffff63 !important;
}

h2.product__title {
    color: #FFF !important;
    font-family: var(--Font, Cormorant);
    font-size: 24px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 52.8px */
    letter-spacing: -0.96px;
}

div {}

span#product-sku {
    color: #D4AF92;
}

span.d-inline-block {
    color: #fff;
}

span.rating_num {
    color: #fff !important;
}

span.product-sale-price-text {
    font-size: 28px;
    color: #D4AF92;
    font-weight: 600;
}

a.product__add-wishlist.add-to-wishlist-button, a.product__add-wishlist.ms-3.js-add-to-compare-button {
    background: #ffffff1c;
    padding: 8px 16px;
    border-radius: 9999px;
    color: #ffffff9c;
}

a.product__add-wishlist.ms-3.js-add-to-compare-button {}

.product__desc span {color: #ffffff;font-family: 'Inter';font-size: 15px;}

.product__desc li {color: #ffffff;font-family: 'Inter';font-size: 15px;}

a.product__title {
    color: #FFF !important;
    text-align: center;
    font-family: var(--Font, Cormorant);
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 110% !important; /* 30.8px */
    letter-spacing: -0.56px;
}

span.bb-product-price-text.fw-bold {
    color: var(--Gold, #D4AF92);
    font-family: 'Inter' !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 300 !IMPORTANT;
    line-height: 150%; /* 27px */
    margin: 0 auto !important;
    text-align: center !important;
}

.product__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.product__thumbnail img {
    border: 1px dashed var(--Gold, #D4AF92);
    padding: 12px;
}

.bb-product-filter {
    background: #2c1423;
}

h4.bb-product-filter-title {
    color: #ffffff;
}

a.bb-product-filter-link {
    color: #ffffff9c;
}

co {}

label {}

li.bb-product-filter-item label {
    color: #ffffff9c !important;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #ffffff66 !important;
}

span.input-range-label {
    color: #ffffff9c !important;
}

.form-group--inline {
    color: #ffffffe6;
}


.product:hover .product__wrapper {
    background: #2c1423;
}

.section__header h3 {
    color: #fff !important;
    font-family: Cormorant !important;
    font-size: 28px !important;
}

.bb-social-sharing .bb-social-sharing__item svg {
    color: #D4AF92;
}

.bb-social-sharing .bb-social-sharing__item {
    border-color: #D4AF92;
}

.product--detail figure.product__sharing figcaption, .product--detail figure.product__tags figcaption {
    color: #fff;
}

button.btn--custom.btn--outline.btn--rounded.btn-add-cart {
    border: 1px solid var(--d-4-af-92, #D4AF92);
    border-radius: 0px;
    color: #D4AF92;
}

button.btn--custom.btn--rounded.btn-add-cart {
    border: 1px solid #ffffffad;
    color: #ffffffad;
    border-radius: 0px;
}

.mb-3.product__attribute.product__qty,
.mb-3.product__attribute.product__qty * {
    color: #ffffff !important;
}

.menu>li.current-menu-item>a {
    color: #D4AF92;
}

.menu>li>a {
    color: #FFFFFFCC;
    font-weight: 300;
}

.sub-menu li a {
    color: #FFFFFFCC !important;
}

ul.sub-menu {
    background: #402034;
    border: none;
}

.menu>li>a:hover {
    color: #D4AF92;
}

h3.bedots_limited_edition_collection__product_title a {
    font-family: Cormorant !important;
}

li.bb-product-filter-item a {
    color: #fff !important;
}

li.bb-product-filter-item a {
    color: #fff !important;
}

a.panel-trigger.btn--custom.btn--rounded.btn--outline {
    background: #fff;
}

a.btn--custom.btn--outline.btn--rounded.me-3.mb-3 {
    background: #fff;
}

button.btn--custom.btn--rounded.btn-checkout-cart.btn--lg {
    border: 1px solid;
}


.table-responsive.bb-ecommerce-table {
    padding: 24px;
    background: #fff;
}

a.bedots_luxury_banner__button,
a.bedots_exclusivity_banner__button {
    padding: 19px 32px;
    border: 1px solid #D4AF92;
    color: #D4AF92;
    font-family: Inter;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    transition: 
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease;
}

a.bedots_luxury_banner__button:hover,
a.bedots_exclusivity_banner__button:hover {
    background-color: #D4AF92;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 175, 146, 0.25);
}

.bedots_footer__logo {
    color: #ceaf76;
}

span.bedots_footer__logo_text {
    font-size: 24px;
}

.section__header h1 {
    color: #ffffff !important;
}


button.btn--custom.btn--outline.btn--rounded {
    border: 1px solid var(--d-4-af-92, #D4AF92);
    color: #fff;
    border-radius: 0px;
    background: #1a0a14;
}

.block__info h3 {color: #ffffff;}

.block__info p {
    color: #ffffff;
}


textarea#content {
    color: #fff !important;
}

button.mt-4.btn--custom.btn--rounded.btn--outline.w-100 {
    background-color: #1a0a14;
}

.product--detail .tab-list li.active a {
    color: #fff;
}

.form--contact {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
}

.block--contact-info.shortcode--contact-form {
    display: none;
}

.section--blog .section__header {
    display: none;
}

.product__info {
    color: #fff;
}

.shop--sidebar .shop__sort .form-group--inline .form-control {
    background: #ffffff;
}

.bedots_auctions_hero {
    background: linear-gradient(98deg, #2A1422 0.71%, #1B0A15 94.54%) !important;
}

.bedots_auctions_content {
    background: #1A0A14 !important;
}

.bedots_auctions_page {
    background: #1A0A14 !important;
}

.bedots_auctions_container {
    border-radius: 32px !important;
}

article.bedots_auctions_card {
    border-radius: 32px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    padding: 24px !important;
}

.bedots_auctions_list {
    padding: 32px !important;
}

.bedots_auctions_details {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
}

.bedots_auctions_status_wrapper {
    width: 100% !important;
    display: flex !important;
    margin-top: 32px !important;
    margin-bottom: 32px !important;
    gap: 16px !important;
}

.bedots_auctions_status_item {
    padding: 16px !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.19) !important;
}

a.bedots_auctions_bid_button {
    border-radius: 999px !important;
}

.bedots_auction_detail_hero {
    display: none !important;
}

.bedots_auction_detail_content {
    padding-top: 100px !important;
    background: #1A0A14 !important;
}

h2.bedots_auction_detail_title {
    font-family: cormorant !important;
}

.bedots_auction_detail_desc p {
    color: rgba(255, 255, 255, 0.80) !important;
    font-family: Manrope !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important; /* 22.5px */
}

.bedots_auction_detail_status_item {
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.19) !important;
}

.bedots_auction_detail_highest {
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.19) !important;
}

.bedots_auction_detail_page {
    background: #1A0A14 !important;
}

h2.beDot_about_ceo__title {
    color: #FFF;
    font-family: var(--Font, Cormorant);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 30.8px */
    letter-spacing: -0.56px;
}

.beDot_about_ceo__paragraph {
    color: rgba(255, 255, 255, 0.70);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}

.beDot_about_ceo .col-lg-6.beDot_about_ceo__text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.beDot_about_ceo .row.align-items-center {
    display: flex;
    gap: 120px;
}

.beDot_about_ceo__image_frame {
}

.beDot_about_ceo .col-lg-6.beDot_about_ceo__image_col {
    width: 400px;
}

section.beDot_about_ceo {
    padding-top: 120px;
    padding-bottom: 120px;
}

.beDot_vision_mission__main_title {
    color: var(--d-4-af-92, #D4AF92);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

h3.beDot_vision_mission__sub_title {
    color: #FFF;
    font-family: var(--Font, Cormorant);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 30.8px */
    letter-spacing: -0.56px;
}

.beDot_vision_mission__sub_text {
    color: rgba(255, 255, 255, 0.70);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    margin-bottom: 32px;
}

.beDot_vision_mission .row.align-items-center {
}

.beDot_vision_mission__main_title {}

section.beDot_why_oud4you {
    background: linear-gradient(98deg, #2A1422 0.71%, #1B0A15 94.54%);
    padding: 100px 0px;
    margin: 100px 0px;
}

.beDot_why_oud4you .row.align-items-center {
    display: flex;
    gap: 120px;
}

.beDot_why_oud4you .col-lg-7.beDot_why_oud4you__text {
    width: 46%;
}

.beDot_why_oud4you__small_title {
    color: var(--d-4-af-92, #D4AF92);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
}

h2.beDot_why_oud4you__big_title {
    color: #FFF;
    font-family: var(--Font, Cormorant);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 35.2px */
    letter-spacing: -0.64px;
    margin-bottom: 32px;
}

span.beDot_why_oud4you__text_label {
    color: var(--Gold, #D4AF92);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
}

span.beDot_why_oud4you__text_body {
    color: rgba(255, 255, 255, 0.70);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.beDot_why_oud4you__text_block {
    margin-bottom: 24px;
}

h2.beDot_experience__big_title {
    color: #FFF;
    font-family: var(--Font, Cormorant);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 35.2px */
    letter-spacing: -0.64px;
}

.beDot_experience__text {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

.beDot_experience__button_wrapper {
    border: 1px solid var(--d-4-af-92, #D4AF92);
    display: flex;
    height: 50px;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

a.beDot_experience__button {
    color: var(--d-4-af-92, #D4AF92);
    text-align: center;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.beDot_experience__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 800px;
    margin-bottom: 50px;
}

section.beDot_experience .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

img.bedots_customer_reviews__avatar_img {
    max-width: 100px !important;
}

.bedots_customer_reviews__reviews .row {
    display: flex;
    flex-direction: row;
    align-content: space-between;
}

.bedots_customer_reviews__review_card {
    height: 100%;
}

span.bedots_customer_reviews__google_logo {
    display: none;
}

.section--featured-product-categories .section__header h3 {
    font-family: var(--Font, Cormorant) !important;
    font-size: 48px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.96px;
    text-transform: capitalize;
}

section.bedots_our_story {
    padding-top: 100px;
    margin-top: 100px;
    border-top: 2px solid;
    border-image: linear-gradient(
        90deg,
        rgba(212, 175, 146, 0.00) 18%,
        #D4AF92 50%,
        rgba(212, 175, 146, 0.00) 82%
    ) 1;
}

.owl-carousel .owl-stage {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100% !important;
    gap: 36px;
}

.owl-carousel .owl-stage-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.owl-carousel .owl-stage:after {
    display: none;
}

.owl-carousel.owl-drag .owl-item {
    width: 33% !important;
}


.categories_box span.d-block.text-center {
    font-family: var(--Font, Cormorant) !important;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
}

.contact-form {
    background: #ffffff08;
}

.form-label {
    color: #fff;
}

.form-check-label {
    color: #fff;
}

.contact-form p {
    color: #fff;
}
.form-control::placeholder {
    color: #fff;
}

.iti__selected-dial-code {
    color: #fff;
}

.form-control:focus {
    background: #ffffff12;
    color: #ffffff;
}

.form-control.is-valid {
    color: #fff;
}

.form-control.is-invalid {
    color: #fff;
}


.form-control {
    border-radius: 8px;
}

.show-admin-bar .panel--search {
    background: #1A0A14;
}

.form-control {
    color: #fff;
}

.form--primary-search button {
    color: #fff;
}

.panel--search .panel__close {
    color: #fff;
}

.shop--sidebar .shop__sort .form-group--inline .form-control {
    background: #ffffff1c;
}

.form-control option {
    background: #2c1423;
}

.pagination .page-item .page-link {
    background-color: #ffffff12;
    color: #fff;
}

.pagination .page-item.active span {
    background: #ffffff0a;
    border: 1px solid #fff;
}

.pagination .page-item.disabled .page-link {
    background-color: #ffffff17 !important;
}

.review-item__body {
    color: #fff;
}

time.text-muted.small {
    color: #fff !important;
}

.position-relative.review-list-container .mb-3 {
    color: #fff;
}

.d-flex.gap-2.review-control-buttons button {
    backgrou-cnd: red !important;
}

.product-review-container .product-review-controls .review-control-buttons .review-control-btn.btn {
    background-color: #ffffff1a !important;
    color: #fff !important;
}

select.form-select.review-star-filter {
    background: #ffffff30;
    color: #fff;
}

.review-star-filter option {
    background: #36132a;
}

.review-sort-select  {background: #ffffff30;
    color: #fff;}

.review-sort-select option {
    background: #36132a;
}

.product-review-number {
    background: #ffffff0f;
    border-radius: 16px;
}

.product-review-summary {
    display: flex;
    flex-direction: column;
}

.product-review-number-title {
    color: #fff;
    text-align: center;
}

.product-review-summary-value span {
    color: #fff;
}

.product-review-summary-rating p {
    color: #fff;
}

span.product-review-progress-bar-title {
    color: #fff;
}

span.product-review-progress-bar-percent {
    color: #fff;
}

.product-review-container h4 {
    color: #fff;
}

.product-review-container p {
    color: #fff;
}

.form-control:disabled {
    background-color: #ffffff12;
}

.image-upload-info.alert.alert-info.p-2 {
    background: none;
    border: none;
}

button.btn.btn-primary.disabled {
    border: 1px solid;
}

.header .logo img {
    max-height: 120px !important;
}

.contact-form {
    max-width: 1200px;
    margin: 0 auto;
}

.col-lg-6.beDot_about_ceo__image_col {
    display: none;
}

.col-lg-6.beDot_about_ceo__text {
    margin: 0 auto;
}

h2.beDot_about_ceo__title {
    text-align: center;
    font-size: 60px;
}

.beDot_about_ceo__paragraph {
    text-align: center;
}

.beDot_about_story .row.align-items-center {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 100px;
    gap: 48px;
}

.col-lg-6.beDot_about_story__image_col {
    max-width: 50%;
}

.col-lg-6.beDot_about_story__text {
    max-width: 45%;
}

h2.beDot_about_story__title {
    color: #FFF;
    font-family: var(--Font, Cormorant);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.56px;
}

.beDot_about_story__paragraph {
    color: rgba(255, 255, 255, 0.70);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 32px;
}