File: //home/parhudrw/saifookhan.com/wp-content/woocommerce/assets/client/admin/product-editor/style.css
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../node_modules/.pnpm/[email protected][email protected]/node_modules/css-loader/dist/cjs.js!../../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/style.scss ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
* Colors
*/
/**
* Colors
*/
/**
* SCSS Variables.
*
* Please use variables from this sheet to ensure consistency across the UI.
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
*/
/**
* Colors
*/
/**
* Fonts & basic variables.
*/
/**
* Grid System.
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
*/
/**
* Dimensions.
*/
/**
* Shadows.
*/
/**
* Editor widths.
*/
/**
* Block & Editor UI.
*/
/**
* Block paddings.
*/
/**
* React Native specific.
* These variables do not appear to be used anywhere else.
*/
/**
* Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
* Breakpoint mixins
*/
/**
* Long content fade mixin
*
* Creates a fading overlay to signify that the content is longer
* than the space allows.
*/
/**
* Focus styles.
*/
/**
* Applies editor left position to the selector passed as argument
*/
/**
* Styles that are reused verbatim in a few places
*/
/**
* Allows users to opt-out of animations via OS-level preferences.
*/
/**
* Reset default styles for JavaScript UI based pages.
* This is a WP-admin agnostic reset
*/
/**
* Reset the WP Admin page styles for Gutenberg-like pages.
*/
/**
* Breakpoints & Media Queries
*/
:root {
--wp-admin-theme-color: #007cba;
--wp-admin-theme-color--rgb: 0, 124, 186;
--wp-admin-theme-color-darker-10: #006ba1;
--wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
--wp-admin-theme-color-darker-20: #005a87;
--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
:root {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-light {
--wp-admin-theme-color: #0085ba;
--wp-admin-theme-color--rgb: 0, 133, 186;
--wp-admin-theme-color-darker-10: #0073a1;
--wp-admin-theme-color-darker-10--rgb: 0, 115, 161;
--wp-admin-theme-color-darker-20: #006187;
--wp-admin-theme-color-darker-20--rgb: 0, 97, 135;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-light {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-modern {
--wp-admin-theme-color: #3858e9;
--wp-admin-theme-color--rgb: 56, 88, 233;
--wp-admin-theme-color-darker-10: #2145e6;
--wp-admin-theme-color-darker-10--rgb: 33, 69, 230;
--wp-admin-theme-color-darker-20: #183ad6;
--wp-admin-theme-color-darker-20--rgb: 24, 58, 214;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-modern {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-blue {
--wp-admin-theme-color: #096484;
--wp-admin-theme-color--rgb: 9, 100, 132;
--wp-admin-theme-color-darker-10: #07526c;
--wp-admin-theme-color-darker-10--rgb: 7, 82, 108;
--wp-admin-theme-color-darker-20: #064054;
--wp-admin-theme-color-darker-20--rgb: 6, 64, 84;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-blue {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-coffee {
--wp-admin-theme-color: #46403c;
--wp-admin-theme-color--rgb: 70, 64, 60;
--wp-admin-theme-color-darker-10: #383330;
--wp-admin-theme-color-darker-10--rgb: 56, 51, 48;
--wp-admin-theme-color-darker-20: #2b2724;
--wp-admin-theme-color-darker-20--rgb: 43, 39, 36;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-coffee {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-ectoplasm {
--wp-admin-theme-color: #523f6d;
--wp-admin-theme-color--rgb: 82, 63, 109;
--wp-admin-theme-color-darker-10: #46365d;
--wp-admin-theme-color-darker-10--rgb: 70, 54, 93;
--wp-admin-theme-color-darker-20: #3a2c4d;
--wp-admin-theme-color-darker-20--rgb: 58, 44, 77;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-ectoplasm {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-midnight {
--wp-admin-theme-color: #e14d43;
--wp-admin-theme-color--rgb: 225, 77, 67;
--wp-admin-theme-color-darker-10: #dd382d;
--wp-admin-theme-color-darker-10--rgb: 221, 56, 45;
--wp-admin-theme-color-darker-20: #d02c21;
--wp-admin-theme-color-darker-20--rgb: 208, 44, 33;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-midnight {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-ocean {
--wp-admin-theme-color: #627c83;
--wp-admin-theme-color--rgb: 98, 124, 131;
--wp-admin-theme-color-darker-10: #576e74;
--wp-admin-theme-color-darker-10--rgb: 87, 110, 116;
--wp-admin-theme-color-darker-20: #4c6066;
--wp-admin-theme-color-darker-20--rgb: 76, 96, 102;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-ocean {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-sunrise {
--wp-admin-theme-color: #dd823b;
--wp-admin-theme-color--rgb: 221, 130, 59;
--wp-admin-theme-color-darker-10: #d97426;
--wp-admin-theme-color-darker-10--rgb: 217, 116, 38;
--wp-admin-theme-color-darker-20: #c36922;
--wp-admin-theme-color-darker-20--rgb: 195, 105, 34;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-sunrise {
--wp-admin-border-width-focus: 1.5px;
}
}
/* stylelint-disable block-closing-brace-newline-after */
/* stylelint-enable */
/**
* Breakpoint mixins
*/
/* stylelint-disable block-closing-brace-newline-after */
/* stylelint-enable */
/* Editor */
.components-panel__header.interface-complementary-area-header__small {
background: #fff;
padding-right: 4px;
}
.components-panel__header.interface-complementary-area-header__small .interface-complementary-area-header__small-title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
@media (min-width: 782px) {
.components-panel__header.interface-complementary-area-header__small {
display: none;
}
}
.interface-complementary-area-header {
background: #fff;
padding-right: 4px;
}
.interface-complementary-area-header .components-button.has-icon {
display: none;
margin-left: auto;
}
.interface-complementary-area-header .components-button.has-icon ~ .components-button {
margin-left: 0;
}
@media (min-width: 782px) {
.interface-complementary-area-header .components-button.has-icon {
display: flex;
}
}
@media (min-width: 782px) {
.components-panel__header + .interface-complementary-area-header {
margin-top: 0;
}
}
.interface-complementary-area {
background: #fff;
color: #1e1e1e;
}
@media (min-width: 600px) {
.interface-complementary-area {
-webkit-overflow-scrolling: touch;
}
}
@media (min-width: 782px) {
.interface-complementary-area {
width: 272px;
}
}
.interface-complementary-area .components-panel {
border: none;
position: relative;
z-index: 0;
}
.interface-complementary-area .components-panel__header {
position: sticky;
top: 0;
z-index: 1;
}
.interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs {
top: 48px;
}
@media (min-width: 782px) {
.interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs {
top: 0;
}
}
.interface-complementary-area p {
margin-top: 0;
}
.interface-complementary-area h2 {
font-size: 13px;
color: #1e1e1e;
margin-bottom: 1.5em;
}
.interface-complementary-area h3 {
font-size: 11px;
text-transform: uppercase;
font-weight: 500;
color: #1e1e1e;
margin-bottom: 1.5em;
}
.interface-complementary-area hr {
border-top: none;
border-bottom: 1px solid #f0f0f0;
margin: 1.5em 0;
}
.interface-complementary-area div.components-toolbar-group,
.interface-complementary-area div.components-toolbar {
box-shadow: none;
margin-bottom: 1.5em;
}
.interface-complementary-area div.components-toolbar-group:last-child,
.interface-complementary-area div.components-toolbar:last-child {
margin-bottom: 0;
}
.interface-complementary-area .block-editor-skip-to-selected-block:focus {
top: auto;
right: 10px;
bottom: 10px;
left: auto;
}
@media (min-width: 782px) {
body.js.is-fullscreen-mode {
margin-top: -32px;
height: calc(100% + 32px);
}
body.js.is-fullscreen-mode #adminmenumain,
body.js.is-fullscreen-mode #wpadminbar {
display: none;
}
body.js.is-fullscreen-mode #wpcontent,
body.js.is-fullscreen-mode #wpfooter {
margin-left: 0;
}
}
html.interface-interface-skeleton__html-container {
position: fixed;
width: 100%;
}
@media (min-width: 782px) {
html.interface-interface-skeleton__html-container {
position: initial;
width: initial;
}
}
.interface-interface-skeleton {
display: flex;
flex-direction: row;
height: auto;
max-height: 100%;
position: fixed;
top: 46px;
left: 0;
right: 0;
bottom: 0;
}
@media (min-width: 783px) {
.interface-interface-skeleton {
top: 32px;
}
.is-fullscreen-mode .interface-interface-skeleton {
top: 0;
}
}
.interface-interface-skeleton__editor {
display: flex;
flex-direction: column;
flex: 0 1 100%;
overflow: hidden;
}
.interface-interface-skeleton { /* Set left position when auto-fold is not on the body element. */
left: 0;
}
@media (min-width: 783px) {
.interface-interface-skeleton {
left: 160px;
}
}
.auto-fold .interface-interface-skeleton { /* Auto fold is when on smaller breakpoints, nav menu auto collapses. */ }
@media (min-width: 783px) {
.auto-fold .interface-interface-skeleton {
left: 36px;
}
}
@media (min-width: 961px) {
.auto-fold .interface-interface-skeleton {
left: 160px;
}
}
/* Sidebar manually collapsed. */
.folded .interface-interface-skeleton {
left: 0;
}
@media (min-width: 783px) {
.folded .interface-interface-skeleton {
left: 36px;
}
}
body.is-fullscreen-mode .interface-interface-skeleton {
left: 0 !important;
}
.interface-interface-skeleton__body {
flex-grow: 1;
display: flex;
overflow: auto;
overscroll-behavior-y: none;
}
@media (min-width: 782px) {
.has-footer .interface-interface-skeleton__body {
padding-bottom: 25px;
}
}
.interface-interface-skeleton__content {
flex-grow: 1;
display: flex;
flex-direction: column;
overflow: auto;
z-index: 20;
}
.interface-interface-skeleton__secondary-sidebar,
.interface-interface-skeleton__sidebar {
display: block;
flex-shrink: 0;
position: absolute;
z-index: 100000;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #fff;
color: #1e1e1e;
}
@media (min-width: 782px) {
.interface-interface-skeleton__secondary-sidebar,
.interface-interface-skeleton__sidebar {
position: relative !important;
z-index: 90;
width: auto;
}
}
.interface-interface-skeleton__sidebar {
overflow: auto;
}
@media (min-width: 782px) {
.interface-interface-skeleton__sidebar {
border-left: 1px solid #e0e0e0;
}
}
@media (min-width: 782px) {
.interface-interface-skeleton__secondary-sidebar {
border-right: 1px solid #e0e0e0;
}
}
.interface-interface-skeleton__header {
flex-shrink: 0;
height: auto;
border-bottom: 1px solid #e0e0e0;
z-index: 30;
color: #1e1e1e;
}
.interface-interface-skeleton__footer {
height: auto;
flex-shrink: 0;
border-top: 1px solid #e0e0e0;
color: #1e1e1e;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background-color: #fff;
z-index: 90;
display: none;
}
@media (min-width: 782px) {
.interface-interface-skeleton__footer {
display: flex;
}
}
.interface-interface-skeleton__footer .block-editor-block-breadcrumb {
z-index: 30;
display: flex;
background: #fff;
height: 24px;
align-items: center;
font-size: 13px;
padding: 0 18px;
}
.interface-interface-skeleton__actions {
z-index: 100000;
position: fixed !important;
top: -9999em;
bottom: auto;
left: auto;
right: 0;
width: 272px;
color: #1e1e1e;
}
.interface-interface-skeleton__actions:focus {
top: auto;
bottom: 0;
}
.interface-more-menu-dropdown {
margin-left: -4px;
}
.interface-more-menu-dropdown .components-button {
width: auto;
padding: 0 2px;
}
@media (min-width: 600px) {
.interface-more-menu-dropdown {
margin-left: 0;
}
.interface-more-menu-dropdown .components-button {
padding: 0 4px;
}
}
.interface-more-menu-dropdown__content .components-popover__content {
min-width: 280px;
}
@media (min-width: 480px) {
.interface-more-menu-dropdown__content .components-popover__content {
width: auto;
max-width: 480px;
}
}
.interface-more-menu-dropdown__content .components-popover__content .components-dropdown-menu__menu {
padding: 0;
}
.components-popover.interface-more-menu-dropdown__content {
z-index: 99998;
}
.interface-pinned-items {
display: flex;
}
.interface-pinned-items .components-button:not(:first-child) {
display: none;
}
@media (min-width: 600px) {
.interface-pinned-items .components-button:not(:first-child) {
display: flex;
}
}
.interface-pinned-items .components-button {
margin-left: 4px;
}
.interface-pinned-items .components-button svg {
max-width: 24px;
max-height: 24px;
}
@media (min-width: 600px) {
.interface-preferences-modal {
width: calc(100% - 32px);
height: calc(100% - 120px);
}
}
@media (min-width: 782px) {
.interface-preferences-modal {
width: 750px;
}
}
@media (min-width: 960px) {
.interface-preferences-modal {
height: 70%;
}
}
@media (max-width: 781px) {
.interface-preferences-modal .components-modal__content {
padding: 0;
}
.interface-preferences-modal .components-modal__content::before {
content: none;
}
}
.interface-preferences__tabs .components-tab-panel__tabs {
position: absolute;
top: 84px;
left: 16px;
width: 160px;
}
.interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item {
border-radius: 2px;
font-weight: 400;
}
.interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item.is-active {
background: #f0f0f0;
box-shadow: none;
font-weight: 500;
}
.interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item:focus:not(:disabled) {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.interface-preferences__tabs .components-tab-panel__tab-content {
padding-left: 24px;
margin-left: 160px;
}
@media (max-width: 781px) {
.interface-preferences__provider {
height: 100%;
}
}
.interface-preferences-modal__section {
margin: 0 0 2.5rem 0;
}
.interface-preferences-modal__section:last-child {
margin: 0;
}
.interface-preferences-modal__section-title {
font-size: 0.9rem;
font-weight: 600;
margin-top: 0;
}
.interface-preferences-modal__section-description {
margin: -8px 0 8px 0;
font-size: 12px;
font-style: normal;
color: #757575;
}
.interface-preferences-modal__option .components-base-control .components-base-control__field {
align-items: center;
display: flex;
margin-bottom: 0;
}
.interface-preferences-modal__option .components-base-control .components-base-control__field > label {
flex-grow: 1;
padding: 0.6rem 0 0.6rem 10px;
}
.interface-preferences-modal__option .components-base-control__help {
margin: -8px 0 8px 58px;
font-size: 12px;
font-style: normal;
color: #757575;
}
.woocommerce-product-block-editor h1,
.woocommerce-product-block-editor h2,
.woocommerce-product-block-editor h3,
.woocommerce-product-block-editor h4,
.woocommerce-product-block-editor h5,
.woocommerce-product-block-editor h6,
.woocommerce-product-block-editor p,
.woocommerce-product-block-editor button,
.woocommerce-product-block-editor span,
.woocommerce-product-block-editor label,
.woocommerce-product-block-editor div,
.woocommerce-product-block-editor input {
font-family: var(--wp--preset--font-family--system-font);
}
.woocommerce-product-block-editor label {
color: #1e1e1e;
}
.woocommerce-product-block-editor a {
text-decoration: none;
}
.woocommerce-product-block-editor .has-error .components-base-control {
margin-bottom: 0;
}
.woocommerce-product-block-editor .has-error .components-base-control .components-input-control__backdrop {
border-color: #d63638;
}
.woocommerce-product-block-editor .has-error .components-base-control__help {
color: #d63638;
}
.woocommerce-product-block-editor .editor-styles-wrapper {
max-width: 650px;
margin-left: auto;
margin-right: auto;
padding-bottom: 128px;
}
.woocommerce-product-block-editor .components-input-control__input::-moz-placeholder {
color: #757575;
}
.woocommerce-product-block-editor .components-input-control__input:-ms-input-placeholder {
color: #757575;
}
.woocommerce-product-block-editor .components-input-control__input::placeholder {
color: #757575;
}
.woocommerce-product-block-editor .components-input-control__prefix {
margin-left: 8px;
}
.woocommerce-product-block-editor .components-input-control__suffix {
margin-right: 8px;
}
.woocommerce-product-block-editor .woocommerce-product-form__custom-label-input {
display: flex;
flex-direction: column;
}
.woocommerce-product-block-editor .woocommerce-product-form__custom-label-input label {
display: block;
margin-bottom: 8px;
}
.woocommerce-product-block-editor .woocommerce-product-form__optional-input {
color: #757575;
}
.woocommerce-product-block-editor .wp-block-columns {
gap: 24px;
margin-bottom: 0;
}
.woocommerce-product-block-editor .wp-block-woocommerce-product-section > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block:first-child {
margin-top: 32px;
}
.woocommerce-product-block-editor .wp-block-woocommerce-product-section > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block:not(:first-child) {
margin-top: 24px;
}
.woocommerce-product-block-editor .woocommerce-experimental-select-control__label {
text-transform: uppercase;
font-size: 11px;
color: #1e1e1e;
font-weight: 500;
}
.woocommerce-product-block-editor .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus:after {
display: none;
}
/* Structural */
.woocommerce-product-tabs {
display: flex;
justify-content: center;
}
.woocommerce-product-tabs .components-button {
padding: 8px 0 20px 0;
margin-left: 16px;
margin-right: 16px;
border-bottom: 3.5px solid transparent;
border-radius: 0;
height: auto;
}
.woocommerce-product-tabs .components-button.is-selected {
border-color: var(--wp-admin-theme-color);
}
.woocommerce-form-section a {
text-decoration: none;
}
.woocommerce-form-section__content .components-card {
border: 1px solid #ccc;
border-radius: 2px;
box-shadow: none;
}
.woocommerce-form-section__content .components-card__body {
padding: 24px;
}
.woocommerce-form-section__content .components-card__body .components-base-control:not(:first-child):not(.components-radio-control),
.woocommerce-form-section__content .components-card__body .components-dropdown:not(:first-child):not(.components-radio-control),
.woocommerce-form-section__content .components-card__body .woocommerce-rich-text-editor:not(:first-child):not(.components-radio-control) {
margin-top: 16px;
margin-bottom: 0;
}
.woocommerce-form-section__content .woocommerce-product-form__field:not(:first-child) {
margin-top: 24px;
}
.woocommerce-form-section__content .woocommerce-product-form__field:not(:first-child) > .components-base-control {
margin-bottom: 0;
}
.woocommerce-form-section__content .components-radio-control .components-v-stack {
gap: 12px;
}
.woocommerce-form-section__content .woocommerce-collapsible-content {
margin-top: 24px;
}
.woocommerce-form-section__header p > span {
display: block;
margin-bottom: 8px;
}
.woocommerce-form-section:not(:first-child) {
margin-top: 40px;
}
.woocommerce-product-header__inner {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr auto 1fr;
grid-template-columns: 1fr auto 1fr;
grid-gap: 16px;
align-items: center;
padding: 0 16px;
height: 60px;
}
@media (max-width: 960px) {
.woocommerce-product-header__inner {
-ms-grid-columns: auto 1fr;
grid-template-columns: auto 1fr;
}
}
.woocommerce-product-header .woocommerce-product-header__title {
text-align: center;
font-size: 16px;
font-weight: 600;
padding: 0;
color: #000000;
max-width: 500px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
@media (max-width: 960px) {
.woocommerce-product-header .woocommerce-product-header__title {
display: none;
}
}
.woocommerce-product-header__actions {
margin-left: auto;
}
.woocommerce-product-header .woocommerce-product-header__actions {
display: flex;
}
.woocommerce-product-header .woocommerce-product-header__actions > * + * {
margin-left: 16px;
}
.woocommerce-product-header .components-dropdown-menu__toggle.is-opened {
background-color: #1E1E1E;
color: #fff;
}
.woocommerce-product-header__more-menu .components-popover__content {
min-width: auto;
width: -moz-min-content;
width: min-content;
}
.woocommerce-add-new-shipping-class-modal {
min-width: 650px;
}
.woocommerce-add-new-shipping-class-modal__optional-input {
color: #757575;
}
.woocommerce-add-new-shipping-class-modal__buttons {
margin-top: 36px;
display: flex;
flex-direction: row;
gap: 8px;
justify-content: flex-end;
}
.woocommerce-add-new-shipping-class-modal .has-error .components-base-control__help {
color: #d63638;
}
/* Components */
.woocommerce-content-preview {
border: 1px solid #ddd;
max-height: 144px;
overflow: hidden;
padding: 24px;
margin-top: 40px;
}
.woocommerce-content-preview > :first-child {
margin-top: 0;
}
.woocommerce-content-preview > * {
max-width: 100%;
}
.woocommerce-content-preview:after {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
height: 57px;
width: 100%;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 89.5%);
}
.woocommerce-radio-field .components-base-control__label {
text-transform: none;
font-weight: 400;
margin-bottom: 24px;
}
.woocommerce-radio-field .components-base-control__label > span {
display: block;
line-height: 1.5;
}
.woocommerce-radio-field__title {
font-size: 16px;
font-weight: 600;
color: #1e1e1e;
}
.woocommerce-radio-field__description {
font-size: 13px;
color: #1e1e1e;
}
.woocommerce-radio-field .components-base-control__field > .components-v-stack {
gap: 16px;
}
.woocommerce-iframe-editor {
align-items: flex-start;
display: flex;
flex-direction: row;
flex-grow: 1;
height: 100%;
width: 100%;
overflow: hidden;
z-index: 1000;
}
.woocommerce-iframe-editor iframe {
width: 100%;
height: 100%;
}
.woocommerce-iframe-editor__content {
flex-grow: 1;
background-color: #2f2f2f;
padding: 90px 48px 40px;
height: 100%;
justify-content: center;
display: flex;
position: relative;
}
.woocommerce-iframe-editor__sidebar {
flex-shrink: 0;
width: 280px;
}
.woocommerce-iframe-editor .block-editor-block-contextual-toolbar.is-fixed {
position: absolute;
left: 0;
top: 0;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
box-sizing: border-box;
}
.resizable-editor__drag-handle {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: 0;
border-radius: 2px;
bottom: 0;
cursor: ew-resize;
margin: auto 0;
outline: none;
padding: 0;
position: absolute;
top: 0;
width: 12px;
height: 100px;
}
.resizable-editor__drag-handle.is-left {
left: -16px;
}
.resizable-editor__drag-handle.is-right {
right: -16px;
}
.resizable-editor__drag-handle:after {
background: #949494;
border-radius: 2px;
bottom: 24px;
content: "";
left: 4px;
position: absolute;
right: 0;
top: 24px;
width: 4px;
}
.woocommerce-iframe-editor__back-button {
align-self: flex-start;
margin-top: 16px;
margin-bottom: 16px;
color: white;
}
.woocommerce-category-field-dropdown .woocommerce-experimental-select-control__input {
height: auto;
}
.woocommerce-category-field-dropdown .woocommerce-experimental-select-control__combo-box-wrapper {
border-color: #757575;
}
.woocommerce-category-field-dropdown__menu {
padding: 0 12px;
max-height: 300px;
overflow-y: scroll;
}
.woocommerce-category-field-dropdown__menu > .woocommerce-category-field-dropdown__item:not(:first-child) > .woocommerce-category-field-dropdown__item-content {
border-top: 1px solid #e0e0e0;
}
.woocommerce-category-field-dropdown__item {
margin-bottom: 0;
}
.woocommerce-category-field-dropdown__item .woocommerce-category-field-dropdown__item-content .components-base-control {
margin-top: 0;
}
.woocommerce-category-field-dropdown__item.is-new .category-field-dropdown__toggle {
margin-right: 8px;
}
.woocommerce-category-field-dropdown__item-content {
height: 48px;
padding: 8px 0;
display: flex;
flex-direction: row;
align-items: center;
cursor: pointer;
}
.woocommerce-category-field-dropdown__item-content .components-base-control__field {
margin-bottom: 0;
}
.woocommerce-category-field-dropdown__item-children {
margin-left: 36px;
display: none;
}
.woocommerce-category-field-dropdown__item-open {
display: block;
}
.woocommerce-category-field-dropdown__toggle {
margin-right: 8px;
cursor: pointer;
}
.woocommerce-category-field-dropdown__toggle-placeholder {
width: 28px;
}
.woocommerce-category-field-dropdown__item.item_highlighted > .woocommerce-category-field-dropdown__item-content {
font-weight: bold;
}
.woocommerce-experimental-select-control__combox-box-icon {
box-sizing: unset;
}
.woocommerce-create-new-category-modal {
min-width: 650px;
overflow: visible;
}
.woocommerce-create-new-category-modal__buttons {
margin-top: 36px;
display: flex;
flex-direction: row;
gap: 8px;
justify-content: flex-end;
}
.woocommerce-create-new-category-modal .category-field-dropdown__menu {
padding: 0;
border: none;
}
.woocommerce-select-control__popover-menu {
margin-top: -12px;
}
.woocommerce-select-control__popover-menu-container {
max-height: 300px;
overflow-y: scroll;
padding: 0 8px 0 12px;
}
.woocommerce-select-control__popover-menu-container > .category-field-dropdown__item:not(:first-child) .category-field-dropdown__item-content {
border-top: 1px solid #e0e0e0;
}
.woocommerce-modal-editor {
width: 100%;
height: 100%;
max-height: calc(100% - 40px);
margin: 20px;
border-radius: 8px;
}
.woocommerce-modal-editor .components-modal__header {
height: 60px;
border-bottom: 1px solid #ccc;
}
.woocommerce-modal-editor .components-modal__header .components-modal__header-heading {
font-size: 16px;
line-height: 24px;
}
.woocommerce-modal-editor .components-modal__content {
margin-top: 60px;
padding: 0;
}
.woocommerce-modal-editor .woocommerce-iframe-editor {
box-sizing: border-box;
}
.woocommerce-product-mvp-ces-footer {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 8px 16px;
}
.woocommerce-product-mvp-ces-footer .woocommerce-pill {
margin-right: 8px;
}
.woocommerce-product-mvp-ces-footer .components-button {
margin-left: 16px;
}
.woocommerce-product-mvp-ces-footer__close-button {
position: absolute;
right: 16px;
}
.woocommerce-product-mvp-ces-footer__container {
margin-right: 36px;
flex-wrap: nowrap;
display: flex;
align-items: center;
}
.woocommerce-product-mvp-feedback-modal__subtitle {
margin-top: 8px !important;
}
.woocommerce-product-mvp-feedback-modal__checkboxes {
margin: 12px 0;
}
.woocommerce-product-mvp-feedback-modal__comments {
margin-top: 2em;
margin-bottom: 1.5em;
}
.woocommerce-product-mvp-feedback-modal__comments label {
display: block;
font-weight: bold;
text-transform: none;
font-size: 14px;
}
.woocommerce-product-mvp-feedback-modal__comments textarea {
width: 100%;
}
.woocommerce-product-link-edit-modal {
min-width: 650px;
}
.woocommerce-product-link-edit-modal__buttons {
margin-top: 36px;
display: flex;
flex-direction: row;
gap: 8px;
justify-content: flex-end;
}
.woocommerce-product-link-edit-modal .components-modal__header {
border-color: #ddd;
}
.woocommerce-product-link-edit-modal .woocommerce-product-link-edit-modal__description {
margin: 24px 0;
}
.woocommerce-product-link-edit-modal {
min-width: 650px;
}
.woocommerce-product-link-edit-modal__buttons {
margin-top: 36px;
display: flex;
flex-direction: row;
gap: 8px;
justify-content: flex-end;
}
.woocommerce-product-link-edit-modal .components-modal__header {
border-color: #ddd;
}
.woocommerce-product-link-edit-modal .woocommerce-product-link-edit-modal__description {
margin: 24px 0;
}
.woocommerce-category-field-dropdown .woocommerce-experimental-select-control__input {
height: auto;
}
.woocommerce-category-field-dropdown .woocommerce-experimental-select-control__combo-box-wrapper {
border-color: #757575;
}
.woocommerce-category-field-dropdown__menu {
padding: 0 12px;
max-height: 300px;
overflow-y: scroll;
}
.woocommerce-category-field-dropdown__menu > .woocommerce-category-field-dropdown__item:not(:first-child) > .woocommerce-category-field-dropdown__item-content {
border-top: 1px solid #e0e0e0;
}
.woocommerce-category-field-dropdown__item {
margin-bottom: 0;
}
.woocommerce-category-field-dropdown__item .woocommerce-category-field-dropdown__item-content .components-base-control {
margin-top: 0;
}
.woocommerce-category-field-dropdown__item.is-new .category-field-dropdown__toggle {
margin-right: 8px;
}
.woocommerce-category-field-dropdown__item-content {
height: 48px;
padding: 8px 0;
display: flex;
flex-direction: row;
align-items: center;
cursor: pointer;
}
.woocommerce-category-field-dropdown__item-content .components-base-control__field {
margin-bottom: 0;
}
.woocommerce-category-field-dropdown__item-children {
margin-left: 36px;
display: none;
}
.woocommerce-category-field-dropdown__item-open {
display: block;
}
.woocommerce-category-field-dropdown__toggle {
margin-right: 8px;
cursor: pointer;
}
.woocommerce-category-field-dropdown__toggle-placeholder {
width: 28px;
}
.woocommerce-category-field-dropdown__item.item_highlighted > .woocommerce-category-field-dropdown__item-content {
font-weight: bold;
}
.woocommerce-experimental-select-control__combox-box-icon {
box-sizing: unset;
}
.woocommerce-create-new-category-modal {
min-width: 650px;
overflow: visible;
}
.woocommerce-create-new-category-modal__buttons {
margin-top: 36px;
display: flex;
flex-direction: row;
gap: 8px;
justify-content: flex-end;
}
.woocommerce-create-new-category-modal .category-field-dropdown__menu {
padding: 0;
border: none;
}
.woocommerce-select-control__popover-menu {
margin-top: -12px;
}
.woocommerce-select-control__popover-menu-container {
max-height: 300px;
overflow-y: scroll;
padding: 0 8px 0 12px;
}
.woocommerce-select-control__popover-menu-container > .category-field-dropdown__item:not(:first-child) .category-field-dropdown__item-content {
border-top: 1px solid #e0e0e0;
}
.woocommerce-attribute-field {
width: 100%;
font-size: 13px;
}
.woocommerce-attribute-field .woocommerce-sortable {
margin: 0;
}
.woocommerce-attribute-field .woocommerce-sortable__item:not(:first-child) {
margin-top: -1px;
}
.woocommerce-attribute-field .woocommerce-sortable__item:focus-visible:not(:active) + .woocommerce-sortable__item .woocommerce-attribute-list-item {
background: none;
border-top: 0;
}
.woocommerce-attribute-field .woocommerce-add-attribute-list-item__add-button {
margin-bottom: 16px;
}
.woocommerce-edit-attribute-modal {
overflow: visible;
}
.woocommerce-edit-attribute-modal__buttons {
margin-top: 36px;
display: flex;
flex-direction: row;
gap: 8px;
justify-content: flex-end;
}
.woocommerce-edit-attribute-modal__body {
width: 500px;
max-width: 100%;
}
.woocommerce-edit-attribute-modal__body .woocommerce-experimental-select-control + .woocommerce-experimental-select-control {
margin-top: 1.3em;
}
.woocommerce-edit-attribute-modal__body .woocommerce-experimental-select-control__label,
.woocommerce-edit-attribute-modal__body .components-base-control__label {
font-size: 14px;
color: #757575;
font-weight: bold;
text-transform: none;
}
.woocommerce-edit-attribute-modal__body .woocommerce-edit-attribute-modal__option-container {
display: flex;
flex-direction: row;
align-items: center;
}
.woocommerce-edit-attribute-modal__body .woocommerce-attribute-term-field {
margin-bottom: 1.5em;
}
.woocommerce-edit-attribute-modal__body .woocommerce-edit-attribute-modal__helper-text {
color: #757575;
margin: 0.5em 0 1.5em 0;
}
.woocommerce-new-attribute-modal .components-notice.is-info {
margin-left: 0;
margin-right: 0;
background-color: #f0f6fc;
}
.woocommerce-new-attribute-modal__add-attribute {
margin-top: 12px;
}
.woocommerce-new-attribute-modal__buttons {
margin-top: 36px;
display: flex;
flex-direction: row;
gap: 8px;
justify-content: flex-end;
}
.woocommerce-new-attribute-modal .components-modal__content {
display: flex;
flex-direction: column;
}
.woocommerce-new-attribute-modal__body {
min-height: 200px;
flex: 1 1 auto;
overflow: auto;
}
.woocommerce-new-attribute-modal__table {
width: 100%;
margin-top: 24px;
}
@media (max-width: 782px) {
.woocommerce-new-attribute-modal__table thead {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
}
.woocommerce-new-attribute-modal__table th {
text-align: left;
color: #757575;
font-weight: normal;
text-transform: uppercase;
}
.woocommerce-new-attribute-modal__table-header {
padding: 0 0 16px;
}
.woocommerce-new-attribute-modal__table-header, .woocommerce-new-attribute-modal__table-row {
display: -ms-grid;
display: grid;
-ms-grid-columns: 40% 55% 5%;
grid-template-columns: 40% 55% 5%;
border-bottom: 1px solid #ddd;
align-items: center;
}
.woocommerce-new-attribute-modal__table-row {
padding: 24px 0;
}
.woocommerce-new-attribute-modal__table-row td:not(:last-child) {
margin-right: 16px;
}
@media (max-width: 782px) {
.woocommerce-new-attribute-modal__table-row {
position: relative;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
padding-right: 42px;
}
}
@media (min-width: 783px) {
.woocommerce-new-attribute-modal__table-row .woocommerce-experimental-select-control__label {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.woocommerce-new-attribute-modal__table-row .woocommerce-experimental-select-control__combo-box-wrapper {
margin-bottom: 0;
}
}
.woocommerce-new-attribute-modal__table-attribute-trash-column {
display: flex;
justify-content: center;
}
@media (max-width: 782px) {
.woocommerce-new-attribute-modal__table-attribute-trash-column {
position: absolute;
top: 0;
right: 0;
bottom: 0;
align-items: center;
}
}
.woocommerce-new-attribute-modal__table-attribute-trash-column .components-button.has-icon {
padding: 8px;
}
.woocommerce-attribute-input-field__add-new {
display: flex;
align-items: center;
font-weight: 600;
}
.woocommerce-attribute-input-field__add-new-icon {
margin-right: 12px;
}
.woocommerce-add-attribute-list-item,
.woocommerce-attribute-list-item {
min-height: 82px;
padding: 0 24px;
}
.woocommerce-add-attribute-list-item:last-child,
.woocommerce-attribute-list-item:last-child {
margin-bottom: -1px;
}
.woocommerce-attribute-list-item {
display: -ms-grid;
display: grid;
-ms-grid-columns: 24px 26% auto 90px;
grid-template-columns: 24px 26% auto 90px;
}
.woocommerce-attribute-list-item:last-child {
margin-bottom: -1px;
}
.woocommerce-attribute-list-item__options {
display: flex;
flex-direction: row;
gap: 4px;
}
.woocommerce-attribute-list-item__option-chip {
padding: 4px 8px;
gap: 2px;
background: #f0f0f0;
border-radius: 2px;
}
.woocommerce-attribute-list-item__actions {
display: flex;
flex-direction: row;
align-items: center;
justify-content: end;
gap: 8px;
}
.woocommerce-attribute-term-field__loading-spinner {
padding: 12px 0;
}
.woocommerce-attribute-term-field__add-new {
display: flex;
align-items: center;
font-weight: 600;
}
.woocommerce-attribute-term-field__add-new-icon {
margin-right: 12px;
}
.woocommerce-attribute-term-field__add-new {
display: flex;
align-items: center;
}
.woocommerce-create-attribute-term-modal__buttons {
margin-top: 36px;
display: flex;
flex-direction: row;
gap: 8px;
justify-content: flex-end;
}
.woocommerce-create-attribute-term-modal .has-error .components-base-control__help {
color: #d63638;
}
.woocommerce-create-attribute-term-modal .components-base-control:not(:first-child) {
margin-top: 16px;
margin-bottom: 0;
}
/* Field Blocks */
.wp-block-woocommerce-product-attributes-field .woocommerce-sortable {
padding: 0;
}
.wp-block-woocommerce-product-attributes-field .woocommerce-list-item {
background: none;
border: none;
border-bottom: 1px solid #e0e0e0;
padding-left: 0;
-ms-grid-columns: 26% auto 90px;
grid-template-columns: 26% auto 90px;
}
.wp-block-woocommerce-product-attributes-field .woocommerce-sortable__handle {
display: none;
}
.wp-block-woocommerce-product-category-field .woocommerce-experimental-select-tree-control__menu .experimental-woocommerce-tree-item {
font-size: 13px;
}
.wp-block-woocommerce-product-category-field .woocommerce-experimental-select-tree-control__menu .experimental-woocommerce-tree-item .components-checkbox-control__input-container, .wp-block-woocommerce-product-category-field .woocommerce-experimental-select-tree-control__menu .experimental-woocommerce-tree-item input[type=checkbox], .wp-block-woocommerce-product-category-field .woocommerce-experimental-select-tree-control__menu .experimental-woocommerce-tree-item .components-checkbox-control__checked {
width: 20px;
height: 20px;
}
.woocommerce-product-form__checkbox .components-base-control__field {
display: flex;
}
.woocommerce-product-form__checkbox .components-checkbox-control__label {
display: flex;
}
.woocommerce-product-form__checkbox-tooltip-icon {
margin: -2px 0 0 12px;
}
.woocommerce-product-form__checkbox-tooltip .components-popover__content {
width: 200px;
min-width: auto;
white-space: normal !important;
}
.wp-block-woocommerce-product-images-field .woocommerce-media-uploader {
text-align: left;
}
.wp-block-woocommerce-product-images-field .woocommerce-media-uploader__label {
display: none;
}
.wp-block-woocommerce-product-images-field .woocommerce-sortable {
margin-top: 0;
padding: 0;
}
.wp-block-woocommerce-product-images-field.has-images .woocommerce-image-gallery {
margin-top: 40px;
}
.wp-block-woocommerce-product-images-field:not(.has-images) .woocommerce-sortable {
display: none;
}
.wp-block-woocommerce-product-inventory-email-field {
margin-top: 24px;
}
.woocommerce-product-form_inventory-sku .components-base-control__label {
display: flex;
align-items: center;
}
.woocommerce-product-form_inventory-sku .woocommerce-product-form__optional-input {
margin-left: 4px;
}
.woocommerce-product-form_inventory-sku .woocommerce-tooltip__button {
padding: 0 0 0 4px;
}
.product-details-section__product-link {
color: #757575;
font-size: 12px;
display: block;
margin-top: 8px;
}
.product-details-section__product-link > a {
color: inherit;
text-decoration: none;
font-weight: 600;
}
.product-details-section__product-link .components-button.is-link {
font-size: 12px;
text-decoration: none;
margin-left: 8px;
}
.woocommerce-product-form__required-input {
color: #CC1818;
}
.wp-block-woocommerce-product-name-field .has-error .components-base-control .components-input-control__backdrop {
border-color: #d63638;
}
.wp-block-woocommerce-product-name-field .has-error .components-base-control__help {
color: #d63638;
}
.components-currency-control .components-input-control__prefix {
color: #757575;
}
.components-currency-control .components-input-control__input {
text-align: right;
}
.wp-block-woocommerce-product-regular-price-field .components-currency-control .components-input-control__prefix {
color: #757575;
}
.wp-block-woocommerce-product-regular-price-field .components-currency-control .components-input-control__input {
text-align: right;
}
.wp-block-woocommerce-product-sale-price-field .components-currency-control .components-input-control__prefix {
color: #757575;
}
.wp-block-woocommerce-product-sale-price-field .components-currency-control .components-input-control__input {
text-align: right;
}
.wp-block-woocommerce-product-schedule-sale-fields {
margin-bottom: 24px;
}
.wp-block-woocommerce-product-schedule-sale-fields .components-toggle-control {
margin-bottom: 16px;
padding-bottom: 8px;
}
.wp-block-woocommerce-product-schedule-sale-fields .components-toggle-control__label {
display: flex;
align-items: center;
}
.wp-block-woocommerce-product-section > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block.wp-block-woocommerce-product-schedule-sale-fields:not(:first-child) {
margin-top: 16px;
}
.wp-block-woocommerce-product-section {
margin-bottom: 48px;
padding-top: 48px;
}
.wp-block-woocommerce-product-section:first-child {
padding-top: 64px;
}
.wp-block-woocommerce-product-section .wp-block-woocommerce-product-section__title {
margin-top: 0;
margin-bottom: 0;
font-size: 24px;
font-weight: 500;
color: #1e1e1e;
display: inline-flex;
align-items: center;
}
.wp-block-woocommerce-product-section .wp-block-woocommerce-product-section__title .block-editor-block-icon {
margin-right: 14px;
}
.wp-block-woocommerce-product-section .wp-block-woocommerce-product-section__title .block-editor-block-icon > div {
display: flex;
align-items: center;
justify-content: center;
}
.wp-block-woocommerce-product-section__description {
margin-top: 12px;
font-size: 13px;
color: #1e1e1e;
}
.wp-block-woocommerce-product-section + .wp-block-woocommerce-product-section {
border-top: 1px solid #ddd;
}
.wp-block-woocommerce-product-shipping-dimensions-fields .components-base-control {
margin-bottom: 16px;
}
.wp-block-woocommerce-product-shipping-dimensions-fields .components-base-control__field .components-base-control__label > span {
color: #757575;
}
.wp-block-woocommerce-product-shipping-dimensions-fields .components-base-control__field .components-input-control__suffix {
flex-shrink: 0;
color: #757575;
}
.wp-block-woocommerce-product-shipping-dimensions-fields__dimensions-image {
width: 100%;
height: 100%;
padding: 16px;
overflow: visible;
}
.wp-block-woocommerce-product-summary-field-wrapper .wp-block-woocommerce-product-summary-field {
margin-top: 0;
margin-bottom: 0;
}
.components-summary-control {
width: 100%;
min-height: 108px;
background-color: #fff;
box-sizing: border-box;
border: 1px solid #757575;
border-radius: 2px;
padding: 8px;
margin: 0;
-webkit-appearance: textarea;
-moz-appearance: textarea;
appearance: textarea;
resize: vertical;
overflow: hidden;
}
.components-summary-control.rich-text [data-rich-text-placeholder]:after {
color: #757575;
opacity: 1;
}
.components-summary-control:focus {
box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color-darker-10, --wp-admin-theme-color);
border-color: var(--wp-admin-theme-color-darker-10, --wp-admin-theme-color);
}
.has-text-align-justify {
/*rtl:ignore*/
text-align: justify;
}
.wp-block-woocommerce-product-tab__content:not(.is-selected) {
display: none;
}
.woocommerce-product-tabs .wp-block-woocommerce-product-tab__button:focus:not(:disabled) {
box-shadow: none;
}
.wp-block-woocommerce-product-tab:after {
display: none;
}