.cdd-drawer__grip,
.cdd-drawer__pull-icon {
	opacity: 1 !important;
}

.cdd-drawer__pull-icon > i,
.cdd-drawer__pull-icon > svg {
	transform: rotate(0deg);
	transform-origin: center;
	transition: transform var(--cdd-pull-rotation-duration, 300ms) cubic-bezier(.22, 1, .36, 1);
}

.cdd-pull-rotate-yes .cdd-drawer.is-open .cdd-drawer__pull-icon > i,
.cdd-pull-rotate-yes .cdd-drawer.is-open .cdd-drawer__pull-icon > svg {
	transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
	.cdd-drawer__pull-icon > i,
	.cdd-drawer__pull-icon > svg {
		transition-duration: 1ms;
	}
}
