.elementor-6285 .elementor-element.elementor-element-02344fb{--display:flex;--min-height:87vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6285 .elementor-element.elementor-element-02344fb:not(.elementor-motion-effects-element-type-background), .elementor-6285 .elementor-element.elementor-element-02344fb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://calissandra.com/wp-content/uploads/2025/09/COVER.jpg");background-size:cover;}.elementor-6285 .elementor-element.elementor-element-ea34a5c{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6285 .elementor-element.elementor-element-a5a2408{text-align:center;font-family:"Futura ltd regular", Sans-serif;font-size:12px;font-weight:400;}.elementor-6285 .elementor-element.elementor-element-d7ed248{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:5px;--padding-right:5px;}@media(max-width:1366px){.elementor-6285 .elementor-element.elementor-element-02344fb{--min-height:62vh;}}@media(max-width:1024px){.elementor-6285 .elementor-element.elementor-element-02344fb{--min-height:43vh;}}@media(max-width:767px){.elementor-6285 .elementor-element.elementor-element-02344fb{--min-height:23vh;}.elementor-6285 .elementor-element.elementor-element-02344fb:not(.elementor-motion-effects-element-type-background), .elementor-6285 .elementor-element.elementor-element-02344fb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;}}/* Start custom CSS for shortcode, class: .elementor-element-0ff8bdd *//* Font Helvetica, in hoa và in đậm tên sản phẩm */
ul.products li.product h2, 
ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Archivo', sans-serif !important;
    font-size: 13px !important;
    font-weight: 400
    text-transform: uppercase !important;
    text-align: center;
    color: black !important;
    line-height: 1.3;
}

/* Tablet: 11px */
@media (max-width: 1024px) {
    ul.products li.product h2, 
    ul.products li.product .woocommerce-loop-product__title {
        font-size: 11px !important;
    }
}

/* Mobile: 9px */
@media (max-width: 767px) {
    ul.products li.product h2, 
    ul.products li.product .woocommerce-loop-product__title {
        font-size: 11px !important;
    }
}

/* Giá sản phẩm màu đen, căn giữa */
ul.products li.product .price {
    display: block;
    text-align: center;
    font-family: 'Archivo', sans-serif !important;
    font-size: 11px !important;
    font-weight: bold;
    color: #000 !important;
    margin-top: 5px;
}

/* Ẩn nút "Select options" */
ul.products li.product a.button {
    display: none !important;
}


/* Ẩn nút "Select options" */
ul.products li.product a.button {
    display: none !important;
}

/* Mobile: mặc định 10px */
.woocommerce-result-count,
.woocommerce-ordering {
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}

/* Tablet: từ 768px trở lên */
@media (min-width: 768px) {
    .woocommerce-result-count,
    .woocommerce-ordering {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Desktop: từ 1025px trở lên */
@media (min-width: 1025px) {
    .woocommerce-result-count,
    .woocommerce-ordering {
        padding-left: 80px;
        padding-right: 80px;
    }
}

/* Gọn gàng, tinh tế, không nền */
.woocommerce-ordering {
  font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.woocommerce-ordering select.orderby {
  font-family: inherit;
  font-size: 14px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: transparent;
  color: #333;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.2s ease;
}

.woocommerce-ordering select.orderby:focus {
  outline: none;
  border-color: #999;
}

/* Thêm icon mũi tên xuống */
.woocommerce-ordering {
  position: relative;
}

.woocommerce-ordering::after {
  content: "▼";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #999;
  pointer-events: none;
}

/* Responsive: chiếm toàn bộ chiều rộng trên mobile */
@media (max-width: 768px) {
  .woocommerce-ordering {
    width: 100%;
  }

  .woocommerce-ordering select.orderby {
    width: 100%;
  }

  .woocommerce-ordering::after {
    right: 16px;
  }
}/* End custom CSS */