.elementor-11118 .elementor-element.elementor-element-9780d1f{--display:flex;--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;}.elementor-11118 .elementor-element.elementor-element-b4a3fb0{text-align:center;}.elementor-11118 .elementor-element.elementor-element-e3e0dd5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-11118 .elementor-element.elementor-element-08d51e1{--display:flex;}.elementor-11118 .elementor-element.elementor-element-d7de539.elementor-element{--align-self:center;}.elementor-11118 .elementor-element.elementor-element-015adf9{--display:flex;}.elementor-11118 .elementor-element.elementor-element-0fae79f{--divider-border-style:solid;--divider-color:#3D3D3D;--divider-border-width:1px;}.elementor-11118 .elementor-element.elementor-element-0fae79f .elementor-divider-separator{width:100%;}.elementor-11118 .elementor-element.elementor-element-0fae79f .elementor-divider{padding-block-start:9px;padding-block-end:9px;}.elementor-11118 .elementor-element.elementor-element-9841364 > .elementor-widget-container{margin:-1px 050px 0px 050px;}.elementor-11118 .elementor-element.elementor-element-b087cd6{--display:flex;--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;}.elementor-11118 .elementor-element.elementor-element-67158e8{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-9841364 */.woocommerce .products .product .button {
    display: none !important;
}
.coupon-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.coupon-card {
  width: calc(50% - 20px);
  margin: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'Pretendard', sans-serif;
}
.coupon-left .discount {
  font-size: 28px;
  font-weight: bold;
}
.coupon-left .title {
  font-size: 16px;
  margin-top: 4px;
  font-weight: 600;
}
.coupon-middle {
  margin: 16px 0;
  font-size: 14px;
  color: #333;
}
.coupon-middle ul {
  padding-left: 20px;
  margin-top: 4px;
}
.coupon-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #888;
}
.coupon-button {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  cursor: pointer;
}
.d-day {
  color: red;
  font-weight: bold;
}
.coupon-guide-text {
  display: none;
  margin-top: 10px;
  font-size: 13px;
  color: #555;
  background: #fafafa;
  padding: 10px;
  border-radius: 8px;
  border: 1px dashed #ccc;
}
.coupon-guide-text.show {
  display: block;
}/* End custom CSS */